select.form-control{
    color: #495057;
    font-size: 0.884rem;
}
.main-register-holder-sign-up {
    max-width: 540px;
}
label.error {
    color: #dc3545;
}
.user-agree{
    text-decoration: underline !important;
    text-underline-position: under !important;
    color: #dee2e6 !important;
}

#user-name, #password{
    padding-left: 20px !important;
    padding-top: 25px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  TABLET
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 991px) {
}


@media only screen and (min-device-width: 767px) and (max-device-width: 990px) and (orientation:landscape) {
}
/*-----------------------------------------------------------------------------------*/
/*  PHONE
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 767px) { 
}
