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

.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;
}

.altura {
    height: 97vh !important;
}

.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: white;
    width: 90px;
    height: 17px;
    position: relative;
    bottom: 42px;
    text-align: center;
}

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

input {
    width: 406px;
    height: 43px;
    border: 1px solid #D6DAE5;
    border-radius: 6px;
    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;
    height: 43px;
    background: #1076FF 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
    margin-top: 27px;
    font-size: 13px;
    font-weight: bold;
}

.end {
    margin-top: 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%;
}