@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "iransans";
    src: url("/assets/fonts/iransans.woff") format("woff"),
    url("/assets/fonts/iransans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "iransans";
    line-height: 1.5 !important;
}

body {
    background: #297fb8;
    padding: 5px;
    margin: 0;
}



@media (min-width: 768px) {
    .box {
        text-align: right;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 700px;
        height: 350px;
    }

    .form-box {
        height: 100%;
        padding: 0 29px !important;
        border-left: 1px solid #378bc1;
    }


    .box > div {
        padding: 35px 0px;
        height: 400px;
        float: right;
        border: 1px solid #65b5d8;
        border-radius: 20px;
    }

    .box > div:first-child {
        border-left: 0;
    }

    .box > div:last-child {
        border-right: 0;
    }


    ul {
        padding: 15px 65px 0 0 !important;
        list-style-image: url('/admin/img/login/tik.png');
        color: #FFF;
    }

    ul li {
        padding: 15px 0px 0px 0px;
        font-size: 12px;;
    }
}

@media (min-width: 992px) {
    .box {
        text-align: right;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 800px;
        height: 400px;
    }

    .form-box {
        height: 100%;
        padding: 0 59px !important;
        border-left: 1px solid #378bc1;
    }

}
@media (max-width: 768px) {
    .box {
        text-align: right;
        margin-top:30px;
    }

    .form-box {
        height: 100%;
        padding: 0 20px !important;
        /*border-bottom: 1px solid #378bc1;*/
    }


    .box > div {
        padding: 35px 0px;
        height: 400px;
        float: right;
        border: 1px solid #65b5d8;
        border-radius: 20px;
    }

    .box > div:first-child {
        /*border-bottom: 0;*/
    }

    .box > div:last-child {
        border-top: 0;
    }


    ul {
        padding: 15px 45px 0 0 !important;
        list-style-image: url('/admin/img/login/tik.png');
        color: #FFF;
    }

    ul li {
        padding: 15px 0px 0px 0px;
        font-size: 12px;;
    }
    .helpbox-btn{
        color:#efefef;
        cursor: pointer;
    }
    #helpbox.in,
    #helpbox.collapsing {
        display: block!important;
    }
}



.form-box figure {
    display: block;
    text-align: center;
}


.form-box .input-group {
    margin-bottom: 15px;
}

@media (min-width: 768px){
    .form-box .input-group {
        width: 280px;
    }

}

.input-group:not(.ltr) .form-control {
    background: #FFF;
    border: 0;
    height: 45px;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.input-group:not(.ltr) .input-group-addon {
    background: #FFF;
    border: 0;

    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.input-group.ltr .form-control {
    background: #FFF;
    border: 0;
    height: 45px;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.input-group.ltr .input-group-addon {
    background: #FFF;
    border: 0;

    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.input-group.captcha .input-group-addon {
    background: #858686;
}

@media (min-width: 768px) {

    .input-group.captcha .input-group-addon {
        width: 120px;
    }
}

.form-box .input-group:not(.captcha) img {
    width: 30px;
}

.form-box .input-group.captcha img {
    width: 100px;
}

.form-box .form-input input {
    color: #E74C3C;
    height: 35px;
    border: 0;
    font-size: 18px;
    width: 280px;
}

.form-box .btn {
    width: 100%;
    padding: 8px 15px;
    text-align: center;
    border: 0;
    background: #C0392B;
    font-size: 20px;
    border-radius: 10px;;
    height: 45px;
}


#notify_bar {
    position: fixed;
    top: 0px;
    background: #2d3e50;
    width: 100%;
    /*height: 50px;*/
    display: none;
    text-align: center;
    line-height: 100px;
    color: #f1c40f;
    padding: 10px 0;
    font-size: 13pt;
    z-index: 100;
}

#info_bar {
    position: fixed;
    top: 0px;
    background: #006442;
    width: 100%;
    display: none;
    text-align: center;
    line-height: 100px;
    color: #fff;
    padding: 10px 0;
    font-size: 13pt;
}

.error_messages {
    display: none;
}

.info_messages {
    display: none;
}
a.remember {
    color: #FFF;
}
img._form_sec_pic {
    cursor: pointer;
}
#notify_bar {
    cursor: pointer;
}
.descHead {
    padding-right: 20px;
    color:#fff;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
}