#send-form {
    font-size: 16px;
    letter-spacing: 0;
    outline: none !important;
    margin: 0;
    padding: 12px 34px;
    white-space: normal;
    border-radius: 300px;
    cursor: pointer;
    background: #6b776e 0% 0% no-repeat padding-box;
    opacity: 0.9;
    border: none;
    color: #F2E0BF;

}

#send-form:hover {
    background-color: orange;
    color:#242424
}

.input-group-width {width: 80%;}

.label-register-input {font-size: 1rem}

.main-text{
    font: normal normal 900 28px/28px 'Be Vietnam Pro';
    letter-spacing: 1px;
    color: #EFDEC2;
}

.margin-left-8 {margin-left: 8rem}

.txt-protection{
    font: normal normal 300 12px/16px 'Be Vietnam Pro';
    color: #EFDEC2;
}

.session-card{
    height: auto;
    border: none;
    border-radius: 16px;
    background-color: #f2f2f256;
}

.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{
    border: none;
    background-color: transparent;
    font-size: 22px !important;
    color: #EFDEC2 !important;
}

.cnt-tab.active, .send{
    font-size: 17px;
    cursor: pointer;
    background: #6b776e 0% 0% no-repeat padding-box;
    opacity: 0.9;
    border: none;
    color: #F2E0BF;
    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 p{
    font: normal normal 300 20px/20px 'Be Vietnam Pro';
    color: #EFDEC2;
}

.label-form {
    font: normal normal 300 12px/14px 'Be Vietnam Pro';
    color: #EFDEC2;
}

.form{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-check-label {
    font: normal normal 300 14px/14px 'Be Vietnam Pro';
    letter-spacing: 0;
    color: #EFDEC2;
    margin-left: 5px;
    margin-top: 5px;
}

.inp-session{
    height: 26px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #EFDEC2;
    color: #EFDEC2;
    font-size: 12px;
}

.inp-session:focus {
    outline: none;
}

.inp-session.area{
    height: 120px;
    resize: none;
    overflow: hidden;
    outline: none;
    padding: 16px;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #EFDEC2;
    color: #EFDEC2;
}

.txt-session-link{
    font: normal normal 900 20px/22px 'Be Vietnam Pro';
    letter-spacing: 0;
    color: #EFDEC2;
}

.txt-session-link:hover{
    cursor: pointer;
    color: #484848;
}


.icn-success{
    width: 40px;
    height: auto;
}


/* 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;
    }
}