#formcontainer {
    background-color: #A2DBF3;
    border: 3px solid #044F62;
}

div.navbar-inverse {
    background-color: #007AAF !important;
    border-color: #007AAF !important;
}

div.navbar-inverse.navbar a{
    color: white;
}

.glyphicon-user:before {
    color: #007AAF;
}

.glyphicon-lock:before {
    color: #007AAF;
}

.content-box .auth-button {
    background-color: #007AAF;
}

.container {
    top:20px;
}


.content-logo img {
    width: 260px;
}

html, body {
    background-color: #fff !important;
    background-image: none !important;

}

div.login.content-box .nav-tabs{
    display: none;
}

.note strong, .note a {
    color: #007AAF;
}

