.login_page_bg_sec {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100vh;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
}

.display-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 10px 0;
}


.login_logo_head {
    text-align: center;
    margin-bottom: 14px;
}

    .login_logo_head img {
        margin-bottom: 7px;
    }

    .login_logo_head h2 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
    }

.login_right_form_Sec form .form-control {
    height: 50px;
    max-width: 100%;
    display: block;
    width: 100%;
    box-shadow: none;
}

.remember_forget_pass a {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.remember_forget_pass .chekbox-label {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.toggle-password {
    text-align: left;
}

.btn_color {
    width: 100%;
    background-color: #fdce0b;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    padding: 11px 10px;
    margin-top: 10px;
}

.btn_login:hover {
    width: 100%;
    background-color: #fdce0b !important;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    padding: 11px 10px;
    margin-top: 10px;
}

.dont_have_account a {
    color: #505050;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.dont_have_account {
    margin-top: 14px;
}

    .dont_have_account a span {
        color: #dbb104;
    }

.login_right_form_Sec {
    padding: 0px 40px;
    width: 90%;
}

.login_page_bg_form {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    padding-top: 14px;
    height: 90vh;
}

.login_page_bg_form_img .img-fluid {
    height: 550px;
}

.login_page_bg_form_img {
    text-align: center;
}

.curcle_color {
    text-align: right;
    margin-right: -33px;
}

@media screen and (max-width: 480px) {
    .login_page_bg_form_img .img-fluid {
        height: 100%;
    }

    .login_logo_head img {
        display: none;
    }

    .login_right_form_Sec {
        padding: 0px 15px;
        width: 100%;
    }

    .login_logo_head h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .dont_have_account a {
        font-size: 16px;
    }

    .login_page_bg_form {
        height: 100%;
    }

    .login_page_bg_sec {
        height: 100%;
    }

    .login_page_bg_form {
        padding-bottom: 30px;
    }

    .curcle_color {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .login_page_bg_form_img .img-fluid {
        height: 100%;
        width: 65%;
    }

    .curcle_color {
        margin-right: 0px;
    }

    .login_right_form_Sec {
        padding: 0px 15px;
        width: 100%;
    }

    .login_logo_head h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .dont_have_account a {
        font-size: 16px;
    }

    .login_page_bg_form {
        height: 100%;
    }

    .login_page_bg_sec {
        height: 100%;
    }

    .login_page_bg_form {
        padding-bottom: 30px;
    }

    .login_logo_head img {
        width: 100px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .login_page_bg_form_img .img-fluid {
        height: 100%;
    }

    .login_right_form_Sec {
        padding: 0px 15px;
        width: 100%;
    }

    .login_logo_head h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .dont_have_account a {
        font-size: 16px;
    }

    .login_page_bg_form {
        height: 100%;
    }

    .login_page_bg_sec {
        height: 100%;
    }

    .login_page_bg_form {
        padding-bottom: 30px;
    }

    .login_logo_head img {
        width: 100px;
    }
}

.View_anchor_btn a:first-child {
    color: #f7a000;
}
.View_anchor_btn a {
    margin-left: 5px;
    margin-right: 5px;
}
.copywrite_left{
    text-align:right;
}
.book_new_same_ad_right {
    display: block;
}
.book_new_chec_scroll {
    display: flex;
}


.link-style {
    color: #069;   
    cursor: pointer;
}