.form-group {
    position: relative
}

.back_image {
    width: 98.9%;
    height: 100%;
    position: fixed;
    z-index: -5000
}

.logo_down {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.logo_down img {
    margin-top: 50px;
    width: 375px
}

.login_box {
    width: 58%;
    margin: 80px auto;
    text-align: center
}

.shadow-box {
    background: rgba(0, 0, 0, .6);
    text-align: right
}

.col-md-5,
.col-md-7 {
    text-align: right;
    direction: rtl
}

.shadow-box .right_text {
    color: #fff
}

.col-md-5,
.shadow-box {
    padding-right: 36px;
    padding-top: 45px;
    padding-bottom: 61px
}

.right_text .forgot-password {
    font-weight: 700;
    color: #fff
}

.right_text .lead {
    font-size: 13px;
    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: 366px;
    top: -66px;
    background: #fff;
    border-radius: 6px
}

.square .login-header {
    color: #6B0B30;
    padding: 10px 35px;
    font-weight: 500
}

.login_form {
    padding: 35px
}

.login_form input {
    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)
}

.login_form input:focus {
    outline: 0
}

.login_form input::placeholder {
    color: rgba(158, 154, 154, .8)
}

.form-group i {
    position: absolute;
    top: -2px;
    left: 30px;
    background: #e8e8e8;
    padding: 6px;
    font-size: 10px;
    border-radius: 17px;
    color: #fff
}

.login_form button {
    background: #6B0B30;
    color: #fff;
    padding: 7px 31px;
    transition: .2s all
}

.login_form button:focus,
.login_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;
}

@media (max-width:1000px) {
    .square {
        width: 100%;
        position: relative;
        top: 0
    }

    .login_box {
        width: 100%;
        margin-top: 5px
    }

    .shadow-box {
        background: 0 0;
        padding-right: 7px;
        padding-left: 7px
    }

    .login_form {
        padding-top: 10px
    }

    .logo_down img {
        width: 300px
    }

    .back_image {
        width: 96%;
        height: 100%;
        position: fixed;
        z-index: -5000
    }
}