.page-body-wrapper {
    height: 585px;
    width: 100%;
    margin-top: -300px;
    position: absolute;
    top: 50%;
}

.auth.auth-bg-1 {
    background-repeat: no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1078px 585px;
    -moz-background-size: 1078px 585px;
    -webkit-background-size: 1078px 585px;
	min-height: 0px;
	height: 585px;
}

.content-form-left {
	color: #fff;
    left: 60px;
    position: absolute;
	top: calc(50% - 103px);
}

.content-form {
	color: #fff;
    margin-right: 60px;
    right: 0px;
    position: absolute;
    top: 171px;
}

.input-group-text {
	padding: 10px !important;
	border: none;
}

.mdi {
	color: #fff !important;
}

.loginForm {
	background: #80A8B0;
    padding: 15px 30px 5px 30px;
    opacity: 0.9;
}

.loginForm h4 {
	width: 290px;
	margin-bottom: 15px;
}

.logo-image {
	width: 133px;
    height: 27px;
    margin-top: 6.5px;
}

.systemLogo {
	width: auto;
    height: 80px;
    margin-left: 5px;
    margin-top: 5px;
}

.systemNameDiv {
	position: absolute;
    top: calc(50% - 143px);
}
.systemName {
	height: 145px;
}
