.login-options-wrapper {
    justify-content: space-between; 
    text-align: center;
}

.other-options-wrapper {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    margin: 16px 0px;
}

.margin-line {
    height: 1px; 
    flex: 1 1 0%; 
    background-color: rgb(234, 236, 239);
}

.centered-text {
    margin: 0px 24px; 
    font-weight: 500; 
    font-size: 14px; 
    line-height: 20px; 
    color: rgb(112, 122, 138);
}

.options-wrapper {
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.social-button-wrapper {
    margin: 0px 0px 16px; 
    position: relative; 
    overflow: hidden;
}

.social-button {
    -webkit-box-direction: normal; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    text-transform: none; 
    appearance: none; 
    user-select: none; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    display: inline-flex; 
    font-size: 16px; 
    font-family: inherit; 
    text-align: center; 
    text-decoration: none; 
    outline: none; 
    padding: 12px 24px; 
    line-height: 24px; 
    min-width: 80px; 
    word-break: keep-all; 
    min-height: 24px; 
    border: 1.5px solid rgb(197, 197, 197); 
    background-color: rgb(255, 255, 255); 
    background-image: none; 
    border-radius: 4px; 
    align-items: center; 
    width: 100%; 
    justify-content: center; 
    color: rgb(30, 35, 41); 
    cursor: pointer;
}

.social-button-logo {
    -webkit-box-direction: normal; 
    text-transform: none; 
    user-select: none; 
    white-space: nowrap; 
    font-size: 16px; 
    font-family: inherit; 
    font-weight: 500; 
    text-align: center; 
    line-height: 24px; 
    word-break: keep-all; 
    color: rgb(30, 35, 41); 
    cursor: pointer; 
    padding: 0; 
    outline: 0; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    border-style: none; 
    box-sizing: border-box; 
    margin: 0px; 
    min-width: 0px; 
    max-width: 100%; 
    width: 20px; 
    height: 20px; 
    background-color: transparent;
}

.social-button-text {
    -webkit-box-direction: normal; 
    text-transform: none; 
    user-select: none; 
    white-space: nowrap; 
    font-family: inherit; 
    text-align: center; 
    word-break: keep-all; 
    color: rgb(30, 35, 41); 
    cursor: pointer; 
    padding: 0; 
    outline: 0; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    box-sizing: border-box; 
    margin: 0px 0px 0px 8px; 
    min-width: 0px; 
    display: flex; 
    font-weight: 500; 
    font-size: 16px; 
    line-height: 24px; 
    justify-content: center;
}

@media screen and (max-width: 450px) {
    .login .logo {
        margin: 60px auto 0;
        padding: 15px;
        text-align: center;
    }

    .login .content {
        background-color: #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        width: 320px;
        margin: 40px auto 10px;
        padding: 10px 30px 30px;
        overflow: hidden;
        position: relative;
    }
}