body{
  background-color: #003126; 
}
.container-fluid {
     font-family: "Raleway", sans-serif;
      background-color: #003126;
      padding:30px 0;
 }

 .container{
    background-color: white;
    border-radius: 10px;
 }
img{
    
}
.logo{
    text-align: end;
}
.logo img{
    width: 200px;
    height: 150px;
    
}
.separater{
    width: 100%;
    height: 2px;
    background-color: #79cc19;
    margin: 0;
}

.form{
    text-align: center;
}

.form h1{
    color: #79cc19;
    font-weight: 800;
    font-size: 3rem;
    margin: 20px 0;
}

.form p{
    color:#003126;
    font-weight: 700;
}

.form form{
    margin:30px 0;
}

.form .col-sm-3{
text-align:end;
}

.form label{
 color:#003126;
    font-weight: 500;
}

.form input, .form textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #003126;
    

}

.form #time{
    width:40%;
}

.form button{
    background-color: #79cc19;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.form button:hover{
    background-color: #003126;
}

@media screen and (max-width: 768px) {
.form label{
 color:#003126;
    font-weight: 500;
    font-size: 14px;
}
} 

@media screen and (max-width: 500px) {
    .container-fluid {
      padding:12px 0;
 }
.logo{
    text-align: center;
}

.form h1{
    font-size: 2rem;

}

.form .col-sm-3{
text-align:center;
}

.form label{
 color:#003126;
    font-weight: 500;
    font-size: 15px;
}

.form #time{
    width:100%;
}


} 