html{
    height: 100%;
}
body:not(.no-bg){
    background-image: linear-gradient(#1468ad, #1491ad);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}
.login-container{
    max-width: 300px;
    margin: 0 auto;
}
.no-border{
    border: 0;
}
form.width-500{
    max-width: 500px;
    margin: 0 auto;
}
.pt-20{
    padding-top: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.ml-20{
    margin-left: 20px;
}
.mb-50{
    margin-bottom: 50px;
}
.p-20{
    padding: 20px;
}
.pl-30{
    padding-left: 30px;
}
.h-100{
    height: 100px;
}
.h-full{
    height: 100%;
}
.normal-text{
    white-space: normal;
}
.w-100{
    width: 100%;
}
.btn-yellow{
    color: #000;
    background-color: #d6bd11;
    border-color: #fddd01;
    font-weight: bold;
}
.btn-yellow:hover{
    color: #fff;
}
.white{
    color: #f3f3f3;
}
.bold{
    font-weight: bold;
}
.border-bottom-white{
    border-bottom: 1px #f3f3f3 solid;
}
.border-right-white{
    border-right: 1px #f3f3f3 solid;
}
.border-left-white{
    border-left: 1px #f3f3f3 solid;
}
.swal2-popup{
    width: 100em;
}
.red{
    color: red;
    font-weight: bold;
}
.title{
    font-size: 50px;
    color: white;
    font-weight: bold;
    font-style: italic;
    line-height: 100px;
}
.logo{
    height: 100%;
}
.no-margin{
    margin: 0;
}
.swal2-confirm,
.swal2-deny,
.swal2-cancel{
    width: 250px;
    height: 100px;
    font-size: 30px !important;
    font-weight: bold !important;
}
.same-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.pagination>li>a, .pagination>li>span{
    line-height: 3.9;
    height: 70px;
    width: 100px;
    margin-left: 100px;
    border-radius: 4px;
    border-radius: 4px;
}
