@import url(https://fonts.googleapis.com/css?family=Reem+Kufi);
body 
{
	background:#492a6f;
	font-family: arial;
	position:relative;
}
body:before {
	    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../Inc/img/topS.png) no-repeat;
    background-size: 100%;
    top: 0;
    right: 0;
    z-index: 5;
}
#login {
	position:relative;
	z-index:99999
}
body:after {
	    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../Inc/img/bottom1.png) no-repeat;
    background-size: 100%;
    background-repeat-y: no-repeat;
    bottom: 0;
    right: 0;
    z-index: 5;
    background-position:bottom
}
.login form {
    padding: 26px 24px 46px;
    background: #353a78;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.77);
}
.login h1 a{
	background-image: url()
}
.login .button-primary {
	background: #1e222b;
	border:0;
	text-shadow:0 0;
	box-shadow:0 1px 3px #000000b0;
}
.login #login_error, .login .message, .login .success {
	background: #ffffff21;
	color:#fff;
	border-color: #ffffff;
}
.login label {
	color:#ffe066;
	    font-family: 'Reem Kufi', sans-serif;

}
input {
	font-family: arial
}
#login form p {
	color: :#fff;
	 font-family: 'Reem Kufi', sans-serif;

}
.wp-core-ui .button-primary.focus, 
.wp-core-ui .button-primary.hover,
 .wp-core-ui .button-primary:focus, 
 .wp-core-ui .button-primary:hover
{
	background:#3e4657 
}
#reg_passmail {
	color: #fff
}

@media(max-width:767px){
	#login{width:290px}
}