#mainLogonDiv {
    background-image: url(../images/ifctwo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
}

.logonContainer {
    display: table-cell;
    vertical-align: middle;
    position: relative!important;
    padding: 0!important;
}

#lgnDiv {
    width: 360px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 40px 40px 40px 60px;
    width: 350px;
    max-width: 350px;
}

.signInImageHeader img {
    width: 300px;
}

.signInError {
    margin-top: 0;
    max-width: 300px;
}

#fplogin {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,.87);
    font-family: Arial,Verdana,Tahoma;
    display: none;
    padding-top: 20px;
}

.fpLoginDlg {
    background-image: url(../images/fingerprint.gif);
    background-size: 64px;
    padding-right: 64px;
    height: auto;
    min-height: 64px;
    background-repeat: no-repeat;
    background-position: right center;
}

.qrcLoginDlg {
    background-image: none;
    background-size: 128px;
    padding-right: 138px;
    height: 128px;
    background-repeat: no-repeat;
    background-position: right center;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

#cancelfp {
    padding-top: 50px;
}

a#cancelfp {
    color: #43A047;
    text-decoration: none;
}

.hs2FA_overLay1 {
    display: none;
}

.notice {
	padding-top: 20px;
	font-size: small;
    color: red;
}
@media only screen and (max-width: 800px) {
	#lgnDiv {
padding: 20px;
    width: 320px;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    left: auto;
	}

.hidden-submit {
	clear: both;
}

.signInImageHeader {
    display: block!important;
    padding-bottom: 20px!important;
}
}