.custom-section h4 {
    font-family: 'MuseoModerno', cursive !important;
    color:#FFB300;
}

.custom-bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
}

.login-container {
    height: 100vh;
}

.login-container .login-form, .login-container .accordion {
    width: 75%;
}

.custom-section input[type='number'],
.custom-section input[type='text'],
.custom-section input[type='email'],
.custom-section input[type='password'] {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 5px);
    padding: .375rem .75rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}

.custom-section input[type='number']::placeholder,
.custom-section input[type='email']::placeholder,
.custom-section input[type='password']::placeholder {
    color: #222;
}

.custom-section input[type='number']:hover,
.custom-section input[type='email']:hover,
.custom-section input[type='password']:hover,
.custom-section input[type='number']:focus,
.custom-section input[type='email']:focus,
.custom-section input[type='password']:focus {
    border: 1px solid rgb(255, 238, 51);
}

.custom-section label {
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 0;
}

.custom-section a,
.custom-section small {
    transition: 0.3s linear;
}

.custom-section a:hover {
    font-weight: 500;
}

.custom-section button[type="submit"] {
    color: #fff;
    font-weight: lighter;
    padding: 3px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transition: 0.3s linear;
    background: #FFB300;
    background: linear-gradient(to bottom, #FFB300 0%, #F0A400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFB300), color-stop(100%, #F0A400));
    background: -webkit-linear-gradient(top, #FFB300 0%, #F0A400 100%);
    background: -moz-linear-gradient(top, #FFB300 0%, #F0A400 100%);
    background: -o-linear-gradient(top, #FFB300 0%, #F0A400 100%);
    background: -ms-linear-gradient(top, #FFB300 0%, #F0A400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB300', endColorstr='#F0A400', GradientType=0);
    border: 1px solid #E19500;
    box-shadow: inset 0 1px 0 #FFC20F;
    -webkit-box-shadow: inset 0 1px 0 #FFC20F;
    -moz-box-shadow: inset 0 1px 0 #FFC20F;    
}

.custom-section button[type="submit"]:hover {
    background: #E19500;
}

.custom-section .fas {
    color: #000;
    cursor: pointer;
}

.custom-section .copyright {
    position: absolute;
    bottom: 20px;
}

.box {
    float: left;
    overflow: hidden;
    background: #f0e68c;
    position: fixed;
    z-index: 1;
    width: 0;
}
.custom-input {
    border: 1px solid #5cd89f !important;
    border-radius: 10px !important;
    padding: 0px 10px 0px 10px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #265942;
    font-size: 14px !important;
    font-weight: 200;
    margin-right: 10px;
    margin-left: 10px;
    letter-spacing: 0.05em;
    width: 100%;
}
.custom-label {
    font-size: 14px;
    color: #265942 !important;
    font-weight: 600;
    letter-spacing: 1px;
}
.dataTables_paginate label {
    display: flex;
}
.dataTables_paginate {
    display: flex;
    justify-content: space-between;
}
.dataTables_paginate a {
    background-color: #265942;
    color: #ffffff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    border-radius: 100px;
    border: none;
    padding: 0 20px;
    margin: 0 10px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.text-green {
    color: #265942;
}
