html, body {
    height: 100%;
    font-family: "Roboto", sans-serif;
}
.full-height {
    height: 100vh;
    background-image:url(../img/banner.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.header {
    height: 60px;
}
.form-section {
    background-color: #f8f9fa;
    padding:5em 2rem;
    border-radius: 8px;
}
p{
    font-family: "Roboto", sans-serif;
}
h1, h3, h4, h5, h6{
    font-family: "Bebas Neue", sans-serif;
}
.logo {
  width: 300px;
  margin:30px auto 80px auto;
}
#custom-text{
    text-align:center;
}
#custom-text p {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
#custom-text h1 {
  width: 100%;
  font-size: 200px;
  color: #fff;
  line-height: 180px;
  margin: 10px 0 0 0 !important;
}
#custom-text h2{
    width:100%;
    font-family: "Roboto", sans-serif;
    color:#fff;
    text-transform:uppercase;
}
#custom-text h3 {
  width: 100%;
  font-size: 47px;
  color:#fff;
}
#custom-form h4{
  width: 100%;
  font-size:30px;
  color:#030060;
  text-align:center;
  font-family: "Roboto", sans-serif;
  text-transform:uppercase;
}
#custom-form button {
  background-color: #030060;
  padding: 10px 40px;
  border-radius: 50px;
  border: 0;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
@media screen and (min-width:300px) and (max-width:600px) { 
.logo {
  width: 180px;
  margin: 15px auto 10px auto;
}
#custom-text h1 {
  font-size:80px;
  line-height:60px;
  margin: 5px 0 5px 0 !important;
}
#custom-text h2{
    font-size:19px;
}
#custom-text h3 {
  font-size: 28px;
}
#custom-form h4 {
  font-size:22px;
}
.full-height {
  overflow:hidden !important;
}
.form-section {
    padding:2rem;
}
}
































