.container {
  margin-bottom: 80px;
}

.tile-page {
  background-image: linear-gradient(to right, #3EC4CC , #3E92CC);
  height: 200px;
  padding-top: 80px;
}

.card-title {
  margin-bottom: 0 !important;
  color: #FFFFFF;
}

.header-login {
  text-align: center;
  padding-bottom: 50px;
}

.card-body {
  padding: 3rem 1rem;
  background-color: #FAFAFA;
}

.btn-login {
  background-color: #3E92CC;
  color: #FFFFFF;
  width: 200px;
}

.reset-pass {
  font-size: 11px;
}

.text-right {
  text-align: right;
}
.reset-success-noti {
  text-align: center;
  max-width: 630px;
}
.reset-success-noti p {
  font-size: 20px;
}
