#login-form-openid {
    margin: 1em auto 2em auto;
    width: 20em;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

#login-form-openid input[type=submit] {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #0e2356;
    box-shadow: unset;
    border: unset;
    font-weight: 500;
}

.social-login-box {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    background-color: #f9fafb;
    color: #0e2356;
    box-shadow: 0 0px 2px #cecece;
    border: 1px solid #cecece;
    font-weight: 500;
    border-radius: 40px;
}

.google-icon {
    width: 40px;
    height: 40px;
    display: flex;
}