body {
    background: url('/img/chat_eme4_lia_fundo_azul.png') center 0 fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-family: Helvetica,Arial,sans-serif;
}

body * {
    /* color: #ffffff; */
}

body div#login {
    max-width: 300px;
    height: 220px;
    left: 15%;
    position: absolute;
    top: 0; margin-top: auto;
    bottom: 0; margin-bottom: auto;
}

body div#login #logo img {
    width: 100px;
    margin-bottom: 20px;
}

body div#login form .form-group:nth-child(1) {
    margin-bottom: 0;
}

body div#login form .form-group label {
    font-size: 10px;
    color: #ffffff;
}

body div#login form .btn {
    background-color: #e95a0c;
    border: 0;
    color: #ffffff;
    font-size: 10px;
}

body div#login form .btn span {
    float: right;
}

body div#login form .form-feedback {
    margin-top: 15px;
    color: #ffffff;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}