/* 
    Created on : 12/11/2015, 15:23:16
    Author     : felipe-silva
*/

/* HEADER */
.body {
    background-color: #E9E9E9;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
}
.nav-wrapper-login {
    background-color: #1976D2;
    height: 10px;
}

/* CONTENT */


/* FORM */

.input-field .prefix {
    color: #999;
}

.input-field i {
    top: 50%;
    margin-top: -1.5rem;
}

/* FOOTER */
footer.footer-thin {
    border-top: none;
}

#footer-login.footer-thin {
    background-color: transparent !important;
}

#footer-login.footer-thin .footer-copyright {
    background-color: transparent !important;
    height: 70px;
}
#footer-login .footer-copyright .container h6 {
    margin-left: 0px;
}
.message-footer {
    color: #999 !important;
    font-size: 14px !important;
    padding-bottom: 15px !important;
}

@media only screen and (min-width: 993px) {
    #content-wrapper {
        margin-left: 0;
        margin: 100px auto
    }
}

.body-login{
    background-image: url(/vendor/mre-layout/skins/login/assets/img/background-extendido.svg);
    background-size: 100% auto;
    min-height: 100%;
    height: 100%;
}