body {
    background-color: #f5f5f5;
}

h4 {
    margin-top: 20px;
}

input[type="search"] {
    background-color: #f5f5f5;
}

.dt-auth-main {
    width: 400px;
    margin-top: 45px;
}

.dt-auth-main .card {
    box-shadow: 0 12px 18px 2px rgba(34, 0, 51, 0.04), 0 6px 22px 4px rgba(7, 48, 114, 0.12),
        0 6px 10px -4px rgba(14, 13, 26, 0.12) !important;
    border-radius: 16px;
}

/*
.dt-auth-main .dt-auth-login {
    height: 300px !important;
}

.dt-auth-main .dt-auth-signup {
    height: 340px !important;
}
*/
.dt-auth-main header {
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 24px;
}

.dt-auth-main section {
    width: 300px;
    margin: 10px auto;
}

.dt-auth-flash {
    font-size: 14px;
    color: #9c1a1c;
}

.dt-auth-input {
    margin-top: 10px;
}

.dt-auth-btn {
    margin: 30px 0 0 0;
}

.dt-search {
    height: 28px !important;
}

.dt-image-content {
    padding: 0;
}

.dt-image-username {
    padding-top: 15px;
}

.dt-image-register-btn {
    padding: 10px 47px 0 0;
}

.dt-image-content header {
    padding: 10px 10px 0 10px;
}

.dt-image-content section {
    padding: 10px 0;
    margin: auto;
}

.dt-image-content footer {
    padding: 10px;
}

.dt-image-content section img {
    width: 200px;
}

.dt-image-file {
    display: none;
}

.dt-image-submit {
    margin-left: 10px;
}

div#loading {
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: url(/static/css/loadingimage.gif) center no-repeat;
    cursor: wait;
}

ul.horiList {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

li.horiItem {
    float: left;
    width: 50px;
}