.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}

.w-6 {
  width: 1.5rem;
}
.h-6 {
  height: 1.5rem;
}

.dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed rgb(0, 135, 247);
  border-image: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.img-circle {
    border-radius: 50%;
    border: 2px solid #ddd;
    padding: 2px;
}
 #imagelogin {
          background-image: url('/assets/img/backlogin.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
