.login-page {
    background: url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.LoginCardNew {
    box-shadow: 20px 20px 20px #00000075;
    background-color: rgba(0,0,0,0.2) !important;
}

.txt-login {
    background-color: rgba(230,230,230,1) !important;
    color: #000;
}

/*.loginCard {
    background-color: rgba(0,0,0,0.4) !important;
}

.login-box-msg {
    color: white;
}

.rememberMe {
    color: #fff;
}*/

/*#frosted-glass-mask {
    width: auto;
    height: auto;
    overflow: hidden;
    border: #fff solid 3px;
    border-radius: 20px;
    box-shadow: 20px 20px 20px #00000075;
}

#body-content-clone {
    position: absolute;
    width: 360px;
    height: 360px;
    background: url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: blur(20px);
}*/

