:root {
    /* all colors variable name */
    --dark: #231F20;
    --dark-gray: #615C5D;
    --light-gray: #93918D;
    --medium-gray: #DFDDD5;
    --extra-light-gray: #F4F3EF;
    --super-extra-gray: #FCFCF9;
    --orange: #EF6B3E;
    --light-orange: #FFF2F2;
    --white: #fff;
    /* heading fonts and body font */
    --font-size-h1: 70px;
    --font-size-height-h1: 89px;
    ---font-spaceing-h1: 0px;
    --font-size-h2: 40px;
    --font-size-height-h2: 40px;
    ---font-spaceing-h2: 0px;
    --font-size-h3: 30px;
    --font-size-height-h3: 36px;
    ---font-spaceing-h3: 0px;
    --font-size-h4: 28px;
    --font-size-height-h4: 44px;
    ---font-spaceing-h4: 0px;
    --font-size-h5: 26px;
    --font-size-height-h5: 38px;
    ---font-spaceing-h5: 0px;
    --font-size-h6: 24px;
    --font-size-height-h6: 42px;
    ---font-spaceing-h6: 0px;
    --font-size-p1: 18px;
    --font-size-height-p1: 32px;
    ---font-spaceing-p2: 0px;
    --font-size-p2: 22px;
    --font-size-height-p2: 36px;
    ---font-spaceing-p: 0px;
    --body-font-size: 16px;
    --body-line-height: 32px;
    --body-font-spaceing: 0px;
    --theme-heading-h2: 38px;
    --theme-heading-line-height: 46px;
    --theme-heading-spaceing: 0px;
    --theme-sub-heading-h2: 21px;
    --theme-sub-heading-line-height: 32px;
    --theme-sub-heading-spaceing: 0px;
    --theme-footer-cell-heading-h3: 22px;
    --theme-footer-cell-heading-lh-h3: 36px;
    --theme-footer-cell-heading-ls-h3: 0px;
    --prining-title-font-size: 54px;
    --prining-title-lh: 64px;
    --pricing-title-ls: 0px;
    --duration-title-font-size: 17px;
    --duration-title-lh: 27px;
    --duration-title-ls: 0px;
}


/* Login Page Start Here */

body {
    font-family: 'Raleway', sans-serif !important;
}

body.login-register-body {
    background-color: #fff;
}

.theme-btn-orange {
    background-color: var(--orange);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    border: 1px solid var(--orange);
    color: var(--white);
    border-radius: 5px;
    font-weight: 700;
    transition: 0.75s ease;
    border: none;
}

.theme-btn-orange:hover {
    background-color: var(--dark);
    color: var(--white);
    transition: 0.75s ease;
}

.theme-header.login-header nav {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.theme-header {
    background-color: transparent;
    border-bottom: 1px solid var(--medium-gray);
    position: absolute;
    width: 100%;
    z-index: 9;
    overflow: visible;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

header.login-header {
    border-bottom: none;
}

.login-banner {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.login-banner .login-banner-image {
    width: 50%;
    min-height: 100vh;
}

.login-banner .login-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    height: 100vh;
}

header.login-header {
    border-bottom: none;
}

header.login-header img {
    width: 100%;
    max-width: 380px !important;
}

header.login-header .navbar-brand {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: -2px;
}

.login-banner .login-right-sec {
    width: 50%;
    max-width: 410px;
    position: relative;
    margin: 0 auto;
}

.login-banner .login-right-sec .theme-heading-h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 0;
}

.login-banner .login-right-sec p {
    padding-top: 10px;
    color: var(--light-gray);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
}

.btn-password-addon {
    position: absolute;
    bottom: 12px;
    right: 0;
    color: #93918d;
}

.btn-password-addon .mdi.mdi-eye {
    font-size: 20px;
    color: #93918d;
}

.login-right-sec .form-group input[type="text"]+.btn .mdi.mdi-eye::before {
    content: "\F209";
}

/* The container */

.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 40px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #93918D;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 40px;
    vertical-align: top;
    margin-right: 30px;
}


/* Hide the browser's default radio button */

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 2px solid #93918D;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container-checkbox:hover input~.checkmark {
    background-color: #fff;
}


