body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #00A8FF;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;  /* 화면 전체 높이 설정 */
    background: url('/Enernet/static/img/login_A.png') no-repeat center center fixed;
    background-size: cover;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 100px; /* 상단 여백 */
}

/*.login-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);  !* 반투명 배경 *!
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 50px; !* 상단 여백 *!
    width: 90%;  !* 가로 폭 설정 *!
    max-width: 400px;  !* 최대 가로 폭 설정 *!
}*/

.login-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    margin-top: -112px;
    margin-left: 406px;
    width: 90%;
    max-width: 400px;
    /* left: 7px; */
}

#page-title {
    color: #000000;
    margin-bottom: 20px; /* 여백 추가 */
    text-decoration: none;
    font-size: 22.5pt;
    font-weight: 700;
}

.header {
    text-align: center;
    margin-top: 70px;
}

.header p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    font-style: italic;
    opacity: 0.8;
    transform: skewX(-10deg);
    color: #2FB6FD;
    text-decoration: none;
    font-size: 41.25pt;
    font-weight: 400;
    text-transform: none;
}

.title-blue {
    font-size: 24px;
    color: #0079c2;
    margin-bottom: 10px;
}

.title-black {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.login-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.login-box input:not(#createAdmin) {
    width: calc(100% - 20px);
    padding: 3px 10px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid #B0B0B0;
    height: 36px;
}

.login-box button:hover {
    background-color: #0079c2;
}

#login-span {
    color: #000000;
    font-size: 36.0pt;
    font-weight: 500;
}

#right-div {
    margin-top: 25px;
}

.login-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-options .option {
    display: inline-grid;
    align-items: center;
    width: 127px;
    height: 85px;
    border: 1px solid rgb(231, 231, 231);
    cursor: pointer;
    text-align: center;
    background-color: white;
    color: #82888C;
    justify-content: center;
    border-radius: 10px;
}

.login-options .option.active {
    border-color: #0D6EFD !important;
    color: white !important;
    background: rgb(13, 110, 253) !important;
}

.siteTargetSpan {
    font-size: 9.0pt;
    font-weight: 700;
    margin-bottom: 10px;
}

#pwInput,
#idInput {
    width: 100%;
    height: 53px;
    border: 1px solid #B0B0B0;
    border-radius: 10px;
    color: #000000;
    text-align: left;
    font-size: 11.25pt;
    font-weight: 400;
}

#selectSite {
    color: #000000;
    font-size: 12.0pt;
    font-weight: 400;
}

.loginBtn {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: none;
    background: #E7E7E7;
    color: #929292;
    font-size: 11.25pt;
    font-weight: 400;
    cursor: pointer;  /* 손가락 모양으로 변경 */
}

/* 버튼 활성화 시 배경색 */
.loginBtn.active {
    background-color: blue; /* 활성화된 배경색 */
    color:white !important;
}

.i-container {
    margin-top: 10px;
}

input[type=radio] {
    margin-top: 1px !important;
}
