
@font-face {
    font-family: "Vazir" ;
    src: url('../fonts/Vazir/Vazirmatn-Black.woff2') format('woff2'),
        url('../fonts/Vazir/Vazirmatn-Black.ttf') format('truetype');
    font-weight: 900;
}


:root {
    --forny-form-paddings: 2.5rem;

    --forny-color-accent-100: hsla(125, 64%, 93%, 1);
    --forny-color-accent-500: hsla(211, 91%, 42%, 1);
    --forny-color-accent-700: hsla(213, 94%, 36%, 1);

    --forny-color-gray-100: hsla(216, 33%, 97%, 1);
    --forny-color-gray-500: hsla(210, 27%, 70%, 1);
    --forny-color-gray-900: hsla(244, 17%, 28%, 1);

    --forny-font-family: "Vazir", "Nunito", sans-serif !important;
    --forny-color-text-100: var(--forny-color-gray-100);
    --forny-color-text: var(--forny-color-gray-500);
    --forny-color-header: var(--forny-color-gray-900);
    --forny-link-color: var(--forny-color-accent-500);

    --forny-form-control-border: none;
    --forny-form-control-padding: var(--forny-p2) var(--forny-p4);
    --forny-form-control-radius: 12px;
    --forny-form-control-background: white;
    --forny-shadow-color: var(--forny-color-gray-300);
}

.forny-container {
    display: block;
    align-items: center;
    background-color: hsla(216, 33%, 97%, 1);
    background-color: var(--forny-color-gray-100);
}

.forny-inner {
    display: flex;
    height: 100vh;
    width: 100%;
}

.forny-two-pane {
    height: 100%;
}

.forny-two-pane>div {
    flex: 1;
}

.forny-two-pane>div:first-child {
    display: flex;
    align-items: center;
}

.forny-two-pane>div:last-child {
    background-color: transparent !important;
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: hsla(244, 17%, 28%, 1);
    color: var(--forny-color-gray-900);
    text-align: center;
    align-items: center;
    justify-content: center;
}

.forny-form {
    padding: 2.5rem;
    padding: var(--forny-form-paddings);
}

.forny-container h4 {
    font-weight: 700;
}

.forny-container .btn-social {
    font-weight: 500;
}

.forny-form .forny-logo {
    text-align: left;
    color: hsla(244, 17%, 28%, 1);
    color: var(--forny-color-gray-900);
}

@media (min-width: 768px) {
    .forny-container {
        background-color: hsla(216, 33%, 97%, 1);
        background-color: var(--forny-color-gray-100);
    }

    .forny-two-pane>div:last-child {
        display: flex;
    }
}

.forny-container .btn-social {
    color: hsla(244, 17%, 28%, 1);
    color: var(--forny-color-gray-900);
    background-color: transparent !important;
    width: auto;
    display: inline-block;
    font-size: 0.875rem;
    font-size: var(--forny-text-sm);
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 1rem !important;
    margin-right: var(--forny-p4) !important;
}

.forny-container .btn-social:hover {
    text-decoration: underline;
}

/* FORMS */

.forny-form .form-group {
    margin-bottom: 1rem;
    margin-bottom: var(--forny-p4);
    background: white;
    background: var(--forny-form-control-background);
    border-radius: 12px;
    border-radius: var(--forny-form-control-radius);
    transition: box-shadow 0.3s;
    border: 1px solid white;
    border: 1px solid var(--forny-form-control-background);
}

/* BUTTONS */

.forny-form .btn {
    border-radius: 12px;
    border-radius: var(--forny-form-control-radius);
    font-weight: bold;
    padding: 0.5rem 2rem;
    padding: var(--forny-p2) var(--forny-p8);
}

.forny-form .input-group .input-group-prepend+.form-control {
    padding-left: 0.5rem;
    padding-left: var(--forny-p2);
}

.forny-container .nav-tabs {
    margin-bottom: 1.5rem;
    margin-bottom: var(--forny-p6);
    border-bottom: 0;
}

.forny-container .nav-tabs a {
    padding: 0.75rem 2rem;
    padding: var(--forny-p3) var(--forny-p8);
    border-top: 2px solid transparent;
    color: hsla(210, 27%, 70%, 1);
    color: var(--forny-color-gray-500);
    border-bottom: 1px solid hsla(210, 27%, 70%, 1);
    border-bottom: 1px solid var(--forny-color-gray-500);
}

.forny-container .nav-tabs a.active {
    border-color: hsla(210, 27%, 70%, 1);
    border-color: var(--forny-color-gray-500);
    border-bottom-color: transparent;
    border-top-color: hsla(211, 91%, 42%, 1);
    border-top-color: var(--forny-color-accent-500);
    color: hsla(211, 91%, 42%, 1);
    color: var(--forny-color-accent-500);
    font-weight: bold;
}

.set-input-left {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: 0;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.set-input-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;

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

body,
.forny-two-pane {
    /* تولید شده توسط سایت آموزشی فری لرن */
    background: #67B26F;
    background: -webkit-linear-gradient(to right, #4ca2cd, #67B26F);
    background: linear-gradient(to right, #4ca2cd, #67B26F);
    /* تولید شده توسط سایت آموزشی فری لرن */
}

.forny-form {
    /* background-color: hsla(216, 33%, 97%, 1) !important; */
    background-color: #f2f7ff !important;

    margin: 25px;

    border-radius: 50px;

    /* margin-right: auto;
        margin-left: auto; */
}

div.alert {
    border-radius: 50px;
}

@media (min-width: 610px) {
    .forny-form:not(.special-form) {
        margin-right: auto;
        margin-left: auto;
    }
}

@media(min-width : 725px) {

    .special-form {
        margin-right: auto;
        margin-left: auto;
    }


}

@media (min-width: 825px) {
    .forny-form:not(.special-form) {
        margin-right: auto;
        margin-left: auto;

        margin-top: 75px;
        margin-bottom: 25px;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }


}

@media(min-width : 950px) {

    .special-form {
        margin-right: auto;
        margin-left: auto;

        margin-top: 100px;
        margin-bottom: 0;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }


}



h2,
h1,
h3 {
    font-size: 24px !important;
}

h3 {
    color: black;
}

#eitaa-channel {
    color: white !important;
}

.text-black {
    color: black !important;
}

.modal-content {
    border-radius: 50px !important;
}

a:hover {
    text-decoration: none !important;
}

.arerr {
    text-align: right !important;
    padding: 0.5rem !important;
}
