﻿@font-face {
    font-family: "Inter";
    src: url("Inter/Inter-Regular.ttf") format("truetype");
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
.disp-none {
    display: none;
}
body {
    background-color: #f1f3f8;
    font-family: Inter;
    font-size: 8pt;
    color: #5C498A;
    overflow: hidden;
}
.pad30 {
    padding-top: 30px;
}

.pad20 {
    padding: 0;
    padding-top: 20px;
}

.mar10b {
    margin-bottom: 10px;
}
.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: initial !important;
}

.nav-header {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 50px;
}

    .nav-header a {
        cursor: pointer;
    }

.page-height {
    min-height: calc(100vh - 70px);
}

.login-image {
    position: absolute;
    top: 70px;
    left: 0;
    min-height: calc(100vh - 70px);
}

.login-image img {
    width:100vw;
    height:100vh;
}

.login-wrap {
    top: 5vh;
    background-color: #ffffff;
    height: 65vh;
    padding-bottom:10px;
    overflow-y:auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: -5px 5px 5px #dfdfdf77, 5px 5px 5px #dfdfdf77, -5px -5px 5px #dfdfdf77, 5px -5px 5px #dfdfdf77;
}

.login-inner {
    width: 70%;
    margin: 0 auto;
}

.login-inner label {
    font-size: 14px;
    font-weight: 500;
    color: #121433;
}

.btn-login {
    font-size: 16px;
    font-weight:600;
    background-color: #31125F;
    color: #ffffff;
    line-height:22px;
    border-radius: 8px;
}

    .btn-login:hover {
        color: #ffffff;
        background-color: #4e2788;
    }

.eye-wrap {
    display: inline-flex;
    width: 100%;
    cursor: pointer;
}

.eye-pos {
    padding-top: 8px;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.disabled-link {
    background-color: #c7c7c7;
    pointer-events: none;
}

.form-border {
    border-radius: 0.25rem 0 0 0.25rem !important;
    border-right: none !important;
}

.btn-wide {
    width: 100%;
}

.text-line {
    min-width: 100px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    color: #31125f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.signup-line {
    min-width: 100px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    color: #4e2788;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-light {
    border: 1px solid #ced4da;
    width: 100%;
    margin-bottom: 10px;
}

.line-gray {
    border-top: 1px solid #ced4da;
    margin-top: 5px;
    width: 100%;
}

.line-signup {
    margin-top: 5vh;
    padding: 10px 0 10px 0 !important;
    text-align: center;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #e9e9f8;
    box-shadow: 5px 5px 5px #dfdfdf, -5px 5px 5px #dfdfdf;
}

.hide {
    display: none;
}

.footer {
    padding: 10px 0;
    height: 40px;
    position: absolute;
    bottom: 0;
}

    .footer a {
        cursor: pointer;
    }

.header_logo {
    padding-top:30px;
}

.header_logo img {
    height: 74px;
}

.login_continue {
    margin-top:25px;
    margin-bottom:25px;
    font-size:24px;
    font-weight:600;
    color: #121433;
}

.pt-2 {
    font-size:16px;
    font-weight:400;
    color:#121433;
}

.k-inp-r1 {
    margin-bottom:2vh;
}


@media (min-width:300px) and (max-width: 992px) {
    .login-image {
        display:none;
    }
    .footer {
        height:100px;
    }
}

@media (min-width:993px) and (max-width:1366px) {
    .login-wrap {
        top: 0;
        height: 62vh;
    }
    .login-inner {
        width: 80%;
    }
    .line-signup {
        width: 100%;
        margin-top: 0;
    }
    .login_continue {
        font-size: 18px;
        margin-top:10px;
        margin-bottom:10px;
    }
    .btn-login {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    .header_logo {
        padding-top:20px;
    }
    .header_logo img {
        height: 40px;
    }
}

@media (min-width:1367px) and (max-width: 1850px) {
    .login-wrap {
        top: 5vh;
        min-height:400px;
        height: 60vh;
    }
    .login-inner {
        width: 80%;
    }
    .line-signup {
        width: 100%;
        margin-top: 15px;
    }
    .login_continue {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .btn-login {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    .header_logo img {
        height: 50px;
    }
}

@media (min-width: 1851px) and (max-width:2700px) {
    .login-wrap {
        top: 5vh;
        min-height: 400px;
        height: 70vh;
    }
}

@media (min-width: 2701px) {
    .login-wrap {
        top:0;
        height: 55vh;
        zoom:1.4;
    }
    .k-inp-r1 {
        zoom:1.4;
    }
    .line-signup {
        zoom: 1.4;
        margin-top:0;
    }
}

