.contact-top-container{
    width: 100%;
    height: 30%;
    margin: 8% 0;
}
.contact-top{
    width: 60%;
    height: 100%;
    margin: 5% 20%;
    text-align: center;
}
.contact-top-text{
    font-size: 40px;
}
.form-container{
    width: 80%;
    height: 100%;
    margin:10%;
}
.form-lbl{
    font-size: 25px;
    margin-bottom: 15px;
}
.form-line{
    width: 15%;
    background-color:#3f5683;
    align-items:flex-start;
    height:2px;
    border-width:0;
    margin-left:0;
}
.user{
    position: absolute;
    left: -999999999px;
}
.form-section{
    height: 120px;
    top: 50%;
    border:none;
    padding:10px;
}
.single-input{
    padding:.3rem!important ;
    font-size: 20px;
    width: 50%;
}
.msg-container{
    width: 100%;
    height: 200px;
    margin:25px 0;

}
.msg-lbl{
    margin-bottom: 50%;
    font-size: 25px;
}
.msg-input{
    width: 80%;
    height: 150px;
    font-size: 20px;
}

button{
    font-size: 20px;
    color:#3f5683;
    width: 100px;
    height: 40px;
}