.divpassword1 {
  width: 400px;
  margin: auto;
}
.progress-bar {
  border-radius: 5px;
}

.bg-danger {
    background-color: #dc3545!important;
}

.bg-warning {
    background-color: #ffc107!important;
}


.bg-success {
    background-color: #28a745!important;
}

.img-thumbresponse {
    width: 100%;
    height: 15vh;
    object-fit: cover;    
}