@font-face {
    font-family: "Epilogue-Regular";
    src: url("../fonts/Epilogue-Regular.woff") format("woff2"),url("../fonts/Epilogue-Regular.woff") format("woff"),url("../fonts/Epilogue-Regular.woff") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

#login-page{
    height: 100%;
}

.login-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    align-items: center;
    padding: 10px 48px;
}

.login-text {
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
    color: #0D1F1C;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.5px;
}

.input-group label {
    display: none;
}

html,
body {
    margin: 0;
    min-height: 100%;
    font-family: "Inter", sans-serif !important;
    background: linear-gradient(122deg, #FDF0E8 0%, #FFF 40%, #E8F0ED 100%);
}

#login-page {
    display: flex;
    flex-direction: column;
}

.container-fluid {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.page-container {
    flex: 1;
    display: flex;
    padding: 150px 24px;
    min-height: unset !important;

}

.page-container .row {
    flex: 1;
    width: 100%;
}

.login-form-container {
    width: 100%;
    padding: 40px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #D0DCD8;
    background: #FFF;
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

.right-sec, .left-sec {
    display: flex;
    flex-direction: column;
}

.right-sec {
    justify-content: center;
}

.left-sec {
    justify-content: flex-start;
}

.branding-panel a, .branding-panel p  {
    color: rgba(0, 0, 0, 0.40);
}

.branding-panel a:hover {
    color: #C4501A;
}

@media (max-width: 991px) {

    .login-header {
        padding: 10px 16px;
    }

    .login-text{
        display: none;
    }

    .page-container {
        padding: 16px 24px;
    }

    #login-page .return-to-home-btn {
        text-align: center;
    }

    #login-page .logo-lg, .large-screen-view {
        display: none;
    }

    #login-page .logo-sm, .mobile-screen-view {
        display: block;
        margin: auto;
    }

    #login-page .col-md-6 {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    #login-page .row.d-flex {
        display: block !important;
    }

    .theme-title {
        color: #173D37;
        text-align: center;
        font-family: Lora;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #login-form label.form-label {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    #login-page p.forgot-pwd-text a {
        font-size: 16px;
        line-height: 22.4px;
    }

    #login-page .badge-logo {
        width: 118.81px;
    }
}

@media (min-width: 992px) {
    #login-page .return-to-home-btn a {
        color: #FFFFFF;
    }

    #login-page .right-sec {
        max-width: 460px;
        padding: 0;
    }

    #login-page .logo-lg, .large-screen-view {
        display: block;
    }

    #login-page .logo-sm, .mobile-screen-view {
        display: none;
    }

    h1.main-title {
        font-size: 56px;
        font-weight: 400;
        line-height: 78.4px;
        letter-spacing: 0;
    }

    #login-form label.form-label {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    #login-page p.forgot-pwd-text a {
        margin-top: 12px;
        font-size: 18px;
        line-height: 25.2px;
    }

    .theme-title {
        color: #173D37;
        text-align: center;
        font-family: Lora;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    #login-page .badge-logo {
        width: 175px;
    }
}

@media (min-width: 1200px) {
    #login-page .container {
        width: 1180px;
        max-width: 1180px;
    }
}

@media (min-width: 1400px) {
    #login-page .container {
        width: 1280px;
        max-width: 1280px;
    }
}

#login-page {
    font-size: 18px;
}

#login-page .logo {
    height: 28px;
}


#login-page .badge-logo:first-child {
    margin-right: 15px
}

#login-page .badge-logo:last-child {
    margin-left: 15px
}

.main-title {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

theme-title {
    font-weight: 400;
    letter-spacing: 0;
}

h1.theme-title span.text-coffe {
    color: #ea9375;
}


#login-page .return-to-home-btn a i {
    font-size: 28px;
    line-height: 0px;
    padding-right: 7px;
    top: 2px;
    position: relative;
}

#login-page input.form-control {
    font-family: "Epilogue-Regular";
    background: #fff;
    font-weight: 400;
    border: 1px solid #737573;
    border-radius: 8px;
    padding-top: 10px;
    height: 47px;
    font-size: 18px;
    line-height: 25.2px;
    color: #737573;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

#login-page .input-field {
    position: relative;
}

#login-page p.forgot-pwd-text a {
    margin-top: 12px;
    font-family: "Epilogue-Regular";
    color: #C4501A;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

p.forgot-pwd-text{
    margin-top: 12px;
}

#login-page .pwd-view-hide-btn {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 16px;
    color: #737573;
}

#login-page .pwd-view-hide-btn.type-text {
    top: 12px;
}

#login-page .pwd-view-hide-btn img {
    width: 25px;
}

#login-page .pwd-view-hide-btn.type-text img {
    width: 26px;
}

#login-page .login-btn-orange {
    display: flex;
    height: 44px;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #C4501A;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    color: white;
    font-family: "Epilogue-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px; 
    letter-spacing: -0.16px;
}

#login-page .login-btn-orange:hover{
    background-color: #A8441A;
}

#login-page .need-support-text {
    color: #6B8078;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 18px;
}

#login-page .need-support-text a {
    color: #C4501A;
}

.text-custom-green {
    color: #163d37;
}

.toast-message, .toast {
    font-size: 13px !important;
}