.iloading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url('../../../../assets/img/loaders.gif') no-repeat center center;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}  

.img-fluid {
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
}

#passwords {
    -webkit-text-security:disc;
}

.bottom {
    background: #c15252;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px;
}

.container-login100 {
    background-image: url('../../../../assets/theme/login/img/BgLogin.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
}