
@font-face {
    font-family: 'Atlas Grotesk Medium';
    src: url('../../css/fonts/AtlasGrotesk-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}
  
@font-face {
    font-family: 'Atlas Grotesk Regular';
    src: url('../../css/fonts/AtlasGrotesk-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}

body {
    font-family: 'Atlas Grotesk Regular', sans-serif;
    color: #002640;
    font-size: 14px;
    background-color: #E8E9EC;
}

.required {
    color: #C93532;
}

.section-form {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.right-section {
    background-image: url('../../images/landing_image_covalto.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.left-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    overflow-y: auto;
}

.left-section-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-top:40px;
}

.left-section-email-sent-icon {
    max-width: 100%;
    width:40px;
    height: auto;
    margin-bottom: 15px;
}

.title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    padding-left:5%;
    padding-right:5%;
}

.subtitle {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    padding-left:5%;
    padding-right:5%;
}

.help-text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    padding-left:5%;
    padding-right:5%;
}

.input-group-text {
    background-color: #F5F5F7;
    border: none !important;
}

.form-div {
    padding-left:5%;
    padding-right:5%;
    margin-top:9px;
}

.input-form {
    color:#819099; 
    border:none ;
    font-size: 14px;
    /* background-color: #F5F5F7; */
    background-color: #fff;
    box-shadow: none !important;
}

select, button {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

button, a {
    font-size: 14px !important;
}

.hidden {
    display: none;
}

input:focus, input:active, button:active, button:focus {
    outline: none !important;
}

.buttons-row button {
    margin: 0 10px;
}

.btn-orange {
    background-color:#FFAB4D;
    border-radius: 0px !important;
}
.btn-create-user {
    background-color:#00405E !important;  
    opacity: .75;
    color:#fff !important;
}
.label-crea-usuario{
    font-size: 16px;
    font-style: bold !important;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.3px;
}
.container_login_signup {
    height: 100vh;
}

.img-logo-login {
    padding-left:5%;
    padding-right:5%;
}

.label-login {
    padding-left:5px
}

.check-password {
    list-style-type: none;
}

.green {
    color: #1DA865;
}

@media (max-width: 575.98px) {
    .margin-top-sm {
        margin-top: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .margin-top-sm {
      margin-top: 20px;
    }
}

.modal-body {
    padding: 0px !important;
}

input:disabled, select:disabled{
    cursor:not-allowed;
}

form {
    width:100% !important;
}

input:not(:placeholder-shown) {
    border-bottom: 1px solid black; /* Set the bottom border style */
    outline: none; /* Remove default focus outline */
    color:black !important;
}

select:valid, select:focus {
    border-bottom: 1px solid black !important;
    color:black;
}

.checkbox:checked { 
    accent-color: #FFAB4D;
} 

.background-modal {
    background-color:#E8E9EC !important;
}

.no-border {
    border: none !important;
}

.form-scroll {
    flex:1;
}

.captcha-left {
    display: flex;
    justify-content: left;
    width: 100%;
    padding: 0 5%;
}

.inputs {
    width:56px;
    height:56px;
    margin-right:10px;
    border:none;
    color:#002640;
}
.fondoBotones{
    background-color: #f6f7f9;
  }
  .span-codigo{
    display: inline-block;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding:0.375rem 8rem 1.5rem 0rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (max-width:823px) {
    .inputs {
        width:40px;
        height:40px;
        margin-right:10px;
        border:none;
        color:#002640;
    }
}

@media only screen and (min-width: 1200px) {
    .span-codigo{
        display: block;
        margin-right: 15%;
        margin-left: 0%;
    }
}
@media only screen and (max-width: 1700px) {
    .span-codigo{
        display: block;
        margin-right: 25%;
        width: 101%;
        padding: 0.375rem 13.75rem 1.5rem 0rem

    }
    
}
@media only screen and (max-width: 1201px) {
    .span-codigo{
        display: block;
        margin-right: 15%;
        width: 101%;
        padding: 0.375rem 16.75rem 1.5rem 0rem
    }
}