body {
    background: linear-gradient(180deg, rgba(91,168,214,1) 0%, rgba(149,220,238,1) 100%);
    background-color: #95dcee;
    background-repeat: no-repeat;
    margin: 3em;
    padding: 0;
    height: 100%;
}

img.logo {
    display: none;
    max-width: 360px;
    max-height: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.form-login {
    width: 400px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #0693e3;
    margin: 5rem auto;
}

.form-login h1 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-login h1.nombre-app {
    color: #333;
}

.form-login h1.nombre-agencia {
    color: #000;
    margin-bottom: 40px;
    font-size: 22px;
}

.form-login input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 40px;
    outline: none;
}

.form-login input#nik {
    background: #fff url('../images/login_user.png') 10px top no-repeat;
    background-size: 16px 80px;
}

.form-login input#nik:focus {
    background: #fff url('../images/login_user.png') 10px bottom no-repeat;
    background-size: 16px 80px;
}

.form-login input#password {
    background: #fff url('../images/login_password.png') 10px top no-repeat;
    background-size: 16px 80px;
}

.form-login input#password:focus {
    background: #fff url('../images/login_password.png') 10px bottom no-repeat;
    background-size: 16px 80px;
}

.form-login input:active,
.form-login input:focus {
    border: 1px solid #0693e3;
}

.form-login button {
    width: 100%;
    height: 40px;
    background: #0693e3;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #046fad;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.form-login button[disabled],
.form-login button[disabled]:active,
.form-login button[disabled]:focus,
.form-login button[disabled]:hover {
    background-color: silver;
    cursor: default;
}

.form-login button:hover {
    background: #06a1fa;
}

.password-reset {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #919191;
}

.password-reset a {
    color: #919191;
}

.info-version {
    text-align: right;
    color: #999;
    font-size: 10px;
    line-height: 5px;
    margin-top: 40px;
    margin-bottom: -10px;
}
