
.section_title_container {
    background: #28b2bf;
    border-radius: 0.3rem;
    color: white;
    margin: 0.6rem;
    font-size: 1.4rem;
}

.login_notice_container {
    font-size: 1.1rem;
    font-weight: bold;
}


.login_notice_container {
    font-size: 1.1rem;
    font-weight: bold;
}

.social_login_button_list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.social_login_button_list img {
    width: 12.5rem;
    height: auto;
}

.social_login_button_list li {
    margin: 1.25rem;
}


ul.login_list {
    list-style: none;
    line-height: 24px;
    padding: 0;
}

ul.login_list li {
    margin: 0 0 .5em;
}

