.login{
	table-layout: fixed;
	background-image: url('../../Images/Login/login_cma_all_2531142660GP8987202508281612.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

body{
    background-color: #FFF;
}


#lblAskQuestion, #lblAltereSenha, #lblQuestion{
    color: #000;
}

#divTop, #divInputs, #divVirtualPad, #divRodape{
    background: none;
}

#divInputs{
    height: 110px;
}

#divTop{
    height: 115px;
}

#divTop .container {
    background-color: #FFF;
    width: 100%;
    height: 100px;
}

#divTop .container #imgLogo{
    margin-top: 10px;
}

#divVirtualPad{
    margin-top: 15px;
    height: 300px;
}

#divRodape{
    height: 168px;
    background-color: #F0F0F0;
    color: #9A9D9F;
    margin-top: 10px;
}

#divRodape div.container{
    width: 809px;
    text-align: center;
}

#pInfo{
    color: #9A9D9F;
    width: 809px;
    font-size: 12px;
}

#divLossPass{
    height: 30px;
    width: 180px;
}

#divLossPass:hover{
    height: 30px;
    width: 180px;
    background-image: url('../../Images/Login/btn_esqueci_2531142660GP8987202508281612.png');
}

.logosFooterContent{
    height: 80px;
    background: #0b45e4;
    margin-top: 10px;
}

#imgLogo {
    margin: 50px 0 0 0;
}

#divError{
    background: #E81F2F;
    height: 22px;
    color: #FFF;
    position: absolute;
    top: 99px;
    display: flex;
    visibility: hidden;
    align-items: center;
}

#divError #pError{
    font-size: 12px;
    font-weight: bold;
}

#lblUsuario span, #lblSenha span, #passExpired span, #passExpiredConfirm span{
    width: 90px;
    display: none;
    background: #dae3e8;
    height: 30px;
    padding: 9px 0;
    box-sizing: border-box;
    color: #929799;
    text-transform: uppercase;
    text-align: center;
    padding-right: 5px;
    min-width: 90px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

#passExpired span, #passExpiredConfirm span{
    min-width: 110px;
}


#txtLogin, #txtPassword, #newPassword, #newPasswordConfirm{
    margin-left: 0;
    height: 38px;
    outline: none;
    border: none;
    min-width: 326px;
    background: #EBF5FF;
    color: #0B45E4;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}

#lblUsuario, #lblSenha{
    padding: 0;
    margin: 10px auto 0 auto;
}

#lblUsuario.inputIE, #lblSenha.inputIE{
    width: 330px;
    position: relative;
    margin: 10px auto 0 auto;
    padding: 0;
}

#lblUsuario.inputIE::before{
    content: "código";
    color: #0B45E4;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

#lblSenha.inputIE::before{
    content: "senha";
    color: #0B45E4;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0B45E4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #0B45E4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #0B45E4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #0B45E4;
}

.divsending{
	color: #333333; 
    width: 200px; 
    height: 30px; 
    text-align: center; 
    vertical-align: middle; 
    font-family: Arial; 
    font-size: 13px; 
    background-color: #CCCCCC; 
    border-bottom: solid 1px #333333; 
    border-right: solid 1px #333333; 
    border-left: solid 1px #FFFFFF; 
    border-top: solid 1px #FFFFFF; 
    padding-top: 10px; 
    margin-top: 50px; 
    margin-left: 200px;
	#margin-left: 0;
}

#content{
	width: 273px;
	height: 90px;
	border: 1px solid #F2F2F2;
	margin: 20px;
	padding: 7px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	left: 5px;
	position: relative;
}

#content label{
	float: left;
	width: 100%;
	padding: 3px;
	margin: 0px;#margin: -3px;_margin: -3px;
	color: #333333;
}

#content label input{
	float: right;
	width: 140px;
	#margin-top:-5px;_margin-top:-5px
}

#content div label{
	float: left;
	width: 100%;
	padding: 2px;
}

#content img{
	cursor: pointer;
}

#lblResponse input{
	clear: both;
}

#lblErro{
	font-family: Verdana;
	font-size: 10px;
	color: Red;
	text-align: center;
	position: relative;
}
.s2-alert-browser-background
{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #000;
    opacity: 0.6;
}

.s2-alert-browser
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 360px;
    margin-left: -250px;
    margin-top: -180px;
        
}

.s2-alert-browser-full
{
    background: url(../../Images/Login/warning_bg_2531142660GP8987202508281612.png) center no-repeat;
        
}


.s2-alert-browser .s2-alert-browser-text
{
    display: none;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #FFFFCC;
        
}

.s2-alert-browser .s2-alert-browser-inner .s2-alert-browser-inner-text
{
    position: absolute;
    top:90px;
    left:50px;
    right:50px;
    text-align:left;
    font-family: Trebuchet MS;
    font-size: 14px;
        
}

.s2-alert-browser span:hover
{
    text-decoration: underline;
        
}

.s2-alert-browser .s2-alert-browser-navigators
{
    margin-top: 160px;
    text-align:center;
}

.s2-alert-browser .s2-alert-browser-navigators a
{
    display: inline-block;
    margin: 15px;
    width:80px;
    height: 120px;
    overflow: hidden;
    border: none;
    text-decoration: none;
        
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-chrome
{
    background: url(../../Images/Login/chrome_ico_2531142660GP8987202508281612.png) center no-repeat;
        
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-chrome:hover
{
    background: url(../../Images/Login/chrome_ico_press_2531142660GP8987202508281612.png) center no-repeat;
        
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-firefox
{
    background: url(../../Images/Login/firefox_ico_2531142660GP8987202508281612.png) center no-repeat;
        
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-firefox:hover
{
    background: url(../../Images/Login/firefox_ico_press_2531142660GP8987202508281612.png) center no-repeat;
        
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-ie
{
    background: url(../../Images/Login/ie9_ico_2531142660GP8987202508281612.png) center no-repeat;
        
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-ie:hover
{
    background: url(../../Images/Login/ie9_ico_press_2531142660GP8987202508281612.png) center no-repeat;
        
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-safari
{
    background: url(../../Images/Login/safari_ico_2531142660GP8987202508281612.png) center no-repeat;
        
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-safari:hover
{
    background: url(../../Images/Login/safari_ico_press_2531142660GP8987202508281612.png) center no-repeat;
        
}

.s2-browser-icon-alert
{
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -34px;
    width: 67px;
    height: 71px;
    background: url(../../Images/Login/exclamacao_ico_2531142660GP8987202508281612.png) center no-repeat;
}

.s2-alert-browser-close
{
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 87px;
    height: 31px;
    margin-left: -44px;
    cursor: pointer;
    background: url(../../Images/Login/ok_btn_2531142660GP8987202508281612.png) center no-repeat;
}

.ui-tooltip {
    background: #FFFF99;
    border: 1px solid #B20000;
    width: 250px;
    padding: 10px 20px;
    color: #B20000;
    border-radius: 10px;
    box-shadow: 0 0 7px black;
    font-family: Trebuchet MS;
}

.virtualPadMove{
	border: none;
}

#divdontHavePassLink{
    color: #0B45E4;
}