/* When the radio button is checked, add a blue background */

.container-checkbox input:checked~.checkmark {
    background-color: #EF6A3D;
    border: none;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container-checkbox .checkmark:after {
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.login-banner .form-control {
    border: none;
    border-bottom: 1px solid #707070;
    font-size: 17px;
    line-height: 32px;
    color: #150e01;
    font-weight: 500;
    border-radius: 0px;
    margin-bottom: 25px;
    padding-left: 0px !important;
    /* opacity: .4; */
}

.login-banner .form-control:focus,
.login-banner select.form-control:focus {
    border-color: var(--orange);
}

.login-banner .form-group label {
    font-size: 15px;
    line-height: 26px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 0;
}

.login-banner .form-check label {
    color: #93918D;
    margin-left: 22px;
}

.login-banner .form-check-input:checked {
    background-color: #EF6A3D;
    border-color: #ef6a3d;
    border-radius: 0px;
}

.login-banner .theme-btn-orange {
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.login-banner .form-check {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
}

.login-banner .form-check a {
    color: #ef6a3d;
    text-decoration: none;
}

.login-banner .form-check a:hover {
    text-decoration: underline;
}

.login-banner .form-check-input[type="checkbox"] {
    border-radius: 0px;
    border: 1px solid #c56b4e;
    opacity: 1;
    top: 5px;
}

.login-banner .form-check-input[type="checkbox"]:focus {
    box-shadow: none;
}

.login-banner .form-check-input[type="checkbox"]:focus-visible {
    background-color: #ef6a3d;
    box-shadow: none;
}

.login-banner .form-check-input[type="checkbox"] .active {
    background-color: #c56b4e;
}

.login-banner .form-connect-sec {
    padding-top: 50px;
}

.login-banner h4 {
    font-size: 16px;
    line-height: 30px;
    color: #231f20;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

.login-banner h4::before {
    position: absolute;
    content: '';
    width: 113px;
    height: 1px;
    left: 0;
    top: 16px;
    background: url(../../images/line-1.png) left center no-repeat;
}

.login-banner h4::after {
    position: absolute;
    content: '';
    width: 113px;
    height: 1px;
    right: 0px;
    top: 16px;
    background: url(../../images/line-1.png) right center no-repeat;
}

.login-banner .form-connect-sec ul {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 380px;
    margin: 0 auto;
}

.login-banner .form-connect-sec ul li {
    margin-right: 10px;
}

.login-banner .form-connect-sec ul li img {
    width: 100%;
}

.login-banner .login-right-sec .form-account {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    display: flex;
    justify-content: center;
}

.login-banner .login-right-sec .form-account h5 a {
    color: #EF6A3D;
    text-decoration: underline;
}

.login-banner .login-right-sec .form-account h5 a:hover {
    text-decoration: none;
}

#email {
    background: url(../../images/email-icon.png) right center no-repeat;
}

/* #pwd {
    background: url(../../images/password-icon.png) right center no-repeat;
} */


/* Login Page end Here */


/* Signup Page Start Here */

.login-banner .login-right-sec.sign-up-right {
    max-width: 520px;
}

.login-banner .form-connect-sec.sign-connect-sec {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

.login-banner .login-right-sec.sign-up-right .row {
    padding-top: 50px;
}

.login-banner .login-right-sec.sign-up-right .signup-form {
    /*display: none;*/
}

.login-banner .login-right-sec.sign-up-right .signup-form #email {
    background: none;
}

.login-banner .login-right-sec.sign-up-right .signup-form #pwd {
    background: none;
}

.login-banner .login-right-sec.sign-up-right .verfic-code .form-control {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #B1B0AE;
    opacity: 1;
    font-size: 26px;
    color: #231F20;
    font-weight: 600;
    padding: 10px !important;
}

.login-banner .login-right-sec.sign-up-right .verfic-code {
    /* display: none; */
}

.login-banner .login-right-sec.sign-up-right .verfic-code .form-control::placeholder {
    opacity: 1;
    color: #231F20;
}

.login-banner .login-right-sec.sign-up-right .verfic-code .col-lg-2 {
    width: 14%;
}

.login-banner .login-right-sec.sign-up-right .verfic-code h6 {
    font-size: 16px;
    line-height: 30px;
    color: #93918D;
    font-weight: 500;
    text-align: left;
}

.login-banner .login-right-sec.sign-up-right .verfic-code h6 a {
    color: #ef6a3d;
    font-weight: 600;
}

.login-banner .login-right-sec.sign-up-right .verfic-code .row {
    padding-left: 0;
}

.login-banner .login-right-sec.sign-up-right .welcome-wrapper {
    /* display: none; */
}

.login-banner .login-right-sec.sign-up-right .welcome-wrapper h3 {
    font-size: 28px;
    line-height: 36px;
    color: #93918D;
    font-weight: 600;
}

.login-banner .login-right-sec.sign-up-right .welcome-wrapper h2 {
    padding-bottom: 30px;
}

.login-banner .login-right-sec.sign-up-right .welcome-wrapper p {
    font-size: 18px;
    line-height: 34px;
    color: #93918D;
    font-weight: 500;
    max-width: 410px;
}

.login-banner .login-right-sec.sign-up-right .account-type {
    /* display: none; */
}

.login-banner .login-right-sec.sign-up-right .account-type .account-type-inner {
    padding-top: 80px;
}

.login-banner .login-right-sec.sign-up-right .account-type .account-type-inner .theme-btn-orange {
    width: 140px;
    height: 58px;
    line-height: 58px;
}

.account-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 530px;
    height: 113px;
    background: #F4F3EF;
    border-radius: 10px;
    color: #fff;
    padding: 25px;
}

.account-container.active {
    background: #EF6A3D;
}

.account-container.active .cont-sec h5 {
    color: #fff;
}

.account-container.active .img-sec {
    border-color: #ef6a3d;
}

.account-container.active p {
    color: #fff;
}

.account-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.account-container .checkmark {
    position: absolute;
    top: 20px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    left: auto;
    right: 20px;
}

.account-container:hover input~.checkmark {
    background-color: #ccc;
}

.account-container input:checked~.checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.account-container input:checked~.checkmark:after {
    display: block;
}

.account-container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.account-container .img-sec {
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 10px;
    background: #fff;
}

.account-container .cont-sec {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.account-container .cont-sec h5 {
    font-size: 18px;
    line-height: 21px;
    color: #231f20;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
}

.account-container p {
    font-size: 16px !important;
    line-height: 19px !important;
    color: #93918D;
    font-weight: 500;
    padding-top: 10px !important;
}

.signup-step-container {
    padding-top: 50px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #93918D;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #707070;
}

span.round-tab i {
    color: #fff;
}

.wizard li.active span.round-tab {
    background: #EF6A3D;
    color: #fff;
    border-color: #EF6A3D;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #707070;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #0db02b;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.all-info-container {}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.property-information-wrapper .theme-btn-orange {
    width: 190px;
    height: 64px;
    line-height: 64px;
    margin-top: 25px;
}

.property-information-wrapper h2 {
    padding-top: 20px;
}

.property-information-wrapper {
    display: none;
}

.digital-blog-wrapper .digital-blog-inner .digital-blog-bottom .digital-bottom-cont .theme-btn-orange {
    width: 135px;
    height: 47px;
    border: 1px solid #ef6a3d;
    background: transparent;
    color: #ef6a3d;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.digital-blog-wrapper .digital-blog-inner .digital-blog-bottom .digital-bottom-cont .theme-btn-orange:hover {
    background: #ef6a3d;
    color: #fff;
}

.forgot-form-outer p {
    margin-bottom: 30px !important;
}

.kep-login-facebook {
    font-size: 14px !important;
    text-transform: unset !important;
    transition: background-color .3s, border-color .3s;
    background-color: #385C8E !important;
    border: calc(.06887vw + .67769px) solid #385C8E !important;
    padding: 10px 12px 10px 32px !important;
    border-radius: 5px !important;
    line-height: 1.4;
    font-weight: 500 !important;
    background-image: url(../../images/icon-awesome-facebook-f.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: auto 18px;
    white-space: nowrap;
}

.kep-login-facebook:hover,
.kep-login-facebook:focus {
    background-color: #2c4d7b !important;
    border: calc(.06887vw + .67769px) solid #2c4d7b !important;
}

.nsm7Bb-HzV7m-LgbsSe {
    height: 44px !important;
}

.srv-validation-message {
    color: red;
    font-size: 12px;
    margin-top: -20px;
    line-height: 2;
    font-style: oblique;
}

.srv-validation-message2 {
    color: red;
    font-size: 18px;
    font-weight: 600;
    margin-top: -20px;
    line-height: 2;
    font-style: oblique;
}


/* Bijay CSS */

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.group-input.ev-group-input {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.group-input.ev-group-input .form-control {
    width: 44px;
    margin-right: 15px;
    font-size: 20px;
    font-family: poppins;
    padding: 10px !important;
    text-align: center;
}

.verfic-code.verfic-codeEmail .col-resed a {
    color: #ef6b3e;
    cursor: pointer;
}

@media (min-width:1440px) and (max-width:1599px) {
    header.login-header img {
        max-width: 320px !important;
    }

    .login-banner .login-right-sec .theme-heading-h2 {
        font-size: 32px;
    }

    .login-banner .login-right-sec p {
        padding-top: 6px;
        font-size: 17px;
    }

    .container-checkbox {
        margin-bottom: 30px;
        font-size: 16px;
        margin-top: 30px;
    }

    .login-banner .login-right-sec {
        max-width: 380px;
    }

    .login-banner .form-group label {
        margin-bottom: 0;
    }

    .login-banner .theme-btn-orange {
        height: 56px;
        line-height: 56px;
    }

    .login-banner .form-connect-sec {
        padding-top: 30px;
    }

    .login-banner h4 {
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .login-banner .login-right-sec .form-account h5 {
        font-size: 14px;
    }
}

@media (min-width:1366px) and (max-width:1439px) {
    .login-banner .login-right-sec .form-account {
        bottom: -50px;
    }

    header.login-header img {
        max-width: 320px !important;
    }

    .login-banner .login-right-sec .theme-heading-h2 {
        font-size: 32px;
    }

    .login-banner .login-right-sec p {
        padding-top: 6px;
        font-size: 17px;
    }

    .container-checkbox {
        margin-bottom: 30px;
        font-size: 16px;
        margin-top: 30px;
    }

    .login-banner .login-right-sec {
        max-width: 380px;
    }

    .login-banner .form-group label {
        margin-bottom: 0;
    }

    .login-banner .theme-btn-orange {
        height: 56px;
        line-height: 56px;
    }

    .login-banner .form-connect-sec {
        padding-top: 30px;
    }

    .login-banner h4 {
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .login-banner .login-right-sec .form-account h5 {
        font-size: 14px;
    }
}

@media (min-width:1280px) and (max-width:1365px) {
    .login-banner .login-right-sec .form-account {
        bottom: -50px;
    }

    header.login-header img {
        max-width: 320px !important;
    }

    .login-banner .login-right-sec .theme-heading-h2 {
        font-size: 32px;
    }

    .login-banner .login-right-sec p {
        padding-top: 6px;
        font-size: 17px;
    }

    .container-checkbox {
        margin-bottom: 30px;
        font-size: 16px;
        margin-top: 30px;
    }

    .login-banner .login-right-sec {
        max-width: 380px;
    }

    .login-banner .form-group label {
        margin-bottom: 0;
    }

    .login-banner .theme-btn-orange {
        height: 56px;
        line-height: 56px;
    }

    .login-banner .form-connect-sec {
        padding-top: 30px;
    }

    .login-banner h4 {
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .login-banner .login-right-sec .form-account h5 {
        font-size: 14px;
    }
}

@media (min-width:992px) and (max-width:1279px) {
    .group-input.ev-group-input .form-control {
        width: 35px;
        margin-right: 10px;
        font-size: 18px;
    }

    .login-banner .form-connect-sec ul {
        display: flex;
        flex-wrap: wrap;
    }

    .login-banner .form-connect-sec ul li {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .kep-login-facebook.metro {
        width: 100%;
    }

    header.login-header img {
        max-width: 320px !important;
    }

    .login-banner .login-right-sec .theme-heading-h2 {
        font-size: 32px;
    }

    .login-banner .login-right-sec p {
        padding-top: 6px;
        font-size: 17px;
    }

    .container-checkbox {
        margin-bottom: 30px;
        font-size: 16px;
        margin-top: 30px;
    }

    .login-banner .login-right-sec {
        max-width: 360px;
    }

    .login-banner .form-group label {
        margin-bottom: 0;
    }

    .login-banner .theme-btn-orange {
        height: 56px;
        line-height: 56px;
    }

    .login-banner .form-connect-sec {
        padding-top: 30px;
    }

    .login-banner h4 {
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .login-banner .login-right-sec .form-account h5 {
        font-size: 14px;
    }

    .login-banner .login-right-sec.sign-up-right {
        max-width: 430px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .login-banner .login-right-sec {
        max-width: 280px;
    }

    header.login-header img {
        max-width: 320px !important;
    }

    .login-banner .login-right-sec .theme-heading-h2 {
        font-size: 32px;
    }

    .login-banner .login-right-sec p {
        padding-top: 6px;
        font-size: 17px;
    }

    .container-checkbox {
        margin-bottom: 30px;
        font-size: 15px;
        margin-top: 30px;
    }

    .checkmark {
        top: 1px;
    }

    .login-banner .form-group label {
        margin-bottom: 0;
        font-size: 14px;
    }

    .login-banner .theme-btn-orange {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }

    .login-banner .form-connect-sec {
        padding-top: 30px;
    }

    .login-banner h4 {
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .login-banner .login-right-sec .form-account h5 {
        font-size: 14px;
    }

    .login-banner .login-right-sec .form-account {
        position: inherit;
        bottom: 0;
        left: 0;
        transform: inherit;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .login-banner h4::before {
        width: 70px;
    }

    .login-banner h4::after {
        width: 70px;
    }

    .login-banner .login-right-sec.sign-up-right {
        max-width: 290px;
    }

    .login-banner .login-right-sec.sign-up-right .row .col-md-6 {
        width: 100%;
    }

    .login-banner .login-right-sec.sign-up-right .row {
        padding-top: 30px;
    }

    .group-input.ev-group-input .form-control {
        width: 35px;
        margin-right: 10px;
        font-size: 18px;
    }

    .login-banner .form-connect-sec ul {
        display: flex;
        flex-wrap: wrap;
    }

    .login-banner .form-connect-sec ul li {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .kep-login-facebook.metro {
        width: 100%;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .login-banner {
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .login-banner .login-banner-image {
        width: 100%;
        min-height: auto;
    }

    .login-banner .login-banner-image img {
        height: auto;
    }

    header.login-header img {
        max-width: 320px !important;
    }

    .login-banner .login-right-sec .theme-heading-h2 {
        font-size: 32px;
    }

    .login-banner .login-right-sec p {
        padding-top: 6px;
        font-size: 17px;
    }

    .container-checkbox {
        margin-bottom: 30px;
        font-size: 15px;
        margin-top: 30px;
    }

    .login-banner .login-right-sec {
        max-width: 100%;
        width: 100%;
        padding: 110px 25px 50px;
    }

    .checkmark {
        top: 1px;
    }

    .login-banner .form-group label {
        margin-bottom: 0;
        font-size: 14px;
    }

    .login-banner .theme-btn-orange {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }

    .login-banner .form-connect-sec {
        padding-top: 30px;
    }

    .login-banner h4 {
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .login-banner .login-right-sec .form-account h5 {
        font-size: 14px;
    }

    .login-banner .login-right-sec .form-account {
        position: inherit;
        bottom: 0;
        left: 0;
        transform: inherit;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .login-banner h4::before {
        width: 70px;
    }

    .login-banner h4::after {
        width: 70px;
    }

    .theme-header.login-header nav {
        position: unset;
    }

    .login-banner .form-connect-sec ul {
        display: flex;
        flex-wrap: wrap;
    }

    .login-banner .form-connect-sec ul li {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .kep-login-facebook.metro {
        width: 100%;
    }

    .group-input.ev-group-input .form-control {
        width: 40px;
        margin-right: 10px;
    }
}
