/* CSS Document */
@charset "UTF-8";

/*@font-face {
  /*font-family: 'Vazir';*/
  src: url('../fonts/Vazir.eot');
  src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}*/

/** {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}*/

/*body, html {
  height: 100%;
  /*font-family: 'Vazir';*/
  line-height: 40px;
}
*/
/*---------------------------------------------*/
#login a {
    /*/*font-family: 'Vazir';*/*/
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    #login a:focus {
        outline: none !important;
    }

    #login a:hover {
        text-decoration: none;
        color: #6a7dfe;
        color: -webkit-linear-gradient(right, #21d4fd, #b721ff);
        color: -o-linear-gradient(right, #21d4fd, #b721ff);
        color: -moz-linear-gradient(right, #21d4fd, #b721ff);
        color: linear-gradient(right, #21d4fd, #b721ff);
    }

/*---------------------------------------------*/
#login h1, #login h2, #login h3, #login h4, #login h5, #login h6 {
    margin: 0px;
}

#login p {
    /*/*font-family: 'Vazir';*/*/
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

#login ul, #login li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
#login input {
    outline: none;
    border: none;
}

#login textarea {
    outline: none;
    border: none;
}

    #login textarea:focus, #login input:focus {
        border-color: transparent !important;
    }

        #login input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        #login input:focus:-moz-placeholder {
            color: transparent;
        }

        #login input:focus::-moz-placeholder {
            color: transparent;
        }

        #login input:focus:-ms-input-placeholder {
            color: transparent;
        }

.login
#login textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

#login textarea:focus:-moz-placeholder {
    color: transparent;
}

#login textarea:focus::-moz-placeholder {
    color: transparent;
}

#login textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.login
#login input::-webkit-input-placeholder {
    color: #adadad;
}

#login input:-moz-placeholder {
    color: #adadad;
}

#login input::-moz-placeholder {
    color: #adadad;
}

#login input:-ms-input-placeholder {
    color: #adadad;
}

.login
#login textarea::-webkit-input-placeholder {
    color: #adadad;
}

#login textarea:-moz-placeholder {
    color: #adadad;
}

#login textarea::-moz-placeholder {
    color: #adadad;
}

#login textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
#login button {
    outline: none !important;
    border: none;
    /*background: transparent;*/
    background: #47b2e4;
    /*font-weight: bold;*/
    font-size: large !important;
}

    #login button:hover {
        cursor: pointer;
    }

#login iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
#login .txt1 {
    /*/*font-family: 'Vazir';*/*/
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}

#login .txt2 {
    /*font-family: 'Vazir';*/
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

#login .limiter {
    width: 100%;
    margin: 0 auto;
}

#login .container-login100 {
    width: 100%;
    /*min-height: 100vh;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /*background: #f2f2f2;*/
}

#login .wrap-login100 {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 33px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

#login .login100-form {
    width: 100%;
}

#login .login100-form-title {
    display: block;
    /*font-family: 'Vazir';*/
    font-size: 30px;
    color: #37517e;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
    /*font-size: large;*/
}

    #login .login100-form-title i {
        font-size: 60px;
    }

/*------------------------------------------------------------------
[ Input ]*/

#login .wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

#login .input100 {
    /*/*font-family: 'Vazir';*/*/
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

/*---------------------------------------------*/
#login .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
}

    #login .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #6a7dfe;
        background: -webkit-linear-gradient(right, #21d4fd, #b721ff);
        background: -o-linear-gradient(right, #21d4fd, #b721ff);
        background: -moz-linear-gradient(right, #21d4fd, #b721ff);
        background: linear-gradient(right, #21d4fd, #b721ff);
    }

    #login .focus-input100::after {
        /*/*font-family: 'Vazir';*/*/
        font-size: 15px;
        color: #999999;
        line-height: 1.2;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 16px;
        right: 0px;
        padding-right: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

#login .input100:focus + .focus-input100::after {
    top: -15px;
}

#login .input100:focus + .focus-input100::before {
    width: 100%;
}

#login .has-val.input100 + .focus-input100::after {
    top: -15px;
}

#login .has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*---------------------------------------------*/
#login .btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    #login .btn-show-pass:hover {
        color: #6a7dfe;
        color: -webkit-linear-gradient(right, #21d4fd, #b721ff);
        color: -o-linear-gradient(right, #21d4fd, #b721ff);
        color: -moz-linear-gradient(right, #21d4fd, #b721ff);
        color: linear-gradient(right, #21d4fd, #b721ff);
    }

    #login .btn-show-pass.active {
        color: #6a7dfe;
        color: -webkit-linear-gradient(right, #21d4fd, #b721ff);
        color: -o-linear-gradient(right, #21d4fd, #b721ff);
        color: -moz-linear-gradient(right, #21d4fd, #b721ff);
        color: linear-gradient(right, #21d4fd, #b721ff);
    }



/*------------------------------------------------------------------
[ Button ]*/
#login {
    padding-bottom: 50px;
}

    #login .container-login100-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 13px;
    }

    #login .wrap-login100-form-btn {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        border-radius: 25px;
        overflow: hidden;
        margin: 0 auto;
    }

    #login .login100-form-bgbtn {
        position: absolute;
        z-index: -1;
        width: 300%;
        height: 100%;
        background: #a64bf4;
        background: -webkit-linear-gradient(left, #21d4fd, #b721ff,red,#b721ff);
        background: -o-linear-gradient(left, #21d4fd, #b721ff,red,#b721ff );
        background: -moz-linear-gradient(left, #21d4fd, #b721ff,red,#b721ff);
        background: linear-gradient(left, #21d4fd, #b721ff,red,#b721ff);
        top: 0;
        right: -100%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    #login .login100-form-btn {
        /*/*font-family: 'Vazir';*/*/
        font-size: 15px;
        color: #fff;
        line-height: 1.2;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        height: 50px;
    }

    #login .wrap-login100-form-btn:hover .login100-form-bgbtn {
        right: 0;
    }

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    #login .wrap-login100 {
        padding: 77px 15px 33px 15px;
    }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

#login .validate-input {
    position: relative;
}

#login .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    pointer-events: none;
    /*/*font-family: 'Vazir';*/*/
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

#login .alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
}

#login .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
    margin-left: 20px;
}

/*--------------------------Captcha---------------------------
*/.captcha-container img {
    transition: transform 0.2s ease-in-out;
}

.captcha-container img:hover {
    transform: scale(1.05);
}

.btn-block {
    padding: 10px 0;
    font-size: 18px;
}
/*--------------------------End Captcha------------------------
*/

@media (max-width: 992px) {
    #login .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
