.bg {
    width: 560px;
    padding-top: 6%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.lg-title {
    font-size: 2.5em;
    text-align: center;
    font-weight: 400;
    color: #28a745;
}

.lg-body {
    width: 560px;
    height: 410px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    margin-top: 16px;
    padding: 0 18%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lg_input {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    width: 100%;
    height: 10%;
    padding: 0 3% 0 3%;
    box-sizing: border-box;
    box-shadow: 0 0 0 1000px white inset !important;
    margin-top: 36px;
}

#btn_login {
    height: 10%;
    width: 100%;
    color: white;
    font-size: 1em;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    margin-top: 36px;
    cursor: pointer;
    background: #28a745 linear-gradient(-180deg, #34d058, #28a745 90%);
}

.lg_oauth_bg {
    padding: 0 24px;
    width: 56px;
    box-sizing: border-box;
    height: 56px;
    border-radius: 50%;
    background-color: #f2f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}