.main{
	width: 100%;
	height: 100vh;
	position: relative;
}
.login_slideshow_container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.one_slide_login{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.logo_container{
	width: 100%;
	height: 234px;
	position: relative;
	z-index: 3;
}
.logo_container img{
	position: absolute;
	top: 50%;
			left: 50%;
			-moz-transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);}
.login_container{
	width: 823px;
	height: 400px;
	position: relative;
	margin: auto;
	z-index: 3;
}
.login_container_left{
	width: 412px;
	height: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);	background: rgba(255,255,255,0.69);
	position: relative;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	position: relative;
	z-index: 2;
}
.login_container_left_top_text{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 57px;
	left: 0px;
	color: #0d4fa0;
	font-size: 35px;
	line-height: 0.9;
}
.login_container_left_top_text b{
	font-weight: 900;
	color: #2aa2dd;
}
.login_container_left_text{
	width: 100%;
	position: absolute;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);	text-align: center;
	color: #0d4fa0;
	font-size: 55px;
	font-weight: bold;
	line-height: 0.9;
}
.login_container_left_text span{
	color: #2aa2dd;
	font-size: 40px;
}
.login_container_right{
	width: 410px;
	height: 100%;
	float: right;
	background: white;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);	position: relative;
	z-index: 1;
}
.login_container_right_title{
	width: 100%;
	text-align: center;
	padding-top: 51px;
	line-height: 0.9;
	text-align: center;
	color: #2aa2dd;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 34px;
}
.login_container_right_input_container{
	width: 259px;
	height: 45px;
	border-bottom: 1px solid #e1e1e1;
	margin: auto;
	margin-bottom: 9px;
	position: relative;
}
.login_container_right_input_icon{
	float: left;
	width: 15px;
	height: 21px;
	position: relative;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);}
.login_usernamelogo{
	background: url(../images/themes/straightLineBlue/usernameLogo.png);
}
.login_passwordlogo{
	background: url(../images/themes/straightLineBlue/passwordLogo.png);
}
.login_container_right_input{
	float: left;
	width: calc(100% - 27px);
	margin-left: 12px;
	position: relative;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);	background: transparent;
	border: 0px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	outline: none;
}

.login_container_right_input::-webkit-input-placeholder {
    color: #636363;
}
.login_container_right_input:focus::-webkit-input-placeholder {
    color: #0d4fa0;
}

/* Firefox < 19 */
.login_container_right_input:-moz-placeholder {
    color: #636363;
}
.login_container_right_input:focus:-moz-placeholder {
    color: #0d4fa0;
}

/* Firefox > 19 */
.login_container_right_input::-moz-placeholder {
    color: #636363;
}
.login_container_right_input:focus::-moz-placeholder {
    color: #0d4fa0;
}

/* Internet Explorer 10 */
.login_container_right_input:-ms-input-placeholder {
    color: #636363;
}
.login_container_right_input:focus:-ms-input-placeholder {
    color: #0d4fa0;
}



.login_container_right_forgot_password{
	width: 100%;
	text-align: center;
	line-height: 0.9;
	font-size: 16px;
	font-style: italic;
	color: #555555;
	cursor: pointer;
	margin-top: 42px;
	line-height: 0.9;
}
.login_container_right_forgot_password:hover{
	color: #0d4fa0;
}
.login_container_right_login_button{
	width: 155px;
	height: 45px;
	background: #2aa2dd;
	cursor: pointer;
	display: block;
	margin: auto;
	margin-top: 35px;
	border-radius: 10px;
	color: white;
	font-size: 18px;
	font-weight: 900;
	border: 0px;
	outline: none;
	font-family: 'Roboto', sans-serif;

}
.agent_registration{
	width: 267px;
	height: 42px;
	position: absolute;
	right: 71px;
	bottom: -42px;
	z-index: 0;
	background: #ebebeb;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	cursor: pointer;
}
.agent_registration_icon{
	width: 25px;
	height: 21px;
	background: url(../images/themes/straightLineBlue/agent_reg_icon.png);
	float: left;
	position: relative;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);	margin-left: 27px;
}
.agent_registration_text{
	float: left;
	line-height: 0.9;
	margin-left: 10px;
	color: #2aa2dd;
	font-size: 14px;
	font-weight: 900;
	line-height: 0.9;
	position: relative;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);}
.agent_registration:hover{
	background: #ffca50;
}
.errorMsg{
	font-size: 15px;
	color: red;
	position: absolute;
	width: 100%;
	text-align: center;
}



@media all  and (max-height: 775px){
	.main{
		height: 790px;
	}
}




@media all and (max-width: 450px){
	.main{
		height: 640px;
	}
	.logo_container{
		height: 159px;
	}
	.login_container{
		width: 320px;
		height: 350px;
	}
	.login_container_left{
		display: none;
	}
	.login_container_right{
		float: none;
		width: 100%;
		border-radius: 25px;
	}
	.login_container_right_title{
		padding-top: 36px;
		margin-bottom: 25px;
	}
	.login_container_right_forgot_password{
		margin-top: 40px;
	}
	.login_container_right_login_button{
		margin-top: 26px;
	}
	.agent_registration{
		right: auto;
		left: 50%;
			-moz-transform: translate(-50%, 0);
			-webkit-transform: translate(-50%, 0);
			-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);	}
	.logo_container img{
		width: 220px;
	}
}