@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: #ECDFCC;
}
.login-container {
    background-color: white;
    padding: 20px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 80%;
    text-align: center;
}
h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #413e3e;
    font-family: 'S-CoreDream-5Medium';
}
input[type="text"], input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type="text"]:focus, input[type="password"]:focus {
    border: 2px solid #A5B68D;
    outline: none; /* 기본 포커스 아웃라인 제거 */
}

input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #DA8359;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #df7743;
}

.formBelow_div {
    margin-top: 15px;
    cursor: pointer;
}

.form_below {
    text-decoration: none;
    padding: 5px;
    color: #949494;
    font-weight: 500;
}

#school_logo {
    width: 70px;
    margin-top: 20px;
}

.team_semicolon {
    font-family: 'S-CoreDream-4Regular';
    font-size: 14px;
    margin-top: 8px
}