header {
    display: none !important;
}

footer {
    display: none !important;
}

.main_img {
    height: 100vh;
    width: 100%;
    background-image: url(../images/auth.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form_start input,
.form_start select,
.form_start textarea {
    width: 100%;
    display: block;
    background: #ebebeb;
    height: 46px;
    padding: 0px 19px 0px;
    font-size: 11px;
    font-weight: 600;
    border: 0px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #606060;
    outline: none;
    text-align: center;
}

.auth_start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.auth_start .wraper {
    width: 100%;
    text-align: center;
}

.wraper .top_text h2.heading {
    color: #d29f45;
    font-size: 59px;
    font-weight: bold;
}

.auth_start .wraper .top_text h4 {
    color: #000000;
    font-size: 24px;
    font-family: "Generica" !important;
}

.auth_start .wraper .top_text h4 span {
    font-weight: bold;
    color: #d29f45;
    font-size: 25px;
}

.auth_start .wraper .top_text h5 {
    font-family: "Generica" !important;
    font-size: 22px;
    color: #000000;
}
.auth_start .wraper .top_text span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.auth .form_start .btn {
    text-transform: uppercase;
}
.auth_start .wraper .top_text span a {
    color: #d29f45;
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.auth_start .form_start .btn {
    text-transform: uppercase;
}
/* Custom Checkbox Start here */
.custom_check_box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    color: #636060;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

/* Hide the browser's default checkbox */
.custom_check_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_check_box .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 1px solid #636060;
    border-radius: 0px;
    background: transparent;
}

section.checkout_section .checkout_start .save_details {
    margin-top: 14px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_check_box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_check_box .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid #fdae25;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Check Box End Here */
.auth_start .wraper .save_password {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-top: 19px;
}

.auth_start .wraper .save_password a {
    color: #0e3a20;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.form_row {
    display: flex;
    justify-content: space-between;
}

.form_row .single_input {
    width: 48.5%;
}
section.auth.login.forgot_password {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
}
.form_row .otp_input {
    width: 15%;
}
section.auth.login.forgot_password.text-center .logo_img {
    margin-bottom: 66px;
}
.wraper .top_text p {
    color: #5e5e5e;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
/* responsive starts here */
@media (max-width: 1100px) {
    .main_img {
        height: 100%;
    }
}
@media (max-width: 480px) {
    section.auth.login {
        overflow: hidden;
    }
    .auth.login .row {
        flex-direction: column-reverse;
    }
    section.auth.login .col-xl-6 {
        padding: 0px;
    }
    .auth.login .auth_start {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .main_img {
        height: 100vh;
        background-size: cover;
        display: none;
    }
}
/* responsive ends here */
