@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: "Poppins", sans-serif;
}
body{
    background-attachment: fixed;
    background-image: linear-gradient(180deg, rgba(60, 207, 221, .15), rgba(242, 249, 255, 0) 200px);
    background-repeat: no-repeat;
    min-height: 100%;
    position: relative;
}

.frame-login{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.frame-login .box-login{
    background: white;
    box-shadow: 0 .125rem .25rem rgba(2,7,17,.12);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 380px;
}
.frame-login .box-login img{
    width: 180px;
}

.frame-login .box-login form{
    width: 100%;
}

.frame-login .box-login h5{
    text-align: center;
    font-size: 1.25rem;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.frame-login .box-login .form-label-group{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

.frame-login .box-login .form-control{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    box-shadow: none;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    box-sizing: border-box;

    height: 3.125rem;
    padding: .75rem;
}

.frame-login .box-login .show-on-error{
    color: red;
    margin-top: 2px;
    font-style: italic;
    display: none;
    /* margin: 0; */
    margin-bottom: 0;
    padding: 0;
}

.frame-login .box-login .form-multi-act{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.frame-login .box-login .form-multi-act .act-left{

}

.frame-login .box-login .form-multi-act .act-right{

}

.frame-login .box-login .form-multi-act .act-right a{
    text-decoration: none !important;
    color: #6c757d !important;
    cursor: pointer;
    font-size: 14px;
}

.frame-login .box-login .form-multi-act .act-right a:hover{
    color: #181818 !important;

}

.frame-login .box-login .form-submit-area{

}

.frame-login .box-login .form-submit-area.single{

}

.frame-login .box-login .footer-center{
    
}
.frame-login .box-login .footer-center p{
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    margin-top: 15px;
}
.frame-login .box-login .footer-center a{
    text-decoration: none;
    font-weight: 500;
    color: #0084ff;
}
.frame-login .box-login .footer-center a:hover{
    color: #005cb3;
}

.btn-standart{
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    padding-bottom: .75rem;
    padding-top: .75rem;
    cursor: pointer;
}

.btn-standart.primary{
    background-color: #00233B;
    border-color: #00233B;
    box-shadow: none;
    color: #fff;
}

.btn-standart.primary:hover{
    background-color: #003253;
    border-color: #003253;
}

.btn-standart.wide{
    width: 100%;
}

.checkbox-group{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.checkbox-group input{
    cursor: pointer;
}
.checkbox-group label{
    color: #6c757d !important;
    font-size: 14px;
    cursor: pointer;
}

.tfa-auth-mode{

}
.tfa-auth-mode .tfa-auth-mode-child{

}
.tfa-auth-mode .tfa-auth-mode-child i{
    font-size: 40px;
}
.tfa-auth-mode .tfa-auth-mode-child small{
    font-size: 13px;
}
.tfa-auth-mode .tfa-auth-mode-child b{
    font-size: 16px;
}