

.third-party-login-button {
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
    margin-bottom:10px;
}


.login-button-logo {
    width:30px;
}

.login-button-text {
    text-align: center;
    width:100%;
    font-size:1em;
}