
*:before, *:after , html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size: 100%;
    font: inherit;
    vertical-align:baseline;
    background:transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height:1;
    direction:rtl; 
     background: linear-gradient( 45deg , #35298a 0% ,#2c91c0 50% , #2fc2b8  100%); 

}
html , body {
        width:100%;
    height: 100%;
    overflow-x:hidden;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    text-decoration: none;
    outline: none;
}

@font-face {
    font-family: "IRANSans";
    src: url('/content/fonts/IRANSans.eot');
    src: url('/content/fonts/IRANSans.ttf') format('truetype'), url('/content/fonts/IRANSans.woff2') format('woff2'), url('/content/fonts/IRANSans.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "yekan";
    src: url('/content/fonts/yekan.eot');
    src: url('/content/fonts/yekan.ttf') format('truetype'),url('/content/fonts/BYekan.woff') format('woff'), url('/content/fonts/yekan.woff2') format('woff2'), url('/content/fonts/yekan.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

form{
    height:100%;
}
.g-recaptcha{
    width:304px;
    margin:10px auto 0;
}
.main{
    display: block;
    margin: auto;
    text-align: center;
    width:100%;
    height: 100%;
}
.main::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.login-holder{
    display: inline-block;
    margin: 20px;
    vertical-align: middle;
    width:700px;
    height: 400px;
}
.login-holder > section , .login-holder > a{
    float: right;
    box-shadow: -5px 7px 60px -10px rgba(0,0,0,0.4);
    width:350px;
}
.login-input{
    height: 360px;
    margin-top:20px;
    background: #315178;
 
}
.login-input > header{
    margin: 20px auto 30px;
    padding: 10px;
}
.login-input > header > h3{
    font-family: iransans;
    color: #fff;
    position: relative;
    font-size: 17px;
}
.login-input > header > h3::before{
    content: "";
    position: absolute;
    top:7px;
    right: -25px;
    width:55px;
    height: 7px;
    background: #FDB812;
    box-shadow: -2px 7px 20px -5px rgba(0,0,0,0.4);
}

.admin-info{
    height: 400px;
    background-color: #FDB812;
    background-image: url('/content/img/logo-ch.png');
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
}
.input-check{
    position: relative;
    margin: 13px 35px 0 0;
    width:150px;
     text-align: right;
     float:right;
}
.input-text {
    position: relative;
    margin: 15px auto;
    width:230px;
     text-align: right;
}
.input-text {
    border-bottom: 1px solid #bbb;
    transition: .4s;
    border-radius: 3px 3px 0 0;
}
.input-text > h5{
    position: absolute;
    top:8px;
    right:38px;
    font-family: yekan;
    font-size: 14px;
    color: #eee;
    height: 25px;
    line-height: 25px;
    transition: .4s;
    z-index: 1;
}
.input-text > h5:after{
    content: " : ";
    display: inline-block;    
}
.input-text > img{
    width:20px;
    margin-right:5px;
    vertical-align: middle;
}
.input-text > input[type=text] ,
.input-text > input[type=email] ,
.input-text > input[type=password]{
    width:200px;
    height: 40px;
    padding: 5px 10px;
    border:none;
    font-family: iransans;
    background: none;
    font-size: 15px;
    color:#fff;
    position: relative;
    z-index: 2;
    transition: .4s;
    vertical-align: middle;
}
.input-text.is-focus{
    border-bottom: 1px solid #FDB812;
    background: rgba(0,0,0,0.1);
}
.input-text.is-full {
    background: rgba(0,0,0,0.3);
}

.input-text.is-focus > h5 , .input-text.is-full > h5{
    right:-20px;
    color: transparent;
    opacity: 0;
}

.input-text.is-error > h5 {
    top:-15px;
    color: #888;
    font-size: 15px;
}


/* Input Radio & Checkbox */


.input-check > label{
    font-family: yekan;
    font-size: 14px;
    cursor: pointer;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 7px;
    padding-top: 12px;
}
.input-check.input-vertical > label{
    display: block;
    margin: 7px 15px 7px 0;
}

.input-check > label > span{
    transition: .4s;
}
.input-check > label > input {
        display: none;  
}
.input-check > label > input + span{
    color: #ddd;
    line-height: 15px;
}
.input-check > label:hover > input + span{
    color: #fff;
}
.input-check > label > input:checked + span{
    color: #FDB812;
}
.input-check > label > input[type=checkbox] + span:before{
    content: "✓";
    display: inline-block;
    width: 17px;
    height: 17px;
    color: #fdb812;
    background-color: #aaa;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 3px;
    line-height: 12px;
    margin-left: 6px;
    -webkit-transition: all 0.5s cubic-bezier(.19,1,.22,1) 0s;
    -moz-transition: all 0.5s cubic-bezier(.19,1,.22,1) 0s;
    -o-transition: all 0.5s cubic-bezier(.19,1,.22,1) 0s;
    transition: all 0.5s cubic-bezier(.19,1,.22,1) 0s;
    font-family: Tahoma;
    font-size: 0px;
    vertical-align: top;
         text-align: center;
         font-weight: bold;
}

.input-check > label > input[type=checkbox]:checked + span:before{
    content: "✓";
    font-size: 25px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #eee;
}

.btn{
    border: none;
    box-shadow:none;
    display: inline-block;
    padding: 0px 25px;
    border-radius: 30px ;
    margin: 15px 5px 0;
    font-family: iransans;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 35px;
    line-height: 33px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: .4s;
    vertical-align: middle;
    outline:none;
}
.btn:hover{
    background: #eda800;
    color: #fff;
    box-shadow: 2px 4px 5px -3px rgba(0,0,0,0.2);
}
.btn:active{
    transform:scale(.98);
    transition: .1s;
}
.btn:focus{
   outline:0 !important;
    background: #444;
    color: #eee;
    /*border-bottom: 4px solid #888;*/
    outline-offset: -2px;
}
.btn::-moz-focus-inner { 
  border: 0; 
}


.btn-login{
    background: #28aaca;
}
.btn-refresh{
    font-family:yekan;
    color:#eee;
    font-size:13px;
    margin-right:15px;
}


@media only screen and (max-width: 767px) {
    .login-holder{
        width:auto;
        width:unset;
        height:auto;
        height:unset;
        margin: 0;
    }
    .admin-info{
        display: none;
    }
    .login-input{
        float: none;
        width: 100%;
        margin:  0;
        display: block;
    }
}

