body{
	background: #e74c3c;
    height: auto;
}

.background-btn-login{
    background-color: #e74c3c;
    border-color: #e74c3c;
}


.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #FFF;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

#button_click{
    background-color: #c0392b;
    border-color: #c0392b;
}


.footer-box-login{
    text-align:center;
    color:#fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family:"Roboto",sans-serif;
    background:#e74c3c;
}

.title-box-login{
    font-family:'Roboto',sans-serif;
    color:#e74c3c; margin-top:10px;
}


#login-overlay {
	margin-top: 150px;
	width: 100%;
	max-width: 1000px;
}

@media screen and (max-width: 480px) {
	#login-overlay {
		margin-top: 150px;
		width: auto;
		max-width: 1000px;
	}
}


#footer-form-login{
    text-align:center;
    color:#fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family:"Roboto",sans-serif;
    background:#c0392b;
}

.title-login{
    font-family:'Roboto',sans-serif;
    color:#e74c3c !important;
    margin-top:10px;
}