.loadingdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100
}

.loadingdivimg {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px
}

.form-control {
    margin: 20px 0
}

.login-clean {
    background: #f1f7fc;
    background: linear-gradient(45deg, #034c1b, #b3ad06, #ff0);
    padding: 80px 0;
    height: 100vh
}

.login-clean form {
    max-width: 320px;
    border: 2px solid darkolivegreen;
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    color: #505e6c
   
}

.login-clean .illustration {
    text-align: center;
    padding: 0 0 20px;
    font-size: 100px;
    color: #4755f4
}

.btn {
    margin: 0 10px 20px
}

.login-clean form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    color: inherit;
    text-indent: 8px;
    height: 42px
}

.login-clean form .btn-primary {
    background: #1e56a5;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: 0 !important
}

.login-clean form .btn-primary:active,
.login-clean form .btn-primary:hover {
    background: #3b4aeb
}

.login-clean form .btn-primary:active {
    transform: translateY(1px)
}

.login-clean form .forgot {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: .9;
    text-decoration: none
}

.login-clean form .forgot:active,
.login-clean form .forgot:hover {
    opacity: 1;
    text-decoration: none
}