﻿
.youtube-button-area {
    padding: 5px !important;
}

.youtube-button-logo {
    width: 20%;
    float: left;
    border-right: solid 1px #f6f6f6;
    padding: 0px 13px 0px 13px;
}

    .youtube-button-logo img {
        width: 30px;
        height: 30px;
    }

.youtube-button-text {
    margin: unset;
    width: 80%;
}

.youtube-rw {
    height: 92px;
    -webkit-user-drag: none;
}

    .youtube-rw img {
        width: 260px;
        position: absolute;
        -webkit-user-drag: none;
    }

/**/
input {
    direction: ltr
}

.login-header a {
    font-size: 20px;
    margin-top: 10px;
    margin-left: -5px;
}

.login-title {
    color: var(--text-color-1, #07000C);
    text-align: right;
    /* Heading 1 */
    font-family: IRANYekanXFaNum;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.125rem; /* 166.667% */
}

.login-section {
    margin-top: 5rem !important;
}

.banner-section {
    display: flex;
}

    .banner-section img {
        width: 120%;
        margin-right: -90px;
    }

.login-section h1 {
    font-size: x-large;
    color: black;
}

.login-back {
    margin: 0px;
    padding: 0px;
    z-index: 2;
}

    .login-back a {
        font-size: 20px;
        margin-left: -20px;
    }

.login-btn {
    font-weight: 500 !important;
    font-size: 1.3rem !important;
}

.login-terms {
    font-size: 0.7rem;
}
.main-footer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    bottom: 0px;
    position: absolute ;
}

.banner-section-phone {
    display: none !important;
    z-index: 2;
}

    .banner-section-phone .login-cover {
        width: 100%;
        margin-bottom: -19px;
    }

@media (max-width: 768px) {
    .banner-section {
        display: none !important;
    }

    .banner-section-phone {
        display: block !important;
    }

    .main-footer {
        position: relative;
    }

    .logo-type {
        padding: 18px !important;
    }

    .logo-type img {
        display: none !important;
    }

    .login-section {
        margin-top: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .container, .container-md, .container-sm {
        max-width: 100% !important
    }

    .login-section .row .col-md-6 {
        max-width: 100%;
    }
}