body {
    margin: 0;
    padding-top: 40px;
    color: #2e323c;
    background-color: #cff4fc !important;
    position: relative;
    height: 100%;
  z-index: 1; 

}
.account-settings .user-profile {
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-align: center;
}
.account-settings .user-profile .user-avatar {
    margin: 0 0 1rem 0;
}
.account-settings .user-profile .user-avatar img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.account-settings .user-profile h5.user-name {
    margin: 0 0 0.5rem 0;
}
.account-settings .user-profile h6.user-email {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #9fa8b9;
}
.account-settings .about {
    margin: 2rem 0 0 0;
    text-align: center;
}
.account-settings .about h5 {
    margin: 0 0 15px 0;
    color: #007ae1;
}
.account-settings .about p {
    font-size: 0.825rem;
}
.form-control {
    border: 1px solid #cfd1d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: .825rem;
    background: #f14242;
    color: #2e323c;
}

.card {
    background: #ffffff31 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px !important;
    border: 0;
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.519);
    backdrop-filter: blur(2px) !important;

}
#particles-js {
    position: absolute;
    width: 100%;
    height: 130%;
    top: 0;
    left: 0;
    z-index: -1; 
  }




