.app-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0
}

.align-items-center {
    align-items: center !important
}

.justify-content-center {
    justify-content: center !important
}

.d-flex {
    display: flex !important
}

.h-100 {
    height: 100vh !important
}

.w-100 {
    width: 100% !important
}

.app-login-box .app-logo {
    margin-bottom: 3rem
}

.app-login-box h4 {
    margin-bottom: 1.5rem;
    font-weight: normal
}

.app-login-box h4 div {
    opacity: .6
}

.app-login-box h4 span {
    font-size: 1.1rem
}

.login-wrap {
    max-width: 550px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(0px 0px 8px gray);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-title span {
    font-weight: 600;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.btn-primary {
    color: #fff;
    background-color: #3f6ad8;
    border-color: #3f6ad8
}

.btn-primary:hover {
    color: #fff;
    background-color: #2955c8;
    border-color: #2651be
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(92, 128, 222, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3f6ad8;
    border-color: #3f6ad8
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2651be;
    border-color: #244cb3
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(92, 128, 222, 0.5)
}

.form-control {
    transition: all .2s
}

.app-logo {
    height: 76px;
    width: 300px;
    background: url(assets/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 8px gray);
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}