body   {
    font-family: Inter;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background-color: #276C77;
}

#body-login {
    background-color: #5960CF;
}

#body-logged-in {
    background-color: #F7F9FF;
}

.button {
    border: none;
    color: white;
    background: #FF8A73;
    font-size: 16px;
    border-radius: 5px;
    align-items: center;
    height: 43px;
    width: 202px;
}

.button-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}

.checkbox-login {
    background-color: #e9ecee;
    margin: 3px 8px 3px 3px;
    width: 18px;
    height: 18px;
}

.flex-container {
    align-items: center;
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    width: 466px;
    justify-items: flex-start;
    justify-content: start;
}



.form-group {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: left;
    padding: 0px;
    padding-top: 20px;
    text-align: left;
    width: 202px;
}

.form-group-check {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    padding-top: 12px;
}

.form-group-password {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: left;
    padding-top: 20px;
    text-align: left;
    width: 202px;
}

.form-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    position: static;
    width: 202px;
    height: 35px;
    left: 0px;
    top: 22.5px;
    background: #FFFFFF;
    border: 1px solid #4D4F7D;
    box-sizing: border-box;
    border-radius: 5px;
}

h5 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2D2F4F;
    margin: 0px;
}


.heading-login {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #2F3152;
    margin: 0;
    padding-bottom: 55px;
}



.label {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2F3152;
}

.text1 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2F3152;
    text-decoration: none;
    margin: 0px;
}

.text2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #373FBF;
    text-decoration: none;
    margin: 0px;
    padding-top: 14px;
}

.text3 {
    /* same as text1 but with padding */
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2F3152;
    text-decoration: none;
    padding-bottom: 60px;
    margin: 0px;
}

.text4 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4D4F7D;
    padding-top: 3px;
}

.text5 {
    color: #4D4F7D;
}

.text6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4D4F7D;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 2px 0px;
}

.user-image {
    border-radius: 50%;
    width: 53px;
    height: 53px;
    padding: 8px;
    border: 2px solid #666;
    color: #6466A2;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px 4px rgba(89, 96, 207, 0.15);
    font-style: normal;
    font-weight: 600;
    font-size: 31.2px;
    line-height: 38px;
}

.verifica-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: left;
    padding: 0px;
    width: 318px;
    height: 74px;
    padding-bottom: 86px;
}

.verifica-numeros {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    padding: 0px;
    width: 71px;
    height: 71px;
    box-shadow: 2px 2px 6px 4px rgba(89, 96, 207, 0.15);
    border-radius: 5px;
    border: 0px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #2F3152;
    text-align: center;
}
.errors-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 20px;
    padding: 10px;

    /* Rojo */

    background: #F15454;
    border-radius: 10px;
}
.errors-div p{
    margin: auto !important;
    padding: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */


    /* White */

    color: #FFFFFF;
}