@charset "UTF-8";
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F8FA;
    z-index: 9998;
    text-align: center;
}
.plane-container {
    position: absolute;
    top: 50%;
    left: 50%;
}
.from-group-float-left{
    width: 100%;
    float: left;
}
.from-group-send-email{
    width: 40%;
    margin-left:2%;
    float: left;
}
.from-group-send-email input{
    width: 100%;
    text-align: center;
}
.from-group-email-code{
    width: 58%;
    float: left;
}
.user-protocol{
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0;
}
@media (max-width:768px){
    .p-t-b-100{
        padding: 0!important;
    }
}
.form-group-select .select2-container .select2-selection--single {
    height: 45px;
    padding-left: 68px;
    border: 2px solid #e1e8ee;
    border-radius: 5px;
}
.form-group-select .select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 10px;
    font-size:14px;
    color:#43484d;
}
.form-group-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
    width: 25px;
}