.main {
    min-height: 100vh;
}

.form-area {
    margin: 0px;
    padding: 20px;
    min-height: 100%;
    background-color: white;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
}

.login-title-panel {
    min-height: 65px;
    width: 100%;
    border-bottom: 5px solid #3478b5;
}

.login-logo {
    margin-top: 20px;
    margin-left: 10px;
    max-height: 36px;
    max-width: 36px;
}

.main-title {
    margin-top: 15px;
    font-size: 32px;
    font-weight: bold;
    font-family: '나눔고딕', NanumGothic, Arial, sans-serif;
    color: #002b61;
}

.version-box {
    background-color: #3478b5;
    color: white;
    padding: 10px;
    margin-top: 25px;
    vertical-align: text-bottom;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.login-form-box {
    width: 100%;
    background: #FFF;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 30px 33px 15px;
}

.login-form-box .input {
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.login-form-box .input-group-text {
    background: white !important;
    border: 1px solid #ced4da !important;
    border-radius: 0;
}

.login-id-area{
    margin-top: 20px;
}

.login-pw-area{
    margin-top: 30px;
}

.login-options {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 1px;
}

.login-register-btn {
    margin-left: 5px;
    background-color: rgba(3, 107, 17, 0.46);
    text-decoration: none;
    font-family: '나눔고딕', NanumGothic, Arial, sans-serif;
}

.login-register-btn:hover {
    background-color: rgba(3, 107, 17, 0.71);
}

.login-btn {
    margin-right: 5px;
    font-weight: bold;
    font-family: '나눔고딕', NanumGothic, Arial, sans-serif;
    color: white;
    background-color: #0a58ca;
    padding: 6px 12px;
    border: none;
    border-radius: 5px 5px 5px 5px;
}

.login-btn:hover {
    background-color: #3071e1;
}

.result-message-area {
    font-size: 12px;
    font-family: '나눔고딕', NanumGothic, Arial, sans-serif;
    margin: 10px;
    color: #d20606;
}