body {
  background-color: #eee;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.modal-content {
  margin: 5% 0 0 0;
}

.para__ {
  font-weight: 600;
  color: #495057;
}

.highlight__para {
  font-size: 18px;
  color: red;
  font-weight: 700;
}

.page__heading {
  font-size: 60px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-weight: 900;
}

.page__heading a {
  text-decoration: none;
  color: black;
  transition: 0.5s ease-in-out !important;
}

.descpt {
  font-size: 18px;
  font-weight: 700;
  color: #495057;
}

.descpt span {
  text-decoration: underline red;
}

.page__heading a:hover {
  color: darkorange;
}

.page__descrption {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.page__descrption__1 {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-weight: 700;
}

.mt-200 {
  margin-top: 200px;
}

.modal-title {
  text-align: center !important;
}

.error {
  background: #f2dede;
  color: #0c0101;
  padding: 10px;
  width: auto;
  border-radius: 5px;
  margin: 20px auto;
}
