body{
    background-image: url('../img/login-bg.jpg');
    min-height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    
    
}
.lbtn{
    background-image: url('../img/btn-bg.jpg');
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.form-control-feedback {
    position: absolute;
    z-index:2;
    display: block;
    line-height: 1.5;
    line-height: 1.5;
    line-height: 1.5;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-rounded {
    border-radius: 1rem;
}
