div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}


.col-md-3.register-box{
    max-height: 300px;
}
.form-field-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.form-field-box input {
    height: 40px;
}
.required-field{
    place-content: center;
    padding-left: 20px;
    position: relative;
    color: #919191;
}
span.required-field:before {
    content: '*';
    padding-right: 5px;
}
.check-accept-box {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
    color: #919191;
    cursor: pointer;
}
.check-accept-box label{
    cursor: pointer;
}
font.errortext {
    color: #d12727 !important;
}
section#lk{
    height: unset;
}

@media(max-width: 767px){
    .form-field-box{
        grid-template-columns: unset;
    }
    .bx-title span {
        font-size: 12px;
        line-height: 9px;
    }
    .required-field{
        display: none;
    }
}
