html {
background:#afb9c2;
color:#333;
}
#background_img {
	background:url(../img/bg/login_bg2.png) no-repeat top left;
	padding:0; margin:0;
	position:absolute;
	left:0;
	top:0;
	height:640px;
	width:100%;
	padding-top:6%;
}

body {
    background:none;
    font-family:Calibri, Arial;
    text-align:center;
}
#AccountChangepasswordForm {
    text-align:center;
    width: 15em;
    font-size: 17px;
    display: block;
    margin: 2em auto;
}

#AccountChangepasswordForm input{
	text-align:center;
}

#AccountChangepasswordForm h3 {
    width: 100%;
    font-size: 1.2em;
    line-height: initial;
    padding: 10px;
    margin: 20px 0px;
    border: solid red 1px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255,0,0,0.1);
}

/*#UserLoginForm{
	text-align:center;
    width: 15em;
    font-size: 17px;
    display: block;
    margin: 2em auto;
}*/

#UserLoginForm {
    text-align: center;
    width: 300px;
    box-sizing: border-box;
    font-size: 17px;
    display: block;
    padding: 30px;
    margin:0 auto;
}

#UserLoginForm input{
	text-align:center;
}
#UserLoginForm .button {
    width: 100%;
}
.button.danger{
    margin-bottom:20px !important;
}

#OneTimePasswordLoginForm {
    text-align:center;
    width: 15em;
    font-size: 17px;
    display: block;
    margin: 2em auto;
}
#OneTimePasswordLoginForm input{
	text-align:center;
}
small {
        font-size:75%;
        display: inline-block;
        margin-top: -15px;
}
.button.method {
    width:100%;
}

.button.method:hover{
    text-decoration:none;
}

h3{
    font-size:1.5em;
}


div#content {
display:inline-block;
background-color: #fff;
width:100%;
/*height:100px;*/
max-width:350px;
/*margin:6% auto 0 auto;*/
-moz-box-shadow:0 2px 5px #666;
-moz-border-radius:20px 20px 0 0;
-webkit-box-shadow:0 2px 5px #666;
-webkit-border-radius:5px;
box-shadow:0 2px 5px #666;
border-radius:5px;
text-align:center;
min-height:auto;
padding-bottom:40px !important;
/*padding-left:40px !important;
padding-right:40px !important;*/
vertical-align:top;
margin:5px;
}

div#messages {
    display:inline-block;
    background-color: #fff;
    width:100%;
    height:100px;
    max-width:350px;
    /*margin:6% auto 0 auto;*/
    -moz-box-shadow:0 2px 5px #666;
    -moz-border-radius:20px 20px 0 0;
    -webkit-box-shadow:0 2px 5px #666;
    -webkit-border-radius:5px;
    box-shadow:0 2px 5px #666;
    border-radius:5px;
    text-align:left;
    min-height:500px;
    overflow-y:auto;
    overflow-x:hidden;
    padding:20px;
    vertical-align:top;
    margin:5px;

}
div#messages > div.message {
    padding-bottom:10px;
    border-bottom:solid #c0c0c0 1px;
    margin-bottom:10px;
}

div#messages p {
    font-size:0.8em !important;
    /*text-align:justify;*/
    line-height: 1.3em;
}

div#messages h2 {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.2em;
    font-family:Calibri, Arial;
    margin:0px;
    margin-bottom:0.5em;
    min-height:30px;
}

div#messages h2 .fa {
    font-size: 30px;
    float:left;
    margin-right:10px;
    color:#00b0e8
}

div#messages h2 small {
    line-height: 5em;
}


    
.logimg{
margin-top:4em;
max-width:17em;
}

form {
border:0;
text-align:left;
width:15em;
font-size: 17px;
display:block;
margin:1em auto;
}

input, select {
margin-bottom:1em;
font-size: 15px;
}

legend {
display:none;
}

#footer {
border:0;
text-align:center;
display:block;
margin:auto;
/*background:transparent url(../img/orelogo.png) no-repeat 0% 50%;*/
padding:0em 10px 1em 0;
}

#versionNumber {
font-size:smaller;
text-align:center;
color:gray;
margin-bottom:4em;
}
.sponsor-logo {
	max-width:100px;
}