/*  */
.LoginCase {
    background-color: #EBF0FF;

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;

    width: 100%;
    height: 100vh;

}

.LoginBox {
    background-color: #fff;
    width: 700px;
    height: 700px;
    padding: 50px;
}

.SectionTitle {
    width: 100%;
    height: 50px;
    background-color: #E8EBF1;

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}