body {
    background: #f1f1f1;
    min-width: 0;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4;
}
#login{
    width: 320px;
    margin: auto;
    padding: 20px 0;
}
#login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}
#login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}
#login form .input, #login input[type=password], #login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    background: #fbfbfb;
}
input[type=password], input[type=text]{
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
}
#boton_acceso{
    background: #3f3368;
    border-color: #3f3368;
    box-shadow: none;
    color: #fff;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    vertical-align: baseline;
    float: right;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
#boton_acceso:hover{
    background: #8c65e8;
    border-color: #8c65e8;
}
#nav{
    margin: 24px 0 0 0;
    font-size: 13px;
    text-align: center;
}
#nav a{
    color: #555d66;
}
#logo{
    text-align: center;
}
#error_validacion{
    background: #fc9794;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 768px){
    #logo img{
        width: 110px;
    }
}