.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

 
.input100 {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #c0c0c0 !important;
height: 40px !important;
border-radius: 5px;
  font-size: 18px;
  color: #555555;
  font-size: 14px;
  line-height: 1.2;
  margin:10px;
  padding-right: 15px
   
}

.submit{width:100%; font-size:24px; padding:15px; color:#FFFFFF; background:#406c9f;  margin-top:15px;}
/*---------------------------------------------*/
input.input100 {
  height: 40px;
}

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #e6e6e6;
  
}

.wrap-contact100 {
  width: 720px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 22px 55px 90px 55px;
}

