﻿@import url(../../fontiran.css);

div, p, h1, h2, h3, h4, h5, h6, span, label, input, table, tr, td, ul, li, ol, button, small, sup, sub, text, address, header, footer, strong {
    font-family: iranyekan;
}
html {
    background-color: #e6e6e6;
}
body {
    background-color: #e6e6e6;
    margin: 0 !important;
    padding: 0 !important;
}
.bg {
    position: fixed;
    background: url('../../Images/ViewImage/Login/000.gif') no-repeat;
    background-position:left center;
    margin: 0 !important;
    padding:0 !important;
    width:100%;
    height:100%;
    z-index:0;
}
.login-box {
    /*margin: 0;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);*/
    margin:5%;
    float:right;
}
.header {
    background: rgba(255, 255, 255, 1.0);
    text-align: center;
}
.logo-img{
    margin:2% auto;
    width:50%;
}
.body {
    background: rgba(255, 255, 255, 1.0);
    padding: 2%;
}
.input-icon{
    font-size:30px;
}
.addon-icon{
    background:#ccc;
    text-align:center;
    height:45px;
    border-radius:5px;
    padding-top:7px;
}
.input-div{
    margin: 5% auto;
    width:100%;
}
/*.g-recaptcha {
    transform:scale(0.97);
    -webkit-transform:scale(0.97);
    transform-origin:300px 0;
    -webkit-transform-origin:300px 0;
    float:right;
        direction:rtl;
}*/
.img-cpatcha {
    width: 80%;
    height: 45px;
    display: inline-block;
    border-radius: 5px;
}
#login-submit{
    width:100%;
}
#btn-change-password-submit{
    width:100%;
}
.footer {
    background: rgba(255, 255, 255, 1.0);
    text-align: center;
    color: #333;
    padding: 1%;
}
.footer a{
    color:#333;
}
input{
    font-size:14px !important;
}
.G,.NG{
    display:none;
}
.footer-modal-btn{
    display:none;
}
.display-none{
    display:none;
}
.warning-box{
    border:thin solid orange;
    color:orange;
    padding:3%;
    margin:5%;
    width:90%;
    font-size:12px;
}
.warning-box span{
    color:#333;
}
.valid-password {
    font-size:8pt !important;
    padding-bottom:4px !important;
    display:none;
}
header {
    color: #000;
    float: right;
    text-align: left;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/ padding: 0.5%;
}
.footer-page {
    position: absolute;
    color: #000;
    float: right;
    text-align: center;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
    padding: 0;
    margin:0;
}

@media only screen and (max-width: 600px) {
    .login-box {
        margin: 5% auto;
    }
}