@font-face {
    font-family: 'Blessed-Day';
    src:url('../fonts/Blessed-Day.ttf.woff') format('woff'),
        url('../fonts/Blessed-Day.ttf.svg#Blessed-Day') format('svg'),
        url('../fonts/Blessed-Day.ttf.eot'),
        url('../fonts/Blessed-Day.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    font-family: 'DM Sans', sans-serif!important;
    font-weight: 400!important;
    min-height: 100vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.content-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    overflow: auto;
}

.login-form {
    width: 25rem;
}

.form-control {
    background-color: #292f33;
    border: 1px solid #333b40;
    color: #7d8da1;
}

.form-control:focus {
    color: #7d8da1;
    background-color: #292f33;
    border: 1px solid #7d8da1;
    box-shadow: none;
}

.form-group .has-float-label .form-control:placeholder-shown:not(:focus)+* {
    background-color: #292f33;
    color: #7d8da1;
}

.form-group .has-float-label label::after, 
.form-group .has-float-label>span::after {
    background: #292f33;
}

.form-group .has-float-label label, .form-group .has-float-label>span {
    background: transparent;
    color: #7d8da1;
}

.content-wrapper .content {
    background-color: #181a1e;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    padding: 1.25rem 1.25rem;
    padding: 0 !important;
}

.login-form {
    position: relative;
}

/* LOADING */
.circle-wrap, .progress-wrap {
    border-radius: 2rem;
}

.circle-wrap, .progress-wrap {
    background-color: rgba(0,0,0,.4);
}

.circle-wrap .preloader-spinner {
    border-top-color: #059EE9;
    border-left-color: #059EE9;
}

.circle-wrap .circle .mask .fill {
    background-color: #A8CF45;
}

.circle-wrap .inside-circle {
    background: #292f33;
    color: #7d8da1;
}

/* VALIDATION */
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ed2f59;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ED2F59' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid-feedback {
    color: #ed2f59;
}

@media (min-width: 576px) {
    .login-form {
        width: 30rem;
    }
}

.card {
    border-radius: 2rem;
    background-color: #202528;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.4);
}

.card .card-body {
    padding: 2rem 4rem;
}

.brand-box {
    font-family: 'Blessed-Day';
    text-align: center;
    color: #ffffff;
    font-size: 6rem;
    line-height: 1;
}

.brand-box img {
    margin: 0 auto;
    width: 300px;
}

.form-group-icon i.form-group-icon {
    color: #7d8da1;
}