.gt-client-validator-form{
    max-width: 500px;
    margin: 20px auto 0;
    border-radius: 20px;
    padding: 0;
    background-color: #fff;
}
.gt-client-validator-form label{
    position: relative;
    top: 12px;
    left: 15px;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    color: #aaa;
    z-index: 1;
}
.gt-client-validator-form input{
    box-shadow: none !important;
    min-height: 45px;
    border-radius: 10px;
}
.gt-client-validator-form .select2-container--default .select2-selection--single{
    min-height: 45px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
}
.gt-client-validator-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.gt-client-validator-form #submit-form-btn{
    width: 100%;
    background-color: #03e4ba;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 45px;
    padding: 12px 0;
    border: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: unset !important;
    margin-top: 24px;
}
.gt-client-validator-form #show_hide_password{
    color: #000;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 12%;
    font-weight: 300;
}

.gt-client-validator-form .fa-eye:before {
    content: '\f06e';
}

.gt-client-validator-form .fa-eye-slash:before {
    content: '\f070';
}

.gt-client-validator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 17px;
    padding-left: 17px;
    font-size: 14px;
    font-weight: 500;
}
.gt-client-validator-form .select2-container--default .select2-selection--single {
    padding: 14px 0;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
}
.gt-client-validator-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: '\f078';
    color: #cbcbcb;
    font-family: "font awesome 6 free";
    font-size: 21px;
    font-weight: 300;
}
.gt-client-validator-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.gt-client-validator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px;
}
.gt-client-validator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.gt-client-validator-form input:invalid{
    background: none !important;
}
.gt-client-validator-form  .invalid-feedback{
    float:left;
}