@font-face {
    font-family: 'iransansxv';
    src: url('../fonts/IRANSansXV.woffiransansxv.woff') format('woff-variations'), /* will be the standard and works in Safari now */
    url('../fonts/IRANSansXV.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}

* {
    font-family: 'iransansxv';
}


/* h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #555;
} */


/* span {
    color: #767676;
} */

body {
    margin: 0;
    padding: 0;
}

.container {
    background-image: url(../img/photo-back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-img-boy {
    width: 30%;
}

.con-img-boy {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-height: 1080px;
}

    .con-img-boy img {
        max-height: 1080px;
        height: 100vh;
    }

main {
    height: 100vh;
}


/* ======================================== */

.login-container {
    text-align: center;
    padding: 20px 30px;
    /* margin-top: 50px; */
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .login-container h2 {
        font-size: 25px;
        margin: 0;
        margin-bottom: 30px;
        color: #ffffff;
    }
    .login-container h3 {
        font-size: 18px;
        margin: 0;
        margin-bottom: 20px;
        color: #ffffff;
    }

.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo-hana {
    /*    width: 100px;
    margin-bottom: 10px;*/
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    /*border: 3px solid #d2d6de;*/
    border-radius: 30%;
    display: block;
    max-width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 15px;
    text-align: center;
    width: 80%;
}

label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

#school {
    font-weight: 600;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 15px;
}

    #school option {
        background-color: transparent !important;
        color: black;
        border-radius: 10px !important;
    }

        #school option:checked {
            background-color: transparent !important;
        }

.icon-lebel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .icon-lebel img {
        width: 30px;
        margin-left: 5px;
    }

    .icon-lebel label {
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        margin: 0;
    }

.input-user-pass {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
}

input::placeholder {
    color: #ccc;
}

.captcha {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
    justify-content: center;
}

.captcha-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 2px solid #fff;
    padding: 12px 10px 5px 10px;
    border-radius: 10px;
    width: 95%;
}

.captcha-code {
    font-size: 30px;
    background: transparent;
    color: #ffffff;
    padding: 0;
    margin: 0;
    width: 70%;
    line-height: 0;
}

.refresh-btn {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 15px;
}

    .refresh-btn img {
        width: 25px;
    }

    .refresh-btn:hover {
        background: rgba(255, 255, 255, 0.2);
    }

.con-captcha-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

    .con-captcha-input label {
        color: #dbe2e4;
        font-size: 18px;
        font-weight: 700;
        text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
    }

.captcha-input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 5px;
    /* margin-right: 15px; */
    width: 40%;
    color: #fff;
    font-size: 20px;
    line-height: 1px;
    text-align: center;
}

.vertical-line {
    width: 1px;
    height: 100%;
    /* ارتفاع به اندازه کادر */
    background-color: #ffffff;
    margin: 0 10px;
    /* فاصله بین دکمه و کد کپچا */
}

.login-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 65px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    line-height: 1;
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-btn:hover {
        background: transparent;
    }

#con-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}


/* #eye-pass {
    background-color: transparent;
    position: absolute;
    float: left;
    text-align: left;
    border: none;
} */

#eye-pass-img {
    position: absolute;
    float: left;
    text-align: left;
    border: none;
    width: 20px;
    margin-left: 5px;
}

.con-password {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.forgot-password {
    font-size: 14px;
    color: #e8e8e8;
    text-decoration: none;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
}

    .forgot-password:hover {
        text-decoration: underline;
    }


/* ===========================*/


/* ============= footer =========================== */

a {
    text-decoration: none;
}

.cantainer-footer {
    background-color: #294668;
    padding: 20px 0;
    text-align: center;
}

#con-footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;

}
#con-footer2 {
    display: flex;
    justify-content: space-around;
    align-items:center;
}

.cantainer-footer p {
    color: #fff;
    text-align: center;
    margin: 5px 0;
    margin-left: 10px;
}

.footer-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer-icon h3 {
        margin: 0;
        color: #fff;
    }

    .footer-icon img {
        width: 20px;
        margin-right: 10px;
    }
.footer-icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer-icon2 h3 {

        margin-right: 150px;
        margin-top: 15px;
        color: #fff;
    }

    .footer-icon2 img {
        width: 20px;
        margin-right: 10px;
    }
#icon-web {
    margin: 0;
}
#link-web {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*---------------------------------------------------
        Responsive
-----------------------------------------------------*/

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
    .con-img-boy img {
        max-height: 1080px;
        height: 100vh;
        /* bottom: 109px; */
        position: absolute;
        z-index: 5;
        right: -50px;
    }

    .login-container {
        text-align: center;
        padding: 20px 30px;
        padding-right: 80px;
    }

        .login-container h2 {
            width: 80%;
        }
        .login-container h3 {
            width: 80%;
        }
}

@media screen and (max-width: 992px) {
    main {
        height: auto;
    }

    .container {
        background-image: url(../img/photo-back-mobile.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .container-img-boy {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-left: 80px; */
    }

    .con-img-boy img {
        max-height: 1080px;
        height: 80vh;
        position: relative;
    }

    .login-container {
        padding: 20px 30px;
        padding-right: 30px;
        padding-bottom: 0;
    }

    .forgot-password {
        margin-bottom: 0px;
    }

    #con-footer {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 680px) {
}

@media screen and (max-width: 576px) {
    .con-img-boy img {
        max-height: 1080px;
        height: 60vh;
        position: relative;
        right: -20px;
    }

    .form-group {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .con-img-boy img {
        max-height: 1080px;
        height: 40vh;
        position: relative;
        right: -20px;
    }

    .login-container h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .login-container h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .login-container {
        padding: 0;
    }

    .con-captcha-input {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .captcha-input {
        margin: 0;
        width: 100%;
        margin-top: 15px;
    }

    .login-form {
        width: 100%;
    }

    #con-forgot {
        flex-direction: column;
    }

    #con-footer a:nth-child(2) {
        margin-top: 5px;
        flex-direction: column;
    }
}
