* {
  margin: 0;
  padding: 0
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url('images/main_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.card {
  width: 350px;
  background-color: #efefef;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.image img {
  transition: all 0.5s
}

avatar {
  height: 140px;
  width: 140px;

}

.name {
  font-size: 22px;
  font-weight: bold
}

.idd {
  font-size: 14px;
  font-weight: 600
}

header .btn {
  height: auto;
  width: auto;
  border-radius: 0.25rem;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: .5;
}
.form-label {
  display: block;
  width: 100%;
}