#privacy_modal *,
.col-md-5,
.col-md-7 {
    direction: rtl;
    text-align: right
}

.form-group {
    position: relative
}

.back_image {
    width: 98.9%;
    height: 100%;
    position: fixed;
    z-index: -5000
}

.down_logo {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.down_logo img {
    margin-top: 50px;
    width: 375px
}

.signup_box {
    width: 58%;
    margin: 85px auto;
    text-align: center
}

.shadow-box {
    background: rgba(0, 0, 0, .6);
    text-align: right
}

.shadow-box .right_text {
    color: #fff
}

.col-md-5,
.shadow-box {
    padding-right: 36px;
    padding-top: 85px;
    padding-bottom: 101px
}

.right_text .forgot-password {
    font-weight: 700;
    color: #fff;
    font-size: 18px !important
}

.right_text .lead {
    font-size: 16px;
    padding-top: 10px;
    line-height: 19px;
    font-weight: lighter;
    color: #fff
}

.right_text .forgot_btn button {
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 8px;
    background: 0 0;
    padding: 5px 49px;
    transition: .2s all
}

.right_text .forgot_btn button:focus,
.right_text .forgot_btn button:hover {
    outline: 0;
    background: #fff;
    color: grey
}

.square {
    width: 82%;
    position: absolute;
    height: 600px;
    top: -137px;
    background: #fff;
    border-radius: 6px
}

.square .signup-header {
    color: #6B0B30;
    padding: 25px 7px;
    font-weight: 500
}

.signup_form {
    padding: 35px
}

.signup_form input:not([type=checkbox]) {
    width: 95%;
    border: none;
    border-bottom: 1px solid rgba(158, 154, 154, .8);
    margin-bottom: 32px;
    padding-bottom: 12px;
    padding-right: 10px;
    color: rgba(158, 154, 154, 1)
}

.signup_form input:focus {
    outline: 0
}

.signup_form input::placeholder {
    color: rgba(158, 154, 154, .8)
}

.form-group i {
    position: absolute;
    top: -2px;
    left: 15px;
    background: #e8e8e8;
    padding: 6px;
    font-size: 10px;
    border-radius: 17px;
    color: #fff
}

.signup_form button {
    background: #6B0B30;
    color: #fff;
    padding: 7px 31px;
    transition: .2s all
}

.signup_form button:focus,
.signup_form button:hover {
    background: #8bb71b;
    color: #fff
}

.alert-danger:not(.hidden-lg),
.alert-success:not(.hidden-lg) {
    position: absolute;
    bottom: -32px;
    border-radius: 19px
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

footer .col-md-5
{
    padding-top: 0;
}

#signup_image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer
}

#usage_pol_text {
    padding-right: 10px;
    color: #2a6496;
    cursor: pointer
}

#usage_pol_check {
    margin-bottom: 35px
}

.form-group {
    margin-bottom: 0
}

.close {
    float: left !important;
    font-size: 30px
}

.swal-text {
    direction: rtl;
    text-align: center
}

@media (max-width:1000px) {
    .square {
        width: 100%;
        position: relative;
        top: 0
    }

    .signup_box {
        width: 100%;
        margin-top: 5px
    }

    .shadow-box {
        background: 0 0;
        padding-right: 7px;
        padding-left: 7px
    }

    .signup_form {
        padding-top: 10px
    }

    .down_logo img {
        width: 300px
    }

    .back_image {
        width: 96%;
        height: 100%;
        position: fixed;
        z-index: -5000
    }
}