#acceso-socios-form-container * {
    font-family: Montserrat !important;
}

#acceso-socios-form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#acceso-socios-form-container > form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    max-width: 90vw;
    padding: 24px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

#acceso-socios-form-container > form > label {
    margin-bottom: 20px;
    text-align: left;
    display: block;
}

#acceso-socios-form-container > form > label > input {
    margin-top: 10px;
    border-color: #D9D9D9;
    border-radius: 0;
}

#acceso-socios-form-container > form > div {
    margin-top: 20px;
}

#acceso-socios-form-container > form > div > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    border-radius: 0;
}

#acceso-socios-form-container > form > div > button:first-child {
    background: #8B8964;
    color: #fff;
    padding: 12px;
}

#acceso-socios-form-container > form > div > button:last-child {
    color: #3D3D3D;
    margin-top: 20px;
    padding: 0;
    background: none;
}

#acceso-socios-form-container > form > #login-error-message {
    color: red;
    font-weight: 600;
}
