
.login-body {
	height: 100%;
}

.login-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.login-bg>div {
	float:left;
}

.login-body footer{
	overflow-x: hidden;
	position: relative;
	bottom: 0;
	width: 100%;
	margin-top: -37px;
}
.login-form{
	margin-top: calc(56% - 130px);
	right: 65%;
	max-width: 460px;
	border-radius: 5px;
}
.login-form-logo{
	margin-bottom:20px;
}

.login-form-logo img{
	height: 70px;
}
.login-wrapper{ 
	min-height: 100%;
	margin-bottom:-35px;
}
.form-contents{
	max-width: 262px;  
	padding-bottom: 35px;
}
.login-button{
	width:100px; 
	background-color: #0084ff; 
	border: solid 1px #aaaaaa; 
	color:#fff; 
	float: left; 
	border-radius: 5px; 
	padding: 5px;
}
.form-contents a{
	text-decoration:none; 
	color:#939393;
}
.forget-pass-link {
	text-align: right; 
} 
.triangle-center {
	width: 0; 
	height: 0; 
	background-color: #0084ff; 
	border-bottom: 1024px solid rgb(255, 255, 255); 
	border-left: 200px solid transparent; 
	display: table;
}
.triangle-left{
	height: 100%; 
	background-color: #0084ff; 
	width: calc(50% - 100px);
}
.triangle-left .row{
	height:100%;
}
.triangle-left-text{
	text-align: right;  
	top: 33%;  
	left: 25%;  
	color: white; 
	margin-top:calc(65% - 70px);
}
.triangle-left-text h1{
	font-size: 42px;
}

.login-error {
	background-color: #d00020;
	font-size: 16px;
	color: white;
	padding: 4px;
	border-radius: 5px;
	text-align: center;
	margin: 5px;
}
.forgot-button{
    width: 260px;
    background-color: #0084ff;
    border: solid 1px #0084ff;
    color: #fff;
    float: center;
    border-radius: 5px;
    padding: 5px;
}
.login-text-box input{
	color: #a9a9a9 !important;
}