body{
	background: #00897a;
}

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


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





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

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