/*https://cssgradient.io/*/
.bg-indigo {
    background: #A6998800!important;
    background: linear-gradient(180deg,rgba(166, 153, 136, 1) 0%, rgba(172, 156, 133, 1) 44%, rgba(196, 178, 152, 1) 100%)!important;
}

.customized-table tr {
    cursor: pointer;
}

.logo-main {
    position: absolute;
}

.logo-screen {
    position: absolute;
}

.infos-separator {
    background: rgba(179, 179, 179, 0.1) !important;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tseparator-divisor {
    display: none;
}

/*#form_ChekinStep1Form {*/
    /*text-align: center;*/
/*}*/


.centro {
    margin: auto;
    /*background-color: rgba(0, 0, 0, .5);*/
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
}

.corpo {
    height: 60%;
    width: 60%;
    margin: auto;
}

#form_ChekinStep1Form {
    height: 60%;
    width: 60%;
    margin: auto;
}

#form_ChekinStep3Form {
    height: 60%;
    width: 60%;
    margin: auto;
}


.tv-box {
    width: 60%;
    border-radius: 12px;
    text-align: center;

}

.card-body {
    border: 0!important;
}

input {
    border-style: dotted ;
}

body {
    height: 100%;!important;
    background: #f3dfbe00!important;
}

/*@media only screen and (hover: none) and (pointer: coarse) {*/
@media only screen and (max-width: 768px) {

    .corpo {
        height: 100%;
        width: 100%;
        margin: auto;
    }

    #form_ChekinStep1Form {
        height: 100%;
        width: 100%;
        margin: auto;
    }


    #form_ChekinStep3Form {
        height: 100%;
        width: 100%;
        margin: auto;
    }



}