html, body {
    font-family: Lato, Avenir, Verdana, Nunito;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    color: #d30e0e;
    letter-spacing: 0;
    box-sizing: border-box;
    background: url(../images/main-bg.jpg) center center;
    background-size: 20%;
}.login {
    height: calc(100vh - 98px);
}
.login {
    background: url(../images/login-bg.jpg) center center;
    background-size: 20%;
    overflow-y: auto;
    height: 100vh;
}
.login-view {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.login-container {
    position: absolute;
    width: 100%;
    height: 100%;
}.login-container {
    height: calc(100% - 98px);
}
.login-form {
    display:flex;
    align-items: center;
    height: 100%;
    margin-top: -1%;
}
.login-form .login-panel {
    width: 280px;
    margin: 0 auto;
    text-align: center;
}.login-form .login-panel .panel-heading {
    margin-bottom: 20px;
}.login-form .login-panel .panel-heading .logo>img {
    height:48px;
    width:auto;
}.login-wrapper .btn-login {
    width: 200px;
}.loadind-icon {
    -webkit-animation: spin-loader 1s infinite;
    animation: spin-loader 1s infinite;
    border-radius: 50%;
    height: 30px;
    display: inline-block;
    width: 30px;
    border: 3px solid;
    border-color: #fff #fff #fff transparent;
}

@keyframes spin-loader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}.btn-login {
    background-color: #f44336;
    color: #FFFFFF;
    border-bottom-color: #0b1c1f;
    border-right-color: #0b1c1f;
}
.btn-login {
    border-radius:5px;
    min-height: 30px;
    padding: 0 12px;
    line-height: 30px;
    font-size: 14px;
}#login-form-wrapper {
    width:100%;
}footer {
        background-image: linear-gradient( 
180deg
 , #FFCC2F 8%, #FFB80C 100%)!important;
    border-radius:0px!important;
    color: #000;
    margin:0!important;
    padding:0 1em 1em!important;
}.p-t-10 {
    padding-top: 10px !important;
}.m-b-0 {
    margin-bottom: 0 !important;
}footer .upper-footer a[data-v-2b4e1d6e] {
    font-weight: 600;
}footer p {
    color:#000;
}
footer a {
    line-height:20px;
    font-size:12px;
    text-decoration: none;
    color: #000;
}.d-inline-block {
    display: inline-block!important;
}footer .powered-by {
    display: inline;
    margin-left: 2px;
}footer img {
    width: 70px;
    background: #000;
    padding: 5px 5px 6px 5px;
    border-radius: 8px;
}