.container {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    height: 800px;
    margin-top: 24px;
}
.container_logoBox {
    padding: 20px;
}
.container_inputBox {
    font-size: 1rem;
    padding: 20px;
    line-height: 1.8rem;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 8px #AAA;
}
.container_infoBox {
    font-size: 0.9rem;
    color: #999;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 8px #AAA;
}
.input_label {
    font-size: 1rem;
    display: inline-block;
    width: 100px;
}
.pw_narrow {
    width: 148px;
}
.login_button {
    font-size: 1.3rem; 
    height: 40px; 
    width: 100%;
    background-color: #64b13f; 
    color: white; 
    font-weight: bold; 
    margin-top: 10px; 
    border: 0px solid;
}
#oog {
    vertical-align: middle;
}
.forgot {
    font-size: 0.9rem;
    color: #999;
    line-height: 1rem;
    margin-top: 10px;
}

