.pass-lembrete { margin: 0 auto; padding-top: 40px; font-family: 'Lato', sans-serif; }
.row-pass { padding-bottom: 0em; }
.col-pass { display: block; float: left; width: 100%; border-right:1px solid #ccc; }
.col-pass:last-child {border-right:0; float:right; text-align:right;}
.col-pass:last-child .blue-pass {float:right;}
.blue-pass { width: 75%; min-height: 260px; background-color: #3b73b8; -webkit-border-radius: 15px; -moz-border-radius: 15px; -khtml-border-radius: 15px; border-radius: 15px; padding: 8px; overflow: hidden; }
.blue-pass h3 { color: #fff; text-transform: uppercase; font-size: 19px; font-weight: 600; text-align: center; padding: 12px 0px 18px 0; margin: 0; }
.gray-pass { width: 100%; min-height: 212px; background-color: #edecee; -webkit-border-radius: 7px; -moz-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px; }
.gray-pass form { display: table; height: 212px; width: 100%; margin: 0; }
.gray-pass p { display: table-cell; height: 100%; vertical-align: middle; padding: 0 15px; }
.gray-pass input { width: 95%; border: 1px solid #9a98a0; height: 30px; padding-left: 5px; font-size: 16px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; margin-bottom: 10px; }
.gray-pass button { width: 100%; border: 0; font-size: 17px; background-color: #f4b619; text-align: center; text-transform: uppercase; font-weight: 600; color: #fff; -webkit-border-radius: 7px; -moz-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px; padding: 10px 0; cursor: pointer; display: block;  transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;  }
.gray-pass button:hover { background-color:#a47705;}
.lembrete-senha {
    display: block !important;
    font-size: 11px !important;
    margin-top: -2px !important;
    padding: 0 !important;
    position: absolute !important;
    right: -15px !important;
    text-decoration: underline !important;
    text-transform: none !important;
}
.label.error {
    color: #d8081c !important;
}
.lembrete-senha:hover {background:none !important;}

@media ( min-width : 768px ) {
    .gutters-pass .col-pass { margin-left: 0; }
    .gutters-pass .col-pass:first-child { margin-left: 0; }
    .gr6 { width: 50%; }
    .gutters-pass .gr6 { width: 49.9%; }
}
@media ( max-width : 767px ) {
    .pass-lembrete {  width:100%;}
    .col-pass .blue-pass {width:96.5%;  margin-bottom:20px;}
    .col-pass {float:none !important; border:0 !important; width:100%;}
    .col-pass:last-child {float:none !important;}
    .col-pass:last-child .blue-pass {float:none !important; }
}

@media ( max-width : 767px ) { .lembrete-senha { position:relative !important; } }