.login-block {
	display: block;
	position: relative;
	padding: 20px 0;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.login-block .checkbox-group .label-remember {
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	user-select: none;
}
.login-block .checkbox-group .label-remember a {
	color: #000;
	text-decoration: underline;
}
.login-block .forgot-password {
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.login-block .form-group .btn-sign-in {
	height: 44px;
	color: #000;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	background-color: #fff;
	width: 100%;
}
.login-block .acount {
	color: #000;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-decoration: underline;
	border-top: 1px solid #c5c5c5;
}
.login-block .social-icon{
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	height: 44px;
	line-height: 45px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
}
.login-block .social-icon i{
	margin-right: 5px;
}
.login-block .social-icon.facebook-btn{
	background-color: #4267B2;
}
.login-block .social-icon.google-btn{
	background-color: #DB4437;
}
.login-block .offset-cm-2{
	margin-left: 16%;
}
.login-block .auth-head{
	display: block;
	position: relative;
	margin-bottom: 30px;
	background-size: 80px;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url('./../../images/login-key.jpg');
}
.login-block .auth-head.register-user{
	background-image: url('./../../images/register-user.jpg');
}
.login-block .auth-head .logo-text{
	display: block;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	color: #121212;
}
.login-block .auth-head .text{
	display: block;
	position: relative;
	color: #121212;
	font-size: 16px;
	font-weight: 500;
}

.direction-rtl .login-block .auth-head{
	background-position: center left;
}
@media only screen and (max-width: 640px){
	.login-block{
		padding: 0;
		margin-bottom: -30px;
		width: 95%;
	}
	.login-block .offset-cm-2{
		margin-left: 0;
	}
	.login-block .sm-block{
		display: block;
		text-align: center;
	}
	.login-block .social-icon{
		margin-bottom: 5px;
		display: block;
	}
	.login-block .form-group .btn-sign-in{
		height: 40px;
		font-size: 14px;
	}
	.login-block .forgot-password,
	.login-block .checkbox-group .label-remember{
		font-size: 12px;
	}
	.login-block .auth-head .logo-text{
		font-size: 18px;
	}
	.login-block .auth-head .text{
		font-size: 14px;
	}
	.direction-rtl .login-block .offset-cm-2{
		margin-left: auto;
		margin-right: auto;
	}
}