body {
    background-image: url(../../img/login/fondo-login.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagen-login {
    width: 190px;
}

.rectangulo-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 601px;
    height: 709px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
}

.login-gestion-column {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.login-gestion-inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rectangulo-register-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1000px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
}

.altura {
    height: 97vh !important;
}

.altura-gestion {
    height: 100%;
}

.right-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 189px;
    height: 56px;
    margin-top: 83.75px;
}

.login-options {
    margin-top: 55px;
    display: flex;
    gap: 12px;
}

.option {
    width: 197px;
    height: 43px;
    border: 1px solid #D6DAE5;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo-size {
    width: 16px;
    height: 16px;
}

p {
    margin-bottom: 1px !important;
    color: #424C67;
    font-size: 14px;
}

hr {
    width: 406px;
    height: 17px;
    border-top: 1px solid !important;
    margin-top: 37px !important;
}

.or-email {
    color: #8F97AC;
    font-size: 12px;
    background-color: #FFFFFF;
    width: 90px;
    height: 17px;
    position: relative;
    bottom: 42px;
    text-align: center;
}

.inputs {
    display: flex;
    flex-direction: column;
}

.texto-registrate {
    font-weight: bold;
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.aviso {
    color: red;
    margin-bottom: 20px;
    font-size: 18px
}

.nocuenta{
    margin-top: 27px;
    color: #8F97AC;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.inputs-reg {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
}

input {
    width: 406px;
    height: 43px;
    border: 1px solid #D6DAE5;
    border-radius: 28px;
    padding-left: 14px;
}

input::placeholder {
    color: #8F97AC;
}

.lost {
    color: #408EF7;
    text-align: right;
    text-decoration: none;
    margin-top: 11px;
    font-size: 13px;
    font-weight: 600;
}

.button-submit {
    width: 406px !important;
    height: 43px;
    background: #64A70B 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border-radius: 28px;
    border: none;
    /* margin-top: 27px; */
    font-size: 14px;
    font-weight: bold;
    align-content: center;
}

label {
    font-size: 14px;
}

.button-submit:hover {
    color: #FFFFFF;
}

.end {
    margin-top: 55px;
    display: flex;
    gap: 190px;
}

.end-register {
    margin-top: 55px;
    margin-bottom: 55px;
    display: flex;
    /* gap: 190px; */
}

.enlace {
    text-decoration: none;
    color: #408EF7;
    font-size: 14px;
    font-weight: 600;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

.width-email-sent {
    width: 70%;
}

input[type="checkbox"] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='green' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #888;
    background-position: 0 -2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:checked {
    background-color: none;
    color: #2A6A95;
    background-position: 0 0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .button-submit {
        width: 306px !important;
    }

    input {
        width: 306px !important;
    }

  }