body{
     background: url(../image/login_bk.jpg) no-repeat;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-size:cover;
    background-position:bottom;
}

.mt-10{
    padding-top: 8rem !important;
}

.logopart{
    background: #fff;
    height: 100vh;
}

.card{
    border-radius: 0px;
    background: rgb(120, 160, 152, 0.4);
    border: none;
}

.card-body{
    border-radius: 0px;
}

.card-header{
    background: transparent;
    color: #fff;
    border-radius: 0px;
}

.card-footer{
    background: transparent;
}

#password,.btn,.input-group-text,#username{
    border-radius: 0px;
}

.btn{
    width: 100%;
}

small{
    position: absolute;
    left:70%;
    bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.alert-danger{
     background-image: linear-gradient(to top, #ec5110, #ed451a, #ed3723, #ed262a, #ec0831);
    border: none;
    color: #fff;
}