body{
	overflow:hidden;
	margin:0;
	line-height: 1.3;
	font-family: sans-serif;
}
.login-scroller{
	/* background: url(../images/login_bg.jpg) no-repeat scroll center center rgba(0, 0, 0, 0); */
	background-position: center center;
    background-image: url(https://www.symabs.com/themes/ba//assets/common/img/temp/login/7.jpg);
	background-size: cover;	
	/* height: calc( 100vh - 120px); */
	/* height: calc( 100vh - 60px); */
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.login-wrapper{
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
	margin: 0 auto;
	/* padding: 0 25px; */
}

.login-form{
	/* background: #fff; */
	/* max-width: 320px; */
	min-width: 320px;
    max-width: 50%;

	margin: auto;
	padding:30px;
}

.logo {
	background: url(../images/logo_symapro.svg) no-repeat scroll center top rgba(0, 0, 0, 0);
	height: 96px;
	margin: -59px auto 0px;
}
/*}*/
.login_form_title {
	text-align: center;
	padding: 14px 0;
	font-size: 24px;
	font-weight: 600;
	
	color:#fff;
}
.login-form-inputs-wrapper {
	margin-top: 0px;
	text-align: center;
}
#forgot_password {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    color: #fff;
	text-decoration:underline;
	cursor:pointer;
    font-weight: 300;
    font-size: 14px;
    order: 2;
}
.login-form input[type=tel],
.login-form input[type=text],
.login-form input[type=password] {
	height: 39px;
	background: #ededed;
	border-color: #ededed;
	border: 1px solid #ccc;
	margin: 5px 0px;
	/* width:200px; */
	width: 100%;
	
	color:#fff;
}
.login-form input[type=tel] ,
.login-form input[type=text] {

	background: url(../images/icon_phone.svg) no-repeat scroll 5px 5px;
	background-size: 28px;
	padding-left: 40px;
}
.login-form input[type=tel]::-webkit-input-placeholder,
.login-form input[type=text]::-webkit-input-placeholder,
.login-form input[type=password]::-webkit-input-placeholder {
	font-weight: 700;
	font-size: 0.75em;
	/* color: red !important; */
	/* color: #aaa !important; */
	color: #dadada !important;
}
.login-form input[type=password] {
	background: url(../images/icon_password.svg) no-repeat scroll 5px 5px;
	background-size: 28px;
	padding-left: 40px;
}
.forgot_and_submit_wrapper {
	display: -webkit-flex;
	-webkit-flex-direction: column /* Safari 6.1+ */
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	/* margin-left:10px; */
}
.login-form #submit{
	/* width: 242px !important; */
	width: 100% !important;
	background-color: #fff !important;
	color: #333 !important;
	border: 1px solid #333 !important;
	border-radius: 0px !important;
	font-size: 16px;
	font-weight: 600;
	min-height: 38px;
	order: 1;
	padding: 11px 0;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
	
	
	background-color: #ec1c24 !important;
	color: #fff !important;
	border-color: #ec1c24 !important;
}

.login-form #submit:hover,
.login-form #submit:active{
	background-color: #ec1c24 !important;
	color: #fff !important;
	border-color: #ec1c24 !important;
	
	background-color: #fff !important;
	color: #333 !important;
	border-color: #333 !important;
}
@media (min-width: 768px){
	.form_stores_wrapper{
		/* width: 320px; */
		/* margin: 0 0 0 140px; */
	}
	/* .login-form{ */
		/* padding: 30px; */
	/* } */
}
@media (max-width: 767px){
	.from_native_app_OK .main_header.small_screen{
		display:none;
	}
	.from_native_app_OK .content_wrapper_first_child{
		padding-top:0 !important;
	}
	.from_native_app_OK .login-scroller{
		height:100vh;
	}
	.login-wrapper{
		/* transform: translate(0%, -35%); */
		transform: translate(0%, -50%);
	}
	
	.logo{
		display:none;
	}
	.login-form input,
	.login-form #submit{
		max-width: 285px;
	}
	

}