@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
.pull-right {
    float: right;
}
.title-gap {
    margin-top: 50px;
}

.ten-shadow {
    box-shadow: 0 0 10px #000;
}
.dark-accent {
    background: #181b2a;
    color: #ccc;
}

body,html {
    background: #08080a;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
}
a {
    color: #b7ff2e;
}
a:hover {
    color: #b7ff2e;
}

.form-control, .dataTables_length select, .dataTables_filter input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #b7ff2e;
    color: #fff;
}
.form-control::-moz-placeholder {
    text-align: center;
}
.form-control:-ms-input-placeholder {
    text-align: center;
}
.form-control::placeholder {
    text-align: center;
}
.form-control:focus {
    background: rgba(255, 255, 255, 0.1);
}
.rights {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #dedede;
}
.rights:after {
    content: "v2.0.0 ® MCProHosting";
}
#createEntryForm {
    padding: 20px;
}
table.dataTable tbody tr.even {
    background: rgba(0, 0, 0, 0.3) !important;
}
.dataTables_wrapper, .dataTables_length, .dataTables_filter, .dataTables_info {
    color: #ccc !important;
}
.well {
    padding: 40px;
    background: rgba(0, 0, 0, 0.4);
}

