.home-form {
    font-size: .8rem;
}

.home-form input{
    font-size: .8rem;
}

.card-header-custom {
    padding: 0.25rem 0.75rem;
}

.link-action {
    padding-right: 0.5rem;
}

.table-responsive-custom {
    font-size: 0.8rem !important;
    margin-bottom: 5px;
}

.table-td-custom td {
    padding: 0.40rem !important;
}

.scroll-custom::-webkit-scrollbar {
    height: 4px !important;
}

.scroll-custom::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 2px;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background: grey; 
    border-radius: 10px;
}

.scroll-custom::-webkit-scrollbar-thumb:hover {
    background: rgb(60, 60, 60);
    cursor: pointer;
}

.login-contact {
    font-size: 0.7rem;
}

div.login-contact .h4, h4 {
    font-weight: bold;
    font-size: 0.7rem;
    margin-bottom: 5px;
}

video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  
}

div.login-contact p {
    margin-bottom: 8px !important;
}

.img-wall-landing {
    width: 90%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-label-landing {
    display: block;
    max-width:550px;
    max-height:250px;
    width: auto;
    height: auto;
}

.w-50 {
    width: 50px !important;
    max-width: 100px !important;
}

.w-75 {
    width: 75px !important;
    max-width: 175px !important;
}

.w-100 {
    width: 100px !important;
    max-width: 200px !important;
}

.w-200 {
    width: 200px !important;
    max-width: 400px !important;
}

.w-250 {
    width: 250px !important;
    max-width: 500px !important;
}

.w-500 {
    width: 500px !important;
    max-width: 750px !important;
}

.img-logo {
    display: block;
    max-width:200px;
    max-height:100px;
    width: auto;
    height: auto;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}