body {
    background:url("../imagens/login/bg.png") #023f87 repeat-x;
    display:block;
    width:100%;
}

#enter, #enterDominio {
    background:url("../imagens/bt-login.png") no-repeat;
    border: 0;
    height:33px;
    margin:10px auto 0 auto;
    overflow:hidden;
    text-indent:-500px;
    width:92px;
}

form.failure #enter {
    margin:24px auto 0 auto;
}

form {
    background:url("../imagens/login/container.png") no-repeat;
    height:248px;
    padding:34px 13px 12px 13px;
    margin:140px auto 0 auto;
    text-align:center;
    width:288px;
}

form.failure {
    background:url("../imagens/login/container_h.png") no-repeat;
    height:282px;
}

form a {
    display:block;
}

form h3 {
    background:url("../imagens/icon-locker.png") no-repeat 215px 0;
    color:#000a44;
    font-size:18px;
    height:32px;
    margin:0 0 15px 0;
    padding:6px 60px 0 0;
}

form h4 {
    color:#f91b23;
    font-size:12px;
    height:18px;
    font-weight:bold;
    margin:10px 0 0px 0;	
}

form p {
    background:#FFE6E6;
    border:1px solid #FF7F83;
    color:#656565;
    display:none;
    font-size:11px;
    padding:7px;
    margin:0 auto 20px auto;
    width:198px;
}

form.failure p.authFailure {
    display:block;
}

form p a {
    color:#333;
    font-size:12px;
    font-weight:700;
}

#lostpasswd {
    color:#999;
    font-size:12px;
    font-weight:bold;
    margin:13px 0 10px 0;
}

form.failure #lostpasswd {
    display:none;
}

input {
    background:#fff;
    border:1px solid #ccc;
    color:#999;
    display:inline-block;
    font-size:12px;
    padding:7px;
    width:198px;
}

input:focus {
    background:#eaf7ff;
    color:#999;
}

input.login_password {
    margin-top:10px;
}

.ie input#password {
    padding-bottom:6px;
}

#login {
    background:url("../imagens/login/logo.png") no-repeat;
    background-position:center top;
    left:50%;
    height:500px;
    margin:-250px 0 0 -197px;
    position:absolute;
    top:50%;
    width:395px;
}

#password {
    display:none;
}

#signup {
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

.footer {
	background:#103272;
    bottom: 0;
    width: 100%;
    font-family : Arial, Gadget, sans-serif;
    color : #FFFFFF;
    font-size : 10px;
    position: fixed;
    min-height: 36px;
}

.footer .left-foot {
	float: left;
}

.footer .right-foot {
	float: right;
	padding-top: 2px;
}
.footer .left-foot .foot-logo {
    min-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    width: 144px;
    float: left;
    padding-top: 10px;
}

.footer .left-foot .foot-logo img {
    max-width:144px;
    max-height:36px;
    width: auto;
    height: auto;
    display: inline-block;
}

.footer .left-foot .foot-disclaimer {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}

.footer .right-foot .foot-terms {
	height: 36px;
	padding: 0 10px 0 10px;
	display: table-cell;
	vertical-align: middle;
}

.footer .right-foot .foot-policy {
	display: table-cell;
	height: 36px;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

.footer a {
    color : white;
    font-family : Arial, Gadget, sans-serif;
    text-decoration: underline;
}

.modalText p {
	font-size: 12px;
	font-family: Arial, Gadget, sans-serif;
	text-align: justify;
    text-justify: inter-word;
}

.botao-ok {
	padding: 0;
}

.botao-login {
    appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: -internal-light-dark(buttontext, rgb(170, 170, 170));
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(74, 74, 74));
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
