﻿body{
    font-size:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#3B3B3B;
}

.vertical-align{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.login{
	background: url(../images/login_bg.jpg) no-repeat center top #488d48;
	position: relative;
	height: 100vh;
}
.login .content{
	background: url(../images/bg_radial.jpg) no-repeat center #f1f1f2 ;
	border:3px solid #fff;
	margin: 0 auto;
}
.login .content .logo{
	background: url(../images/marca_2024.png) no-repeat center;
	width: 304px;
	height: 55px;
	display: block;
	text-indent: -99999em;
	margin: 30px auto;
}
.login .content .radios{
	color: #858f9d;
	font-size: 17px;
}
.login .content .radios .form-group{
	display: inline-block;
}
.login .content .radios .form-group label{
	cursor: pointer;
}
.login .content .form-actions .btn{
	background-color:#f2784b !important;
}
.login .content .forget-password{
	color:#006600;
	font-size: 12px
}
.login .content .form-actions{
	border-bottom: 0px !important;
}
.login .content p{
	width: 90%;
	color: #303131;
	font-size: 14px;
}
.login .content p a{
	color:#006600;
	text-decoration: underline;
}
.login .content p b{
	display: block;
}
.login .content .recuperar .btn{
	margin: auto;
	display: block;
}
.login .content #back-btn{
	display: block;
	margin-top: 25px;
	background-color: transparent !important;
	color: #4f4f52;
	text-decoration: underline;
	font-size: 16px;
	font-family: 'OpenSansRegular';
}
.login .content #back-btn:before{
	content:" ";
	display: inline-block;
	width: 4px;
	height: 9px;
	margin-right: 15px;
	background: url(../images/seta.gif) no-repeat center;
}
.login .content h3{
	color:#006600;
	font-size: 22px;
	font-family: 'OpenSansBold', TimesNewRoman,Times,Baskerville,Georgia,serif;
}
.login .content .center{
	margin:20px auto;
	width: 100%;
	text-align: center;
}
.login .copyright .demonietto{
	background: url(../images/demonietto_login.png) no-repeat center;
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -99999em;
	margin: 30px auto;
}
.login .content #form-termo-de-aceite .checker {
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	margin-right: 20px !important;
}
.login .content #form-termo-de-aceite p {
	display: inline-block;
	width: 80%;
	margin: 0;
	font-size: 14px;
	font-family: 'OpenSansRegular';
}
.login.termo .content .btn{
	margin: auto;
	display: block;
}
.login.termo .form-actions{
	padding-bottom: 0px;
    padding-top: 18px;
}
#div-termo{
	height: 300px;
    width: 394px;
    overflow-y: auto;
    background-color: #ededed;
    position: relative;
    left: -30px;
    padding: 30px;
}
#div-termo p{
	width: 100% !important;
}


.compatibility{
    background:#f2dede;
    border-bottom: 3px solid #f2dede;
    display: block;
    padding: 20px;
}
.compatibility p{
    text-align: center;
    color: #a94442;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: OpenSansRegular;
}
.termo div.radio{
	position: relative;
	top: 0px
}
div.radio span.checked {
    background-position: -208px -279px;
}
#div-senha{
	position: relative;
}
#div-senha .strength_meter{
	position: absolute;
    top: 2px;
    right: 0;
}
#div-senha input{
	margin-bottom: 12px;
}
#div-regras{
    display: block;
    position: absolute;
    top: 0;
    padding: 10px;
    background: #FEFEFE;
    border:1px solid #DDE3EC;
    font-size: 8px !important;
    width: 100%;
}
.close-regras{
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
		color: red;
		font-size: 11px;
		cursor: pointer;
}
#div-regras p{
 font-size: 12px;
 line-height: 18px;
}

@media (max-width: 630px) {
    .login .content .logo{
        width: 100%;
        background-size: contain;
    }
    .login .content .forget-password{
        float: none;
    }
}

@media (max-width: 767px) {
	.login .content #form-termo-de-aceite .checker {
        position: relative;
    }

    div.checker span {
        position: absolute;
        top: 0;
    }

    #div-termo {
    	width: 100% !important;
    	left: 0;
    }
}

.alert-danger span{
	font-size: 13px !important;
}

.login .copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index:-1;
}

.change_pass{

}

.change_pass label{
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
	display: block;
	color: #fff;
    font-weight: bold;
    width: 80px;
    padding: 10px;
    background-color: #019C63;
    text-transform: uppercase !important;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    position: relative;
}

.change_pass label span{
	position: absolute;
    display: block;
    color: #019C63;
    font-size: 1.2em;
    display: inline-block;
    text-transform: none;
    width: 315px;
    font-weight: normal;
    font-size: 16px;
    left: 90px;
    text-align: left;;
}

.change_pass label:hover{
	background: #0aaf72;
}

.change_pass label .check{
	display: none !important;
}

.blokthis{
	width: 600px !important;
}

.namethis{
	display: none;
}

.titlethis{
	color: #716f70 !important;
	font-family: 'Trebuchet MS', sans-serif !important;
	font-size: 23px !important;
}

.btnthis{
	margin: 0 !important;
}

#div-senha{
	display: none;
}
