body{
    background-color: #F2F2F2;
}
h3{
    color: #2B3B93;
    font-weight: 900;
}    
#mynav1{
    background-color: #F2F2F2;
    margin-top: 10px;
    border: none;
}
.contact-p{
    color: #2B3B93;
    font-size: 15px;
    font-weight: 600;
}

textarea,input{
    border-radius: 0px !important;
    border-bottom: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #2B3B93 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: #E6E6E6 !important;
}
.contactinput{
    margin-top: 15px;
}
textarea{
    height: 200px !important;
}

textarea:focus,input:focus{
    outline: none !important;
    box-shadow: none !important;
}

.mybutton{
    color: #ffffff !important;
    background-color: #2B3B93 !important;
    border: none;
    border-radius: 0px !important;
    outline: none;
    padding-top: 5px;
    padding-bottom: 5px;
}