.border-md {
    border-width: 2px;
}

 

body {
    min-height: 100vh;
}

.form-control:not(select) {
    padding: 1.5rem 0.5rem;
}

select.form-control {
    height: 52px;
    padding-left: 0.5rem;
}

.form-control::placeholder {
    color: #ccc;
    font-weight: bold;
    font-size: 0.9rem;
}
.form-control:focus {
    box-shadow: none;
}
.btn{
        background-color: black !important;
        color: white !important;
        border: none;
        border-radius: 5px !important;
        padding: 7px 15px !important;
      }
      .btn:hover{
          background-color: orange !important; 
          
          transition: 0.4s !important; 
      }
      .btn2{
  background-color:rgb(84, 82, 78);
  border: 2px solid black;
  text-align: center;
  border:none;
  padding: 7px 12px;
  border-radius: 5px;
}
.btn2:hover{
  background-color:black;
  color: white;
  cursor: pointer;
 transition: 0.4s;
}
header {
      background-color: #f58602;
      color: white;
      padding: 30px 20px;
      text-align: center;
  }
  
  h1 {
      margin: 0;
  }

    @media (max-width: 768px) {
    #header2{
      font-size: 20px;
    }
            }

            .error-message {
              color: red;
              font-size: 15px;
          }
          #email-error{
            color: red;
              font-size: 15px;

          }


.btn2{
  background-color:orange;
  border: 2px solid black;
  text-align: center;
  border:none;
  padding: 7px 12px;
  border-radius: 10px;
}
.btn2:hover{
  background-color:black;
  color: white;
  cursor: pointer;
 transition: 0.4s;
}
#error {
  color: red;
}
h2 {
  color: #FFA500;
}

.white-background {
  background-color: orange !important;
}
.navbar {
      transition: background-color 0.7s ease; 
  }
  @media (max-width: 768px) {
        .img-fluid {
            max-width: 100%;
            height: auto;
        }
    }
    .container-md {
    max-width: 700px;
    margin: 0 auto; 
}
#registration-header{
    font-family:verdana;
    margin: 20px;
    font-weight: bold;
}
@media (max-width: 400px){
    #registration-header{
    font-size: 20px;
    font-weight: bold;
}
}
label{
  font-family:poppins,sans-serif !important;
  color:rgb(107,105,105);
}