/* Login
-------------------------------------------------- */
body {
	background: #273747 url(../images/insidehighgate-bg.jpeg) no-repeat fixed center;
    position: relative;	
}
.login-logo {
    width: 185px;
    height: 90px;
    margin: 0px auto 20px auto;
    background-image: url(../images/insidehg-logo.jpeg);
}

.login-password-reset a{
    color: #9CAF88;
}
.btn.focus, .btn:focus, .btn:hover{
    color: #7A99AC;
}