body {
	font-family: sans-serif;
    background-color:#5B5B5B;
}
a:visited {
	color: blue;
}
div.login-warning {
	border: 1px solid #f1e7bc;
	border-radius: 4px;
	background-color: rgb(255, 255, 192);
	color: red;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.bg-grey{
    background-color:#5B5B5B;
}
.login-header{
    height: 200px;
}
.login-box{
    background-color: #333333;
    border: 1px #777 solid;
    border-radius: 10px;
}
.btn-primary{
    background-color: #333333;
    border-color: #003E75;
}
.btn-primary:hover {
    background-color: #003E75;
}
.content{

}
/** Application header **/
.header {
    position: relative;
    height: 45px;
    background-color: #333;
    padding:0px;
    border-bottom: 1px solid #777;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.header-logo-surface {
    border-top: solid white 45px;
    border-right: solid transparent 25px;
    width: 338px;
    position: absolute;
}
.header-logo {
    position: absolute;
    left: 26px;
    top: 4px;
    width: 36px;
    height: 36px;
    background-image: url("../img/favicon-maestro.png");
    background-size: contain;
	background-repeat: no-repeat;
}
.header-product-name {
	position: absolute;
	top: 13px;
	left: 89px;
	font-size: 15px;
}
.header-transact {
	color: #555;
}
.header-maestro {
	color: #003E75;
	position: relative;
	top: -2px;
	font-weight: bold;
}
.header-stripe {
    position: absolute;
    top: 0px;
    width: 355px;
    border-right: solid transparent 25px;
    border-top: solid 45px #003E75;
}
.header-title {
    position: absolute;
    top: 8px;
    left: 45px;
    color: #003E75;
    font-size: 20px;
    font-weight: bold;
}
.header-crumbs {
    position: absolute;
    left: 385px;
    right: 300px;
    top: 13px;
    color: #DDD;
    font-size: 16px;
    height: 24px;
    overflow: hidden;
}
.header-crumbs > span {
    cursor: pointer;
}
.header-crumbs > span:hover {
    text-decoration: underline;
}
.control-label{
    color: #ffffff;
}
.password-requirements-label{
    color:yellow;
    text-align: left;
}
