@charset "UTF-8";
/* CSS EXTRA */



.login-cover .login-cover-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: linear-gradient(to bottom,rgba(0,0,0,.0) 0,rgba(0,0,0,.0)) !important; 
}

.login-cover-bg {
    /* background: rgba(0, 0, 0, 0.39); */
}

.m-t-20 {
    color: #000000 !important;
}

.login.login-v2 a {
    color: #1170c7 !important;
}
.fa-lock:before {
    content: "\f023";
    opacity:0 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 38px !important;
}