label{
  font-family:poppins,sans-serif;
  color:rgb(107,105,105);
}

.intro {
height: 100%;
}

.gradient-custom {
background: #fa709a;

background: -webkit-linear-gradient(to bottom right, rgba(250, 112, 154, 1), rgba(254, 225, 64, 1));

background: linear-gradient(to bottom right, rgba(250, 112, 154, 1), rgba(254, 225, 64, 1))
}
.required{
color:red;
}
.error-message{
color:red;
font-size:15px;
}
.error {
color: red;
font-size: small;
display: none;
}
.white-background {
background-color: orange !important;
}
.navbar {
  transition: background-color 0.7s ease; 
}
#registration-header{
font-family:verdana;
margin: 20px;
font-weight: bold;
}
@media (max-width: 400px){
#registration-header{
font-size: 20px;
font-weight: bold;
}
}
header {
  background-color: #f58602;
  color: white;
  padding: 30px 20px;
  text-align: center;
}

h1 {
  margin: 0;
}
label, input::placeholder, textarea::placeholder {
font-family: 'Poppins', sans-serif;
}