#form-header{
    font-size: 1.4em;
    font-weight: 700;
    padding: 40px 0;
}
.margin-bottom-5{
    height: 5px;
    width: 1px;
}
.form{
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    font-size: 1em;
    margin-bottom: 40px;
}

.form-control-container{
    margin-bottom: 20px;
}

.form input[type=text], .form input[type=email]{
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 5px;
    border-bottom: 2px solid var(--color-2);
    border-radius: 5px 5px 0 0;
}

.form textarea{
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 5px;
    border-bottom: 2px solid var(--color-2);
    border-radius: 5px 5px 0 0;
    resize: none;
    width: 100%;
}

.form .btn{
    margin-bottom: 0;
}