.margin-top-none{margin-top: 0px!important;}
.destaque-login{
    background: url(../images/img-destaque-login.jpg) no-repeat center; 
    height:  611px;
}
.login-obrigatorio{color: #f4721c; 
                  font-size: 20px; 
                  padding-left: 2px;
                  
}
.login-info-obrigatorio{
    font-size: 10px;
    line-height: 40px;
    width: 282px;
    float: left;
}

.texto-destaque-login{
    padding: 40px 0px 40px 0px;
}
.texto-destaque-login h1{ 
    font-family: 'lintelregular'; 
    font-size: 36px; 
    color: #ffffff; 
    display: inline-block !important;
}


.sou-cadastrado, .nao-sou-cadastrado{
    background: #fff; 
    width: 340px; 
    padding: 25px; 
    font-family: 'verdana'; 
    color: #aaaaaa; 
    margin-bottom: 25px;
    font-weight: normal;
    border-radius: 6px;
    line-height: 20px;
}
.nao-sou-cadastrado a{color: #f47019; text-decoration: underline; }
.nao-sou-cadastrado {font-size: 16px;}
.sou-cadastrado h1, .nao-sou-cadastrado h1{
    color: #02246c; 
    font-size: 30px; 
    font-family: 'lintelregular'; 
    display: inline; 
    line-height: 30px;
}
.sou-cadastrado div:nth-child(2) , .nao-sou-cadastrado div:nth-child(2){
margin-top: 15px;
}


.form-input{margin: 10px 0px 5px 0px;}

.form-input input{
width: 295px;
height: 20px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.login-btn {
display: inline-block;
padding: 5px 10px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
background: #f37326;
color: #fff;
}
.footer-login{
background: #f1f1f1;
position: relative;
height: 187px;
overflow: hidden;
background-image: url('../images/img-footer-repeat.png');
background-repeat: repeat-x;
background-position: center 80px;
}