﻿@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Pretendard Variable", sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #fff;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    
}

.logo {
    margin-bottom: 40px;
}

    .logo img {
        width: 300px;
    }

.login-box {
    border: 1px solid #d9d9d9;
    width: 360px;
    padding: 40px;
    background-color: #f7f9fb;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.login-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #222;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 48px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

    .form-control::placeholder {
        color: #aaa;
    }

.captcha-container {
    
    height: 62px;
    margin-bottom: 15px;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.captcha-box {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    background-color: #fff;
}

.captcha-text {
    width:100%;
    font-family: monospace;
    letter-spacing: 5px;
    font-size: 68px;
    position: relative;
    
    line-height: 60px;
    text-align: center;
}

    .captcha-text span:nth-child(1) {
        color: #000;
        font-weight: bold;
    }

    .captcha-text span:nth-child(2) {
        color: #e0b05c;
    }

    .captcha-text span:nth-child(3) {
        color: #2060ff;
    }

    .captcha-text span:nth-child(4) {
        color: #304090;
    }

    .captcha-text span:nth-child(5) {
        color: #e0b05c;
    }

    .captcha-text::before {
        content: "";
        position: absolute;
        top: 35%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #e0b05c;
        z-index: 1;
    }

    .captcha-text::after {
        content: "";
        position: absolute;
        top: 55%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #e0b05c;
        z-index: 1;
    }

.refresh-btn {
    width: 50px;
    height: 50px;
 
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    top: 7px;
   
}

.login-btn {
    width: 100%;
    height: 55px;
    margin-top: 10px;
    background-color: #222;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.footer-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
    color: #666;
    font-size: 14px;
}

    .footer-links a {
        color: #666;
        text-decoration: none;
    }

.divider {
    color: #ccc;
}

.refresh-icon {
    height: 26px;
}

#Loading_Progress {
    width: 100%;
    background-color: #ddd;
}

#Loading_Bar {
    width: 0%;
    height: 30px;
    background-color: #04AA6D;
    text-align: center;
    line-height: 30px;
    color: white;
}

/*progress bar*/
.progressMainDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: 80%;
    height: 120px;
    border: 1px solid #6a6e83;
    background-color: white;
    padding: 10px;
}

    .progressMainDiv > button {
        background: #2c3e50;
        padding: 14px 25px;
        border: none;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

        .progressMainDiv > button:hover {
            background: #34495e;
        }

    .progressMainDiv > .progressDiv {
        width: 100%;
        height: 30px;
        background: #34495ecc;
    }

        .progressMainDiv > .progressDiv > .progress {
            width: 0%;
            height: 30px;
            background: #2c3e50;
        }

    .progressMainDiv > h2 {
        font-family: sans-serif;
        color: #2c3e50;
    }

.progressbarWrapper {
    height: 30px;
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    background: #555;
    padding: 3px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.progressText {
    padding-bottom: 10px;
    padding-left: 39%;
}

#progressBar {
    display: block;
    height: 100%;
    width: 0px;
    background-color: rgb(43, 194, 83);
    background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69% );
    position: relative;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    color: white;
    transition: all 700ms ease;
}


.loading-card {
    padding: 15px;
    background-color: transparent;
    background-color: rgba(24,102,134,0.75);
    zoom: 1;
    position: relative;
    border: 1px solid black;
    width: 460px;
}

.loading-message {
    width: 210px;
    display: inline-block;
}

.loading-fullscreen h2, .loading-fullscreen h1 {
    font-size: 42px;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.loading-fullscreen p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 8px;
    color: white;
}

.loading-bar {
    display: inline-block;
    background: url(/resources/images/images/loading-bar.png) no-repeat;
}

.loading-bar, .loading-bar-animation {
    width: 212px;
    height: 70px;
}

.loading-bar-animation {
    background: url(/resources/images/image/loading-active.gif) no-repeat center;
}

#isLoader {
    width: 460px;
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 9999;
}
