﻿
body {
    background: url(../img/bg_login.png) no-repeat;
    background-size: cover;
}

.logo {
    width: 400px;
    margin: auto;
    margin-top: 150px;
}

.campos {
    width: 400px;
    margin: auto;
    margin-top: 80px;
}

    .campos input {
        border: solid 1px rgba(255,255,255,0.4);
        background-color: rgba(7,57,88,0.4);
        font-size: 18px;
        padding: 5px 15px;
        color: #fff;
    }

        .campos input::placeholder {
            color: #fff;
            opacity: 0.7;
        }


.fila-login {
    margin-top: 10px;
}

.txt-rut {
    width: 220px;
}

.txt-dv {
    width: 25px;
    margin-left: 10px;
    text-align: center;
}

.fila-pass {
    margin-top: 10px;
}

.txt-pass {
    width: 290px;
}

.fila-boton {
    margin: auto;
    margin-top: 20px;
    width: 200px;
}

.btn-ingresar {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #99bd2a;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
