html{
    background-color: #1C164C;
}

body{
    background-color:  whitesmoke;
    /*background:  #00829B !important;*/   
}

#containerlogin{
    width: 50%;
    float: right;
}
.login_content{
    color: white;
}
.login_content h1{
    /*color: #1C164C;*/
    color: whitesmoke;
}
.login_content a{
    width: 100%;
    text-align: center;
    color: #1C164C;
    font-size: 16px;
}
.login_content a:hover{
    color: #1C164C;
    text-decoration: none;
}


