body{
	font-family: "Helvetica Neue", Helvetica, Verdana, Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a:link, a:visited, a:hover, a:active{
	color:#188fff;
	text-decoration: none;

}

#container{
	position:relative;
}

#footer{
	position:fixed;
	bottom: 10;
	margin: 0 auto;
	width:100%;
	text-align: center;
	font-size: 10px;
}

#header{
	height: 53px;
}

#logo1{
	margin-left:15px;
	margin-top:11px;
	float: left;
	width: 95px;
	height: 40px;
}

.logo2{
	margin-top:35px;
	margin-bottom:20px;
}
#right-menu{
	float: right;
	margin-top: 24px;
}

#content{
	padding-top: 25px;
}

#left-content{
	float: left;
	padding-top: 79px;
}

#right-content{
	float: left;
	width:365px;
	height: 555px;
	text-align: center;
	background-image: url("../images/login_form.png");
	background-repeat: no-repeat;
	background-color: #fff;
}

.forgot{
    text-align: center;
    color: #188fff;
    margin-top:20px;
    font-size: 15px;
}


/* User Input Username/Pass*/
.pass-input, .username-input{
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 310px;
    margin-bottom: 30px;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #DCDCDC;
}

.pass-input:focus, .username-input:focus{
	border-bottom: 2px solid #188fff;
}

/* Known username field */
.user-id {
	width: 312px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 20px auto;
}


/* button */
.mbr-login-submit {
    width:312px;
    height: 40px;
    margin: 0 auto; 
}

.pure-u-1 {
    width: 100%;
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
}


.pure-button {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.pure-button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.pure-button {
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-size: 1em !important;
    font-weight: 300;
    padding: 0.65em 0;
    position: relative;
    transition: box-shadow 0.1s linear 0s;
}

.mbr-button-primary {
    background: #188fff none repeat scroll 0 0;
    border-color: #188fff;
    font-weight: 400;
}

.mbr-button-primary:focus, .mbr-button-primary:hover {
    background: #4ca9ff none repeat scroll 0 0;
    outline: 0 none;
}

.mbr-button-primary:active {
    background: #003abc none repeat scroll 0 0;
}

a.mbr-button-primary, a.mbr-button-primary:active{
    color: #fff;
}

.mbr-button-primary::after, .mbr-login .mbr-button-primary::after {
    background: transparent url("images/spinner.svg") no-repeat scroll 0 0 / 100% auto;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    width:40px;
 }

.error{
    color: #ff0033;
    font-size: 15px;
    margin-bottom: 10px;
}
