html, body {
     background-color: #f5f4f4;
     font-family: "Open Sans", Arial, sans-serif;
 }
label{
    color: #62605d;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-left: 40px;
    margin-right: 40px;
    width: 320px;
    height: 16px;
}
input[type=text], input[type=password] {
    width: 304px;
    height: 38px;
    border-radius: 2px;
    border: solid 1px #cbc7c3;
    background-color: #ffffff;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0px 8px;
    margin-top: 8px;
}
#content {
    width: 402px;
    min-height: 248px;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding-top: 40px;
}
#content.passreset{
    height: 370px;
}
#username {
    margin-bottom: 16px;
}
#login{
    margin: 0 auto;
    width: 400px;
}
span{
    width: 296px;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #62605d;
    padding-right: 32px;
    float: left;
    position:relative;
    top: -4px;
}
span > a{
    color: #62605d;
}
.exclam{
    float: left;
    margin-left: 32px;
    margin-right: 16px;
    color: #fbbc05;
}
.warning{
    padding-top: 24px;
    height: 72px;
}
.reset-ico{
    transform: rotate(45deg) scaleX(-1);
    color: #7ac117;
}
.logout-ico{
    color: #62605d;
}
.reset_pass > a{
    position: relative;
    top: -1.5px;
    /*font-weight: 600;*/
    font-size: 13px;
}
.reset_pass{
    margin-top: 40px;
    margin-left: 40px;
    float: left;
}
#content a {
    color: #7ac117;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}
#content a.submit {
	color: white;
}
.forgotten_pass > a{
    position: relative;
    top: -1.5px;
    /*font-weight: 600;*/
    font-size: 13px;
}
.forgotten_pass{
    text-align: center;
}
.logout-pass{
     margin-top: 40px;
     margin-left: 40px;
     float: left;
 }
.submit{
    float: right;
    margin-right: 40px;
    border-radius: 2px;
    background-color: #7ac117;
    box-shadow: none;
    cursor: pointer;
    border: none;
    font-size: 13px;
    padding: 12px 16px;
    height: 40px;
    width: 120px;
    margin-top: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.submit:hover{
    background-color: #6bab11;
}
.logo{
    width: 148px;
    margin: 72px auto 56px auto;
    display: block;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -22px;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    cursor: pointer;
}
.alert{
    width: 352px;
    padding: 16px 24px;
    color: #12456a;
    background-color: #cde6f6;
    border: 1px solid #9acced;
    margin-bottom: 16px;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.error{
    color: #9b2319;
    background-color: #f9d3cf;
    border: 1px solid #f3a69e;
}
.ok{
    color: #0d6030;
    background-color: #cbf3dc;
    border: 1px solid #97e6b8;
}
.logout{
    border-radius: 2px;
    background-color: #e5e3e1;
    box-shadow: none;
    cursor: pointer;
    border: none;
    font-size: 13px;
    padding: 11px 16px;
    height: 40px;
    width: 120px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #62605d;
    text-decoration: none;
    position: relative;
    top: -3px;
}
.logout:hover{
    background-color: #cbc7c3;
}
#pass1, #pass2 {
    margin-bottom: 16px;
}
.field-icon.passmargin{
    margin-top: -38px;
}
.fail {
    border: solid 1px #fd2512;
}
.submit.goback{
    float: none;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: 160px;
    height: 16px;
}
.submit.goback.referer{
    margin-top: 20px;
    width: 80px;
}
h1{
    text-align: center;
    color: #62605d;
    font-size: 25px;
    margin: 0 0 16px 0;
}
h2{
     text-align: center;
     color: #62605d;
     font-size: 20px;
     margin: 0 0 16px 0;
}

#content.reset{
    height: 140px;
}
#content.popup{
    height: 100px;
}
.okmsg{
    text-align: center;
    color: #62605d;
    margin-bottom: 16px;
}
#content.reset.err{
    height: 110px;
}
.login_gep{
    text-align: center;
    position: relative;
    bottom: 10px;
}
.login_gep > a {
    color: #62605d;
    font-size: 13px;
}
#switch_text2{
    display: none;
}
#totp_hash_container, #sms_auth_container {
	display: none;
}
.text_container p {
	margin-left: 32px;
	margin-right: 32px;
	text-align: justify;
}
.text_container p label {
	margin-left: 0px;
}
.text_container p input {
	margin-left: 0px;
}
.text_container p.center_align {
	text-align: center;
}
#resent-sms {
	width: inherit;
}
#content.two_factor {
	padding-bottom: 70px;
	width: 800px;
	min-height: unset;
}
#content.two_factor .alert{
	margin-left: 32px;
}
#login.two_factor {
	width: 800px;
}
#totp_code {
	background-color: #dfdcda;
	border: 1px solid #8f8b8b;
	padding: 16px;
	word-wrap: break-word;
}
#password-submit2 {
	margin: 7px 0px 0px 0px;
}
.warning_box {
  padding: 8px;
  border-radius: 2px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f9ce89;
  background-color: #fce7c4;
}
#resend_sms_box {
	display: none;
}
.qr_container img {
	height: 120px;
	margin-left: 30px;
}
.qr_container img.android_logo {
	height: 100px;
	margin-bottom: 10px;
}
.qr_container img:nth-child(2) {
	margin-right: 70px;
}
.qr_container img:first-child {
	margin-left: 50px;
}

