*{
    margin: 0;
    padding: 0;
}

.btn-app-success{
    background-color: var(--app-light-green) !important;
    color: #FFFFFF !important;
}
.btn-app-success:hover{
    background-color: var(--app-light-green)!important;
    color: #FFFFFF !important;
}
.btn-app-success:focus{
    background-color: var(--app-light-green) !important;
    color: #FFFFFF !important;
}


#clube-bg{
    z-index: 10;
    position: absolute;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.clube-bg-icon{
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
    text-align: center;
    user-select: none;
}

.clube-page-title{
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -52%);
    user-select: none;
}

#clube-input-document{
    position: absolute;
    bottom: 25%;
    left: 7.5%;
    width: 85%;
}

#clube-input-document input{
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 17px;
    border: none;
    background: white;
    border-radius: 19px;
    transition: all .3s ease;
    color: #757575;
}

#clube-input-document input:focus{
    outline: none;
}

#clube-modal-error-info-message{
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: crimson;
}

.clube-modal-title{
    color: var(--app-light-green);
}

#clube-modal-isRegistered-info-message{
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--app-dark-green);
}

#clube-modal-success-info-message{
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--app-dark-green);
}

.clube-modal-isRegistered-text{
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .clube-page-title{
        font-size: 1.5rem;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #clube-input-document{
        left: 25%;
        width: 50%;
    }
    .clube-page-title{
        font-size: 1.8rem;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #clube-input-document{
        left: 30%;
        width: 40%;
    }
    .clube-page-title{
        font-size: 2rem;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #clube-input-document{
        left: 35%;
        width: 30%;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #clube-input-document{
        left: 37.5%;
        width: 25%;
    }
}
