body {
    background: #fff;
}
#backgrounds-main, #backgrounds-footer {
    display: none !important;
}
.input-group-width {width: 80%;}

.label-register-input {
    font-size: 18px;
    letter-spacing: 2px;

}

.ttl-welcome{
    font: normal normal 600 50px/55px 'Revelia Soft';
    letter-spacing: 3px;
    color: #242424;
}

.txt-welcome{
    font: normal normal 400 32px/34px 'Revelia Soft';
    letter-spacing: 3px;
    color: #242424;
}

.txt-protection p{
    font-size: 14px;
    padding: 8px 70px 0px 70px;
    text-align: justify;
    letter-spacing: 2px;
    font-weight: 100;
}

.session-card{
    height: auto;
    border: none;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #242424;
}

.session-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 48px;
    height: 20%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: transparent;
}

.cnt-tab{
    letter-spacing: 3px;
    border: none;
    background-color: transparent;
    font-size: 28px !important;
    color: #242424 !important;
}

.cnt-tab.active, .send{
    font-size: 17px;
    cursor: pointer;
    background: #242424 0% 0% no-repeat padding-box;
    opacity: 0.9;
    border: none;
    color: #242424;
    width: auto;
    padding: 8px 24px 8px 24px;
    border-radius: 40px;
}

.cnt-tab:hover{
    cursor: pointer;
}

.send {
    margin-top: 2rem;
    padding: 10px 42px 10px 42px;
    background: #3DB489 0% 0% no-repeat padding-box;
}

.send:hover {
    background-color: orange;
    color:#242424
}

.session-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80%;
    border-radius: 16px;
}

.form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.form-check-label {
    font: normal normal 200 16px/16px 'Revelia Soft';
    letter-spacing: 2PX;
    color: #242424;
}

.inp-session{
    font-size: 18px;
    letter-spacing: 2px;
    width: 80%;
    height: 56px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 24px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #242424;
}

.inp-session.area{
    width: 80%;
    height: 120px;
    resize: none;
    overflow: hidden;
    outline: none;
    padding: 16px;
    font-size: 16px;
}

.txt-session-link{
    font: normal normal 900 20px/22px 'Revelia Soft';
    letter-spacing: 2px;
    font-size: 18px;
    color: #242424;
}

.txt-session-link:hover{
    cursor: pointer;
    color: #484848;
}


.icn-success{
    width: 40px;
    height: auto;
}

.btn-access {
    padding: 12px 28px 10px 28px;
    border: 0;
    border-radius: 29px;
    background: #FD1C55 0% 0% no-repeat padding-box;
    font: normal normal normal 22px/22px 'Revelia Soft';
    letter-spacing: 2px;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    margin: auto;
}

.btn-access:hover {
    background-color: #6c44d9;
    color: #fff
}


/* RESPONSIVE */
@media (max-height: 480px) and (orientation: landscape) {
    .bg-heading {
        min-height: 240vh
    }
}

@media(max-width: 1599px){

}

@media(max-width: 1299px){

}

@media(max-width: 1199px){

    .ttl-welcome{
        font-size: 56px;
        text-align: center;
    }
    
    .txt-welcome{
        font-size: 24px;
        text-align: center;
    }

    .session-tab{
        gap: 32px;
    }
}

@media(max-width: 991px){

}

@media(max-width: 767px){

}

@media(max-width: 575px){
    .ttl-welcome{
        font-size: 40px;
    }
    
    .txt-welcome{
        font-size: 16px;
    }

    .txt-session-link{
        font-size: 16px;
    }

    .session-tab{
        gap: 24px;
    }

    .cnt-tab{
        font-size: 18px !important;
    }

    .btn-xl.dark{
        font-size: 16px !important;
    }

    .bg-heading{
        height: auto;
    }
}