﻿.sg-form-sign {
    max-width: 800px !important;
}

.form-check-label, .back-to-login {
    font-size: 10pt;
    
}

.back-to-login {
    font-weight: 400;
}
   
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

#Person_IdentificationType,
#Person_IdentificationType:-webkit-autofill,
#Person_IdentificationType:-webkit-autofill:hover,
#Person_IdentificationType:-webkit-autofill:focus
#Person_IdentificationType:-internal-autofill-selected {
    background-image: url(/img/JI/id.svg) !important;
    background-repeat: no-repeat;
    padding-left: 52px !important;
    background-size: 21px;
    background-position: 20px center;
    background-color: #fff;
    /*-webkit-appearance: none;*/
}



#Person_IdentificationNumber,
#Person_IdentificationNumber:-webkit-autofill,
#Person_IdentificationNumber:-webkit-autofill:hover,
#Person_IdentificationNumber:-webkit-autofill:focus,
#Person_IdentificationNumber:-internal-autofill-selected {
    background-image: url(/img/JI/id.svg) !important;
    background-repeat: no-repeat;
    padding-left: 52px !important;
    background-size: 15px;
    background-position: 20px center;
    background-color: #fff;
    /*-webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;*/
}

#Person_Name,
#Person_Name:-webkit-autofill,
#Person_Name:-webkit-autofill:hover,
#Person_Name:-webkit-autofill:focus,
#Person_Name:-internal-autofill-selected,
#Person_LastName,
#Person_LastName:-webkit-autofill,
#Person_LastName:-webkit-autofill:hover,
#Person_LastName:-webkit-autofill:focus,
#Person_LastName:-internal-autofill-selected {
    background-image: url(/img/JI/user-login-03.svg) !important;
    background-repeat: no-repeat;
    padding-left: 52px !important;
    background-size: 15px;
    background-position: 20px center;
    background-color: #fff;
    /*-webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;*/
}

#Person_PhoneNumber,
#Person_PhoneNumber:-webkit-autofill,
#Person_PhoneNumber:-webkit-autofill:hover,
#Person_PhoneNumber:-webkit-autofill:focus,
#Person_PhoneNumber:-internal-autofill-selected {
    background-image: url(/img/JI/phone-call.svg) !important;
    background-repeat: no-repeat;
    padding-left: 52px !important;
    background-size: 15px;
    background-position: 20px center;
    background-color: #fff;
    /*-webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;*/
}

#UserC_Mail,
#UserC_Mail:-webkit-autofill,
#UserC_Mail:-webkit-autofill:hover,
#UserC_Mail:-webkit-autofill:focus,
#UserC_Mail:-internal-autofill-selected {
    background-image: url(/img/JI/email.svg) !important;
    background-repeat: no-repeat;
    padding-left: 52px !important;
    background-size: 15px;
    background-position: 20px center;
    background-color: #fff;
}


#UserC_Password,
#UserC_Password:-webkit-autofill,
#UserC_Password:-webkit-autofill:hover,
#UserC_Password:-webkit-autofill:focus,
#UserC_Password:-internal-autofill-selected,
#UserC_ConfirmPassword,
#UserC_ConfirmPassword:-webkit-autofill,
#UserC_ConfirmPassword:-webkit-autofill:hover,
#UserC_ConfirmPassword:-webkit-autofill:focus,
#UserC_ConfirmPassword:-internal-autofill-selected {
    background-image: url(/img/JI/password-login-03.svg) !important;
    background-repeat: no-repeat;
    padding-left: 52px !important;
    background-size: 15px;
    background-position: 20px center;
    background-color: #fff;
    /*-webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;*/
}

.form-check-label {
    color: #0097CE;
    font-weight: bold;
}

@media (min-width: 1496px) {
    .bienvenida {
        display: flex;
        position: absolute;
        left: -2vw !important;
        width: 500px;
    }
}
@media (max-width: 1495px) {
    .bienvenida {
        display: none;
    }
}