@import url("../../../css/mform.css");

.exform_wrapper.callback-open-mid {
  width: 100%;
  font-size: 20px;
  color: #000;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  font-family: 'Geometria', 'PT-sans';
  margin-top: 30px;
}

.exform_wrapper.callback-open-mid .exform_header {text-align:center; padding:5px 0; margin:5px; color: #B31212; text-transform:uppercase;}
.exform_wrapper.callback-open-mid .exform_addmsg {text-align:center; font-size:12px; margin:10px 0;}

.exform_wrapper.callback-open-mid input[type="text"]:focus, .exform_wrapper.callback-open-mid .exform_wrapper textarea:focus {background:transparent;}
.exform_wrapper.callback-open-mid .inpt_wrpr {margin: 0;
  padding: 0;     display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: flex-end;}
  .exform_wrapper.callback-open-mid input[type="text"], 
  .exform_wrapper.callback-open-mid textarea {
   background: transparent;
   border: 0;
   border-bottom: 1px solid #fff;
   width: 100%;
   padding: 5px;
   outline:none;
   font-family: 'Geometria', 'PT-sans';
   display: inline-block;
   width: 20%;
   color: #fff;
   margin-right: 75px;
   font-size: 14px;
 }

 .exform_wrapper.callback-open-mid input::-webkit-input-placeholder {color:#fff;}
 .exform_wrapper.callback-open-mid input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
 .exform_wrapper.callback-open-mid input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
 .exform_wrapper.callback-open-mid input:-ms-input-placeholder      {color:#fff;}
 .exform_wrapper.callback-open-mid textarea{height:50px; resize:none; font-family: 'Geometria', 'PT-sans';}

 .exform_wrapper.callback-open-mid div.err {height:0; float:right; position:relative; left:0; top:11px;}

 .exform_wrapper.callback-open-mid .mf_submit {width: auto;}
 .exform_wrapper.callback-open-mid .mf_submit .send_btn{   
  color: #b41515;
  background: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 11px 0;
  width: 200px;
  border: none;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Geometria', 'PT-sans';
  transition: all .25s ease;
}
.exform_wrapper.callback-open-mid .mf_submit .send_btn:hover{
  background: #000;
  color: #fff;
}
 .exform_wrapper.callback-open-mid .mf_submit .send_btn:focus{
  outline: none;
 }
.exform_wrapper.callback-open-mid .exform_addmsg a{
  font-size: 12px;
}
.exform_wrapper.callback-open-mid .exf_captcha input[type="text"], .exform_wrapper.callback-open-mid .captcha_img {float:left;}
.exform_wrapper.callback-open-mid .exf_captcha input[type="text"] {width:130px;}
.exform_wrapper.callback-open-mid .captcha_img {width:160px; height:34px; margin:2px 0 0 4px;} 
#mf_captcha_callback {width:160px; border:solid 1px #ccc;}
.exform_wrapper.callback-open-mid .exf_captcha a {display:block; width:32px; height:32px; float:right; margin:4px -10px 0 0; background:url(refresh.png);}

.exform_wrapper.callback-open-mid.finmsg {width:400px; min-height:50px; padding:10px; position:absolute; left:50%; top:50%; margin:-60px 0 0 -200px;}
.exform_wrapper.callback-open-mid.finmsg p{text-align:center;}
.exf_captcha {display: none;}
.close_btn {
  width: 20px!important;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('/exform/imgs/exit.png') no-repeat;
  background-size: 100%;
  border: none;
  cursor: pointer;
}

.close_btn:focus { outline: none; }

.lab{
  font-size:13px;
}
.exform_wrapper.callback-open-mid.brdrad7.boxshdw {
  box-shadow: none;
}
input.name {
  display: none !important;
}