﻿/* Google Button { */

.login-button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    justify-content: center;
}

    .login-button i {
        font-size: 24px;
        color: #DB4437;
        margin-right: 10px;
    }

    .login-button span {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }

    .login-button:hover {
        background-color: #f7f7f7;
    }
/* ./Google Button */
