.login-left-content{
	height: 100vh;
	position: relative;
}
.login-bg{
	background: url('/website_wws/static/src/img/login-bg.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.sign-up-bg{
	 background: url('/website_wws/static/src/img/registration-login.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.reset-password-bg{
	background: url('/website_wws/static/src/img/forgot-password.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.bg-black-overlay{
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px; 
	z-index: -1;
}
.login-right-content{
	padding-bottom: 30px;
}
.login-left-content .warmwinds-white-logo{
	width: 350px;
	margin-top:35px;
}
.login-right-header-content{text-align: center; padding-top: 25px;}
.login-right-header-content h2{
	font-size:30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #607D8B;
	margin-top: 25px;
	margin-bottom: 0;
}
.login-right-header-content p{
	color: #B3B2B8;
	font-size:16px;
}
.oe_login_form, 
.oe_signup_form, 
.oe_reset_password_form{
	max-width: 380px;
}
.oe_login_form .form-control, 
.oe_signup_form .form-control, 
.oe_reset_password_form .form-control{
	height: 45px;
	background:#F3F3F3;
	border-color: #F3F3F3;
}

.oe_login_form, .oe_signup_form, .oe_reset_password_form{
	border: none;
}
.input-group .input-group-append a{
	line-height: 30px;
}

.reset_password{
	color: #B1B1B1;
	text-decoration: underline;
}

.reset_password:hover{
	text-decoration: underline;
}

.oe_login_buttons .btn{
	width: 170px;
}

.oe_login_buttons .btn-primary{margin-right: 5px;}

.oe_login_buttons .btn-outline-primary{
	font-size: 14px;
	padding: 10px 30px;
	font-weight: 500;
}
.btn-outline-primary{
	color:#607D8B;
	border-color: #607D8B;
}
.btn-outline-primary:hover{
	background-color: #4b626d;
	border-color: #4b626d;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle{
	background-color: #4b626d;
	border-color: #4b626d;
}

.login-left-black-logo{
	position: absolute;
    bottom: 50px;
    width: 100%;
}

.login-left-black-logo img{
	width: 180px;
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.oe_login_form, .oe_signup_form, .oe_reset_password_form{
		background:transparent;
		border: none;
		box-shadow: none;
	}
}

/* Extra large devices (large desktops, 1200px and Down) */
@media (max-width: 1199.98px) {
	.login-right-header-content h2{font-size: 26px;}
	.login-right-header-content{padding-top: 80px;}
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
	.login-right-header-content{
		padding-top: 30px;
	}
	.login-right-header-content h2{margin-bottom: 15px;}
}

/* Small devices (landscape phones, 576px and Down) */
@media (max-width: 575.98px) {
	
}

/* Small devices (landscape phones, 480px and down) */
@media (max-width: 480px) {
	.oe_login_form, .oe_signup_form, .oe_reset_password_form{max-width: 300px;}
	.oe_login_buttons .btn{width: 100%; margin-bottom:15px;}
	.oe_login_buttons .btn-primary{margin-right:0px;}	
}
/* Small devices (landscape phones, 360px and down) */
@media (max-width: 360px) {
	.oe_login_form, .oe_signup_form, .oe_reset_password_form{max-width: 280px;}
	.login-right-header-content p{line-height: 22px;}
}