@media screen and (max-width: 460px) {
	.statcraft-logo {
		width: 95% !important;
	}
	.loginPageHeaderDiv {
		height: 270px !important;
	}
	.loginPageHeaderImageDiv {
		height: 220px !important;
	}
}

.loginPageHeaderDiv {
	width: 100%;
	height: 225px;
}

.loginPageHeaderImageDiv {
	width: 100%;
	height: auto;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.statcraft-logo {
	width: 20%;
    margin-right: 10px;
    margin-top: 10px;
}

.versionDiv {
	width: 100%;
	margin-right: 10px;
	float: right;
	height: 50px;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.versionSpan {
	font-size: 16px;
	font-family: Arial, LatoWeb, Lato, Helvetica, sans-serif;
	color: #FFFFFF;
}

.formDivH1 {
	margin: 0px;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    font-size: 22px;
    color: rgba(9, 93, 130, 225);
}

.loginInputFieldClass {
	height: 30px;
	text-indent: 10px;
	background: rgba(9, 93, 130, 225);
	color: white;
	border: none;
	width: 214px;
	outline: none;
}

.formDiv {
	margin: auto;
	text-align: center;
	background: white;
	width: 300px;
	height: 177px;
}

.csp-login-body-style {
    margin: 0px;
    background: rgba(9, 93, 130, 225);
    color: rgba(9, 93, 130, 225);
}

.csp-login-outer-div {
    margin-top: 30px;
}

.csp-login-switch-container {
    width: 100%;
    display: flex;
}

.csp-login-mac-invalid-box {
    margin: 0% auto;
    width: 300px;
    height: 250px;
}

.csp-login-mac-inner {
    display: flex;
    width: 100%;
    height: 80%;
    overflow: auto;
    background: #FFF;
}

.csp-login-expiry-img {
    margin-left: 30px;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 37px;
}

.csp-login-invalid-mac-text {
    line-height: 1.5;
    display: inline-block;
    margin-left: 17px;
    margin-top: 82px;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    color: rgba(9,93,130,225);
    text-align: left;
}

.csp-login-expired-text {
    line-height: 1.5;
    display: inline-block;
    margin-left: 17px;
    margin-top: 82px;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    color: rgba(9,93,130,225);
}

.csp-login-limit-text {
    line-height: 1.5;
    display: inline-block;
    margin-left: 17px;
    margin-top: 82px;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    color: rgba(9,93,130,225);
    text-align: left;
}

.csp-login-table-style {
    margin: auto;
    width: 100%;
}

.csp-login-th-hidden {
    display: none;
}

.csp-login-enc-hidden {
    display: none;
}

.csp-login-ok-btn {
    outline: none;
    pointer-events: none;
}

.csp-login-ptr-none {
    pointer-events: none !important;
}

.csp-login-ptr-auto {
    pointer-events: auto !important;
}

.csp-login-error-row {
    height: 10px;
    color: red;
    font-family: 'Segoe UI', Arial, sans-serif;
}
