﻿body {
    font-family: Arial;
}

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
    min-height: calc(600px - 80px);
    width: 100%;
    display: flex;
    align-items: center;
}

.login-form {
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .login-form h3 {
        text-align: center;
        color: #e20a17;
    }

.login-container form {
    padding: 10%;
}

span {
    color: #e20a17;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

#txtUser, #txtPassword {
    margin: 0;
    border: 1px solid #e20a17;
    border-radius: 50px;
    text-align: center;
    padding: 1.5%;
    outline: none;
}
#btnIngresar, #txtUserRecover, #txtUsuarioReset, #txtOldPassword, #txtNewPassword, #txtCodigoVerificacion {
    margin: 0;
    border: none;
    border-radius: 50px;
    text-align: center;
    padding: 1.5%;
    outline: none;
}
