@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

body {
    background-color: #eee;
    background-image: url('../img/loginbg.png');
    font-family: iransans !important;
}

.login h1 a {
    background-image: url('../img/novinvision.png');
    width: 100%;
    background-size: contain;
}

.login label {
    color: #000 !important;
    margin-bottom: 5px;
}


#login {
    width: 400px;
    max-width: 100%;
}
p#reg_passmail{

    color:green;
    font-size:15px;
}
}
#loginform,
#lostpasswordform {
    background: #00bcd4;
    background: -webkit-linear-gradient(to right, #00bcd4, #4dd0e1);
    background: linear-gradient(to right, #00bcd4, #4dd0e1);
    color: #fff;
    border-radius: 10px;
    box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.login form .input,
.login input[type=text] {
    margin-top: 8px;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
}

.login input[type=text],
.login input[type=password] {
    direction: ltr;
}

.button,
.button:hover {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
    line-height: 24px;
    padding: 0 30px 2px;
}

.wp-core-ui .button-primary {
    background-color: #e91e63;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    border: 2px solid #e91e63;
}

.wp-core-ui .button-primary:active,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus {
    box-shadow: none !important;
    border-color: #e91e63;
    background-color: #f06292;
}

.login #login_error,
.login .message {
    border: 0;
    background-image: linear-gradient(to left, #e6164f 0%, #e91e63 100%);
    border-radius: 5px;
    padding: 15px;
    color: #fff;
}

.login #login_error a,
.login .message a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}