﻿body {
    background: url('patterns/bg_login.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: 'Visby', sans-serif;
}
.login-area {
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 76%;
}
.txt-bienvenido {
    font-family: "Visby CF Heavy", Arial;
    font-size: 25px;
    color: white;
    line-height: 39px;
    border-bottom: 1px solid white;
    width: 318px;
}
.txt-titulo {
    font-family: "Visby CF Heavy", Arial;
    font-size: 62px;
    font-weight: 900;
    padding-top: 16px;
    color: white;
    width: 55%;
    text-transform: uppercase;
    line-height: 67px;
}
.pnl-login {
    padding-top: 64px;
}
.pnl-login .lbl {
    color: white;
}
.pnl-login tr td {
    padding: 4px;
}