﻿header.header, footer {
    display: none !important;
}

.account-login-page #login-form {
    margin-bottom: 0;
}

.login-left img {
    height: 100vh !important;
    transform: translate(0%,0%);
    width: auto;
    max-width: inherit;
}

.login-left {
    overflow: hidden;
}

.logo-img {
    width: 415px;
    margin: 0 auto;
    width: 400px;
    max-width: 400px;
    display: table;
}

.login-box {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 90%;
}

.country-icons.country-icon-box {
    justify-content: flex-end;
}

.login-detail {
    width: 65% !important;
    margin: 0 auto;
    display: table;
    float: none !important;
    background-color: #fff !important;
}

img.logo-img {
    padding: 0px 40px 65px;
}

.bottom-btn {
    display: flex;
    margin-top: 15px;
}

.login-btn {
    margin-top: 0;
}

.forgotpassword-box {
    display: flex;
    justify-content: space-between;
}

.new-customer-text a {
    text-decoration: underline;
}

p.new-customer-text, .forgotpassword a {
    margin: 0px !important;
}

.login-detail {
    padding: 0px !important;
}

.border-bottom-box {
    position: relative;
}

.col-md-7.white-bg-none {
    margin-bottom: 30px;
}

.mobile-view-box {
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    color: #6a737b;
    height: 100vh;
}

.mobile-view-box-content {
    height: 86%;
}

.registered-users {
    display: flex;
    width: 100%;
}

p.new-customer-text {
    color: #333 !important;
}

.login-detail p {
    text-align: center;
}

@media (max-width: 1199px) {
    .new-customer-text, .forgotpassword {
        font-size: 14px;
    }

    .login-left img {
        height: 100vh !important;
        transform: translate(-9%,0%);
        width: auto;
        max-width: inherit;
    }

    .forgotpassword-box .forgotpassword,
    .forgotpassword-box .new-customer-box {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:992px) {
    .login-detail {
        width: 100% !important;
    }

    img.logo-img {
        padding: 0px 27px 25px;
    }

    .col-md-7.white-bg-none {
        margin-bottom: 35px;
    }

    .logo-img {
        width: 365px;
        max-width: 365px;
    }
}

@media screen and (max-width:767px) {
    .row-flex {
        flex-direction: column-reverse;
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-box {
        margin-top: 40px;
    }

    .col-md-5.white-bg-none {
        order: 2;
    }

    .forgotpassword-box {
        margin-bottom: 30px;
        margin-top: 20px;
        display: flex;
    }

    .border-bottom-box:before {
        display: none;
    }

    .login-left img {
        height: auto !important;
    }

    .login-left img {
        width: 100%;
        max-width: 100%;
        height: 100% !important;
        transform: translate(0%,0%);
    }

    .login-left {
        display: none;
    }

    .mobile-view-box {
        height: 92vh;
    }

    .mobile-view-box-content {
        height: 80%;
    }
}

@media screen and (max-width: 480px) {
    .account-login-page .registered-users .btn {
        width: 115px;
    }

    #login-form .re-checkbox input[type="checkbox"] + label {
        padding-left: 25px;
        padding-top: 6px;
    }

    .logo-img {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .forgotpassword-box {
        display: block;
    }

        .forgotpassword-box .forgotpassword,
        .forgotpassword-box .new-customer-box {
            margin-bottom: 10px;
        }

    .new-customer-text, .forgotpassword {
        display: table;
    }
}
