
/****************************************/
/* FORMATTING FOR WP LOGIN PAGE */
/****************************************/

body.login {
        font-family:IRANSans;
		background: linear-gradient(to bottom right, #545c63, #32373c);
		background-repeat: no-repeat;
		background-attachment: fixed;
        height: auto;
}


.login a:hover, .login #nav a:hover {
			color: #4777CD;
	}

.login #login {
	width: 360px;
	margin: 130px auto;
	position: relative;
    padding: 40px 40px 40px 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
    text-align: center
}

.login h1 {
	position: relative
}

.login h1 a {
			background-image: none;
		width: auto;
	height: auto;
	padding: 20px 0px;
    background-position: center center;
    		background-size: 200px;
	}

.login h1 a:before {
	content: "\f120";
    font-family: dashicons;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #cfd8e2;
	transform: translate(-50%, -50%);
	text-indent: 0px;
}

.login .login-message, .login .message.register {
  	width:100%;
   	font-size: 24px;
    line-height: normal;
    		color: #27ae60;
	    font-weight: 600;
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none
}

.login form {
    margin: 0px;
    padding: 40px;
    background: #fff;
    box-shadow: none;
    text-align: center
}

.login label {
line-height: 2.5;
font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #212121;

    display: block;
    text-align: center
}

.login input[type="text"], .login input[type="password"], .login input[type="email"] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 32px;
    box-shadow: none;
    text-align: left;
    margin-top: 10px;
    background-color:#fff;
}

.login input[type="text"]:focus, .login input[type="password"]:focus, .login input[type="email"]:focus,
.login input[type="text"]:hover, .login input[type="password"]:hover, .login input[type="email"]:hover {

}

.login .forgetmenot {
   	width: 100%;
   	padding: 10px 0px 20px 0px;
    margin-top: 30px;
}

.login .forgetmenot label {
   	text-transform: none;
    font-weight: 400;
}

.login .forgetmenot input[type="checkbox"] {
   	border-color: #cfd8e2
}
  
.login .forgetmenot input[type="checkbox"]:before {
   			color: #4777CD;
	}

.login input[type="submit"] {
   	width: 100%;
   			background: #27ae60 !important;
		border: none !important;
		color: #fff!important;
    font-weight: 300;
    padding: 10px 2px!important;
    height: auto!important;
    line-height: normal!important;
    text-shadow: none!important;
    text-transform: uppercase;
    box-shadow: none;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.login input[type="submit"]:hover{
background:#56b881  !important;
}

.login #nav {
	position: absolute;
	right: 0px;
	bottom: -40px;
	left: 0px;
	text-align: center;
	color: #fff
}

.login #nav a, .login #backtoblog a {
	color: #fff
}

.login #backtoblog {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0
}

.login div#login_error, p.message {
    margin: 20px 20px 5px 20px!important;
}

.login p.message {
	background: #e7f4f9!important
}

.login div#login_error {
	background: #f7e6e6!important
}

.login #reg_passmail {
 	font-size: 12px;
 	color: #83919e;
}

.login .privacy-policy-page-link {
    margin: 0px;
}

.login .privacy-policy-link {
 	color: #83919e;
    text-decoration: none;
}

/****************************************/
/* MOBILE VIEW */
/****************************************/

@media only screen and (max-width: 750px) {

	body.login {
		padding: 20px;
	}

	.login #login {
		width: 100%;
		margin: 40px auto;
		padding: 30px 0px;
	}

	.login h1 a::before {
		font-size: 50px;
	}

	.login form {
		padding: 20px;
	}

	.login label {
		margin-top: 5px;
	}

}

