#custom-user-system {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#custom-user-system .form-container {
    display: none;
}

#custom-user-system .form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: black;
}

#custom-user-system form {
    display: flex;
    flex-direction: column;
}

#custom-user-system form input {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

#custom-user-system form button {
    padding: 10px;
    font-size: 16px;
    background: #F08521;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#custom-user-system form button:hover {
    background: #f5f5f5;
}

#custom-user-system p {
    text-align: center;
}

#custom-user-system p a {
    color: black;
    text-decoration: none;
}

#custom-user-system p a:hover {
    text-decoration: underline;
}

#custom-user-system .g-signin2 {
    margin-top: 20px;
    text-align: center;
}

#google-signin-button {
    margin: auto;
    width: 100%;
}

#google-signin-button-register {
    margin: auto;
    width: 100%;
}