﻿a
{
    color: #FFFFFF;
    text-decoration: underline;
}
body 
{
    background: url('../img/login-background.jpg') center center no-repeat;
}
#frmLogin,
#frmResetPassword
{
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.datosUsuario
{
    position: relative;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px;
    text-align: left;
    font-size: 9pt;
    padding: 0;
}
#frmResetPassword .datosUsuario 
{
    text-align: center;    
}
#frmResetPassword .loginTitle 
{
    margin-top: 2px;
}
#divRequest h2,
#divApply h2
{
    text-align: left;
    margin: 5px 0 10px 0;
}
#imgLogoCliente 
{
    width: 250px;
    height: 120px;
}
#imgLogin {
    width: 250px;
    height: 120px;
}
#divDialog 
{
    background-color: #fff;    
}
.loginTextBox 
{
    color: #000;
    background: none repeat scroll 0 0 #EAEAEA;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) inset;
    box-sizing: border-box;
    border-radius: 4px;    
    font-size: 12px;
    border: 0 none;
    padding: 4px;
    height: 28px;
    width: 270px;
}
.loginTitle 
{
    text-align: left;
    font-weight: normal;
    padding: 0 0 8px 5px;
    text-shadow: 0 0 5px #000;
}
.loginLabel 
{ 
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 0px 1px #555;
}
label
{
    margin-left: 0px;
    margin-top: 18px;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}
.loginButton
{
    color: #fff;
    border: none;
    height: 30px;
    width: 100px;
    cursor: pointer;
    margin: 40px 0px 10px 0px;
    background: url('../img/login-button.png') 0 0 no-repeat;
    background-size: 117px 34px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
.loginImage
{
    background-color: Black;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-top: 37px;    
}
.loginFooter
{
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
}
.loginFooter span 
{
    font-weight: normal;
}
.loginFooter a
{
    text-decoration: none;
}
.loginError 
{
    color: #fff;  
    float: right;
    cursor: pointer;
    visibility: hidden;
    position: absolute;  
    line-height: 18px;    
    text-align: center; 
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 16px;
    background-color: #970000;    
    border: 1px solid #970000;
    border-radius: 10px;
    padding: 0px;
    height: 16px;
    width: 16px;
}
.loginFailureText 
{
    background-color: rgba(255,100, 20, 0.4);
    box-sizing: border-box;
    color: #fc9 !important;
    font-weight: normal;
    padding: 5px;
    margin: 5px;
    width: 270px;
}
#frmLogin .loginError 
{
    visibility: inherit;
}
.loginErrorInline 
{
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-serif;
    margin: 24px 5px -20px 0px;
    text-align: center;
    color: #e22128;
    width: 270px;
}
.loginEditors
{
    clear: both;
    width: 100%;
    height: auto;
}
.loginEditors label 
{
    display: block;
    text-align: left;
    margin: 20px 0 7px 3px;
}
.loginResetPasswordImage 
{
    width: 48px;
    height: 48px;
    margin-top: 60px;    
    float: left;
}
.loginResetPasswordLink 
{
    float: left;
    clear: both;
    color: #eee;
    padding: 4px;
    text-decoration: none;
    margin: 0;
}
.loginResetPasswordLink:hover 
{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}
.geoAzul
{
    color: #007dca;
}
.lng-dd 
{
    width: 270px;
}
.lng-dd-image 
{
    float: left;
    height: 16px;
    width: 16px;
    margin: 2px 5px 0 3px;
}
.lng-dd-text 
{
    margin: 0;
    padding: 0;
    float: left;
    color: #333;
    line-height: 20px;
}
.lng-dd-button 
{
    background: url('../img/lng-dd-button.png') 3px 2px no-repeat;
    border-radius: 0 1px 1px 0;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;    
}
.lng-dd-button:hover 
{
    background-color: #d4d4d4;
}
.lng-dd-list 
{
    display: none;
    position: absolute;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-top: none;
}
.lng-dd-row 
{
    clear: both;
    padding: 2px;
    height: 20px;
    border-bottom: 1px solid #ccc;
}
.lng-dd-row:first-child 
{
    border-top: 1px solid #ccc;
}
.lng-dd-row .lng-dd-text 
{
    color: #999;
}
.lng-dd-row:hover 
{
    background-color: #e6e6e6;
}
.lng-dd-row:hover .lng-dd-text 
{
    color: #000;
}
.lng-dd-row:first-child 
{
    padding-top: 4px;
}
