/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    =login
-----------------------------------------------------------------------------*/

/**
*
* =login
*
**/

body {
    height: auto;
}

.login-logo img {
    margin: 0 auto;
    width: 40%;
}

.login-logo .img-circle {
    width: 90px;
    height: 90px;
    border: 3px solid #d2d6de;
}

.submit {
    margin-bottom: 15px;
}

.forget,
.register {
    margin-bottom: 10px;
    font-size: 15px;
}

.login-box-body,
.alert {
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.login-card-body .submit.row > .col-8 {
    top: 10px;
}

a.btn-forget {
    text-decoration: underline;
}

.check-code {
    padding: 15px 15px 0;
    margin-bottom: 15px;
    background-color: #f4f4f4;
    width: 100%;
}

.check-code .input-group {
    margin-bottom: 15px;
}

.check-code img {
    margin-bottom: 15px;
}

.icon-group i {
    margin-right: 5px;
    font-size: 18px;
}

footer.main-footer {
    position: fixed;
    bottom: 0;
    margin-left: 0!important;
}

.btn-login {
    margin-top: 5px;
}

.sys-dev-copy {
    padding-top: 20px;
}

.sys-dev-copy a.copyright {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 126px;
    height: 14px;
    background: url(../../i/sys_copy_ds-2x.png) no-repeat 0 0/126px 14px;
    text-indent: -100000px;
}
