﻿body, html, a, p {
    font-family: IRANSans;
}

.login100-form-title {
    font-family: IRANSans;
    font-size: 25px;
}

.label-input100 {
    font-family: IRANSans;
    right: -105px;
    left: unset;
}

.alert-validate::after {
    right: unset;
    left: 18px;
}

.alert-validate::before {
    font-family: IRANSans;
    right: unset;
    left: 12px;
    padding: 4px 10px 4px 25px;
}

.login100-form-btn {
    font-family: IRANSans;
    font-size: 18px;
}

span.txt2 {
    font-family: IRANSans;
}

.input100 {
    font-family: IRANSans;
}

.copyright-content {
    background-color: #57b846;
}

.copyright-text > p {
    color: #cccccc;
}

    .copyright-text > p > a {
        color: #ffffff;
    }

#parentCaptcha {
    height: 60px;
}

#CaptchaInputText {
    font-family: IRANSans;
    font-size: 15px;
    color: #1b3815;
    line-height: 1.2;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #ebebeb;
    border-radius: 27px;
    padding: 0 35px 0 35px;
    left: 0;
    position: absolute;
    top: 2px;
}

#CaptchaImage {
    height: 55px;
    border-top-left-radius: 50px;
    position: absolute;
    border-bottom-left-radius: 50px;
    left: 0px;
    top: 2px;
    z-index: 2;
}

.wrap-login100 {
    width: 600px;
}

select.input100 {
    outline: none;
    border: 0;
}

.language-box {
    padding: 0px 0px 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .language-box li {
        float: right;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 50px;
    }

    .language-box .hidden {
        display: none;
    }

    .language-box .active {
        background: #071e3f;
        color: #fff;
    }

@media (max-width:767px) {
    .login100-form-title {
        font-size: 20px;
    }

    .menu-row-header .col-md-11 {
        width: 75%;
    }

    .menu-row-header .col-md-1 {
        width: 25%;
    }

    .menu-row-header .mt-5 {
        margin-top: 1rem !important;
    }
}

.login100-form-title {
    padding-bottom: 28px;
    background-color: #000000 !important;
}

.login100-form-btn {
    background-color: #000000;
}

    .login100-form-btn:hover {
        background-color: #929aa3;
    }

.container-login100 {
    flex-direction: unset;
}
