.web-screen {
	background-color: #161619;
	background-image: url("../media/srmc_bg.jpg") !important;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
}

#explicit-auth-screen .vertical-center-inner {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.main-header{
	width: 100%;
}
.pre-header {
	height: 30px;
	width: 100%;
	background: #0489b6;
}
.page-header {
	height: 120px;
	width: 100%;
	background: #fff;
}
.center-panel{
	width:100%;
	place-items: center;
	min-height:300px;
	hieght:100%;
	display:flex;
	flex:1;
	justify-content: center; 
	align-items:center;
	vertical-align:center;
	background-image: url("../media/Vihousing_NS_bg.jpg") !important;
	background-size:cover;
	background-repeat: no-repeat;
}

.page-footer {
	height: 100px;
	width: 100%;
	background: #fff;
}
.blue-space{
	width:100%;
	min-height:100px;
	background:#046aaa;
}

.head_icon {
	height: 100%;
	width: 20%;
	background-image: url("../media/Vihousinglogo.png") !important;
	background-repeat: no-repeat;
	background-position: right;
}

.bottom {
	height: 100%;
	width: 82%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foot-img {
	background-image: url("../media/powerdimg.png") !important;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.foot-left {
	height: 100%;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#explicit-auth-screen .content-area {
	width: 60%;
}

#explicit-auth-screen .content-area {
	width: 45%;
	padding: 25px 0 !important;
	/*
	background-color: rgba(255,255,255,0.9);
	border-radius: 30px;
	*/
}
#explicit-auth-screen .logon-area {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

#explicit-auth-screen .logon-spacer {
	display: none;
}

#explicit-auth-screen  .form-content {
	width: 570px;
}

#explicit-auth-screen .logon-spacer {
	display: none;
}

.foot-left a {
	color: #fff;
	font-size: 10px;
}
.foot-right a {
	color: #000;
	font-size: 13px;
}

#login_title {
	font-weight: 500;
	font-weight: 600;
}

.form-content .credentialform .field {
	padding: 15px;
}
.credentialform .plain {
	
	font-size: 16px !important;
	font-weight: 500 !important;
}

.credentialform input[type="text"], .credentialform input[type="password"], .credentialform .pseudo-input {
	border: 1px solid #01389c !important;
}



.buttonscontainer  .button.default{
	background-color: #e9e9e9 !important;	
	color: #000 !important;
}
.buttonscontainer:hover .button.default:hover{
	background-color:#7ab732 !important;
	color: #ffffff !important;
}

.button.default{
	background-color: #e9e9e9 !important;	
	color: #000 !important;
}
.button.default:hover{
	background-color:#7ab732 !important;
	color: #ffffff !important;
}

.logon-logo-container {
	background-image: url("../media/Frame.png") !important;
	background-repeat: no-repeat !important;
}
.web-screen .main-text {
	/*color: #000 !important;*/
}

.content-area {
	background: none !important;
}
.credentialform h1{
	font-size: 22px !important;
}
.credentialform{
	color:white !important;
}
.label{
	font-size: 20px !important;
	color:#fff !important;
}
.CredentialTypeusername label{
	font-size: 20px !important;
	color:#fff !important;
}
.logout-panel{
	background-image: url("../media/Vihousing_NS_bg.jpg") !important;
	background-size:cover;
	background-repeat: no-repeat;
}
.logout-panel.button{
	background-color: #e9e9e9 !important;	
	color: #000 !important;
}
.logout-panel.button:hover{
	background-color:#7ab732 !important;
	color: #ffffff !important;
}