﻿.Contact_Container {
    width: 80%;
    margin:auto;
    margin-bottom:50px;
    margin-top:50px;
    /*height:250px;*/
    /*border:1px solid red;*/
}
.box1 {
    background-color: #3A6F8A !important;
    color:white;
}
.box2 {
    /*border: 1px solid black;*/
    padding-top:10px;
}
input{
    height:100%;
    width:100%;
   margin:5px;
}
.btn {
    
    font-weight: bold;
    border-radius: 5px;
    background-color: #3A6F8A !important;
    color:white;
    margin-bottom:10px;
}
#contact{
    box-shadow:0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.add i{
    margin-right:10px;

}
.add {
    font-size: large;
    margin-bottom: 30px;
    margin-left: 10px;
}