body {
	background-color: #d4dde7 !important;
	font-family: "Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 13px;
	line-height: 20px;
	color: rgb(51, 51, 51);
}

#content {
	margin-top: 25%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px;
    font-family: "Museo Slab",Georgia,"Times New Roman",Times,serif !important;
    font-weight: bold !important;
    color: rgb(20, 20, 20);
}

#TwoFactorAuth {
    width: 100%;
    padding-top: 10px;
}

#TwoFactorAuthCode {
    text-transform: uppercase;
}

.errorlist {
    margin-top: 8px;
}

.helpTextFor2FA {
    margin: 0px 10px 0px 10px;
}

h2 {
    font-size: 29.25px;

}

.h1LoginPage {
    margin-top: 0px;
}

.btn:hover {
	box-shadow: 0px 0px 5px rgb(182, 212, 232);
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(47, 150, 180) !important;
}

.btn-info {
	background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(47, 150, 180)) !important;
	background-repeat: repeat-x !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}

.small {
	font-size: 75% !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.login-description {
    white-space: pre-line;
}

img#default-logo {
    max-width: 100%;
}

.login-below-credentials-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.login-below-credentials-links > li {
    display: inline-block;
}

/* This separates the links below login credentials using pipe characters. */
.login-below-credentials-links > li:not(:last-child)::after {
    content: "|";
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.btn-primary {
    background-color: rgb(44, 75, 151);
}

.login-below-credentials-links a {
    color: rgb(44, 75, 151);
}

.loginLogo {
    width: 100%;
    margin-bottom: 20px;
}

body {
    background-color: rgb(44, 75, 151) !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: rgb(64, 95, 171);
}

.form-control:focus {
	border-color: rgb(44, 75, 151);
}

#azure_sign_in_text {
    margin-top: 20px;
    margin-bottom: 0;
}

#azure_sign_in_button {
    margin-bottom: 20px;
}

.error-text {
    color: #FF0000;
}
