@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/sans/eot/IRANSansWeb_Bold.eot");
    src: url("../fonts/sans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sans/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/sans/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/sans/ttf/IRANSansWeb_Bold.ttf") format("truetype")
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/sans/eot/IRANSansWeb_Medium.eot");
    src: url("../fonts/sans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/sans/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/sans/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/sans/ttf/IRANSansWeb_Medium.ttf") format("truetype")
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/sans/eot/IRANSansWeb_Light.eot");
    src: url("../fonts/sans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/sans/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/sans/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/sans/ttf/IRANSansWeb_Light.ttf") format("truetype")
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/sans/eot/IRANSansWeb_UltraLight.eot");
    src: url("../fonts/sans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/sans/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/sans/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/sans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype")
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/sans/eot/IRANSansWeb.eot");
    src: url("../fonts/sans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/sans/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/sans/woff/IRANSansWeb.woff") format("woff"), url("../fonts/sans/ttf/IRANSansWeb.ttf") format("truetype")
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 1px solid #ccc;
    -webkit-text-fill-color: #222;
    -webkit-box-shadow: 0 0 0px 1000px #eee inset;
    transition: background-color 5000s ease-in-out 0s
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

body {
    background: #333 url(../img/bg.jpg) center/cover no-repeat fixed;
    font-family: iransans
}

.site-wrapper {
    margin: 1em auto 1em;
    max-width: 95%
}

@media screen and (min-height: 600px) {
    .site-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 500px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.box {
    position: relative;
    height: 570px;
    overflow: hidden;
    text-align: center;
    padding: 1.5em;
    margin: 0;
    font-family: iransans;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 21px 0 rgba(209, 210, 209, 0.4);
    -moz-box-shadow: 0 0 21px 0 rgba(209, 210, 209, 0.4);
    box-shadow: 0 0 21px 0 rgba(209, 210, 209, 0.4);
    -webkit-transition: opacity 1s ease-in .25s, height .5s;
    -moz-transition: opacity 1s ease-in .25s, height .5s;
    -ms-transition: opacity 1s ease-in .25s, height .5s;
    -o-transition: opacity 1s ease-in .25s, height .5s;
    transition: opacity 1s ease-in .25s, height .5s;
    opacity: 0
}
.mobile {
    height: 290px;
}
.box.forgotShow {
    height: 360px
}

.input {
    display: block;
    width: 90%;
    text-align: center;
    line-height: normal;
    padding: .8em 1em;
    margin: 0 auto 2em;
    font-family: inherit;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 100px
}

.input:hover, .input:focus {
    border-color: #888 !important;
    outline: none
}

.input.has-error {
    border-color: #B71C1C
}

.submit {
    display: block;
    width: 170px;
    padding: 1em 0;
    margin: 0 auto 1em;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 100px;
    color: #fff;
    outline: none;
    background: #5597d0;
    background: -moz-linear-gradient(left, #5597d0 0%, #70d193 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5597d0), color-stop(100%, #70d193));
    background: -webkit-linear-gradient(left, #5597d0 0%, #70d193 100%);
    background: -o-linear-gradient(left, #5597d0 0%, #70d193 100%);
    background: -ms-linear-gradient(left, #5597d0 0%, #70d193 100%);
    background: linear-gradient(to right, #5597d0 0%, #70d193 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5597d0 ', endColorstr='#70d193', GradientType=1)
}

.submit:hover, .submit:focus {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#3784c8), to(#56c880));
    background: -webkit-linear-gradient(left, #3784c8 0%, #56c880 100%);
    background: -o-linear-gradient(left, #3784c8 0%, #56c880 100%);
    background: linear-gradient(to right, #3784c8 0%, #56c880 100%)
}

.link {
    display: inline-block;
    font-size: .9em;
    color: #777;
    text-decoration: none;
    border-bottom: 1px solid #777;
    padding: 0.1em
}

.link:hover, .link:focus {
    color: #555;
    text-decoration: none
}

.tab-item {
    float: right;
    width: 50%;
    margin: 0;
    padding: 1em;
    font-size: 1.3em;
    color: #ccc;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    text-decoration: none
}

.tab-item:hover, .tab-item:focus {
    background-color: #f7f7f7
}

.signIn, .signUp, .reset {
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.mobile-signIn {
    top: 10px;
}

.public-signIn, .public-signUp, .public-reset {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    padding: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.signUp {
    opacity: 0
}

.hiddenInput {
    position: absolute;
    visibility: hidden
}

#signInTitle:checked + .tab-item {
    color: #3c9;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}

#signInTitle:checked ~ .signIn {
    opacity: 1;
    z-index: 99;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -ms-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

#signInTitle:checked ~ .signUp {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

#signUpTitle:checked + .tab-item {
    color: #3c9;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}

#signUpTitle:checked ~ .signUp {
    opacity: 1;
    z-index: 99;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -ms-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

#signUpTitle:checked ~ .signIn {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.err-msg {
    color: #B71C1C;
    margin: 0 0 15px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.err-msg.show {
    opacity: 1
}

.checkLabel {
    display: inline-block;
    margin: 0 0 1em;
    cursor: pointer;
    color: #777
}

.checkLabel:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    border-radius: 50%;
    box-shadow: inset 0 0 0px 3px #fff, inset 0 0 20px 20px #fff;
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s
}

.checkLabel:hover {
    color: #555
}

.checkLabel:hover:before {
    border-color: #555
}

.checkLabel:hover .agreement_link {
    color: #555
}

.checkLabel.has-error:before {
    border-color: #B71C1C
}

.checkbox:checked + .checkLabel:before {
    box-shadow: inset 0 0 0px 3px #fff, inset 0 0 20px 20px #5697d0;
    border-color: #777
}

.agreement_link {
    color: #777;
    text-decoration: underline
}

.agreement_link:hover, .agreement_link:focus {
    color: #5697d0 !important
}

.reset {
    display: none
}

.visible {
    display: block !important
}

/*# sourceMappingURL=style.css.map */
