body {
    max-width: 1300px;
    margin: 0 auto;
}

a {
    color: inherit;
}

main {
    min-height: 80vh;
}

a:hover {
    text-decoration: none;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.navbar-brand img {
    height: 100px;
}

.dt table {
    width: 100%;
}

.dt #example_filter {
    float: right;
}

.dt #example_paginate {
    float: right;
}

.dt label {
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.back-t {
    transition: ease 0.3s;
    background-color: transparent !important;
}

.back-t:hover {
    box-shadow: 0 0 10px rgb(207, 207, 207);
}

.stats .alert i {
    font-size: 46px;
}

.footer {
    background-color: #f5f5f5;
}

.form-main {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-main .checkbox {
    font-weight: 400;
}

.form-main .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-main .form-control:focus {
    z-index: 2;
}

.form-main input {
    margin-bottom: 10px;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}