.ati-form1 .cf:before, .cf:after{
  content:"";
  display:table;
}

.ati-form1 .cf:after{
  clear:both;
}

.ati-form1 .cf{
  background: #ffffff;
  zoom:1;
}

.ati-form1 .form-wrapper {
    display: flex;
    padding: 5px;
    margin: 20px auto 20px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ECEFF1;
}

.ati-form1 .form-wrapper input {
    margin: 0;
    padding: 10px 5px;
    float: left;
    border: 0;
    background: #FAFAFA;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 0 3px 3px 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: -webkit-fill-available;
}

.ati-form1 .form-wrapper input:focus {
    outline: 0;
    background: #f6fcff;
    border-bottom: 1px red solid;
}

.ati-form1 .form-wrapper input::-webkit-input-placeholder {
   color: #999;
}

.ati-form1 .form-wrapper input:-moz-placeholder {
    color: #999;
}

.ati-form1 .form-wrapper input:-ms-input-placeholder {
    color: #999;
}    

.ati-form1 .form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}   
  
.ati-form1 .form-wrapper button:hover{		
    background: #e54040;
}	
  
.ati-form1 .form-wrapper button:active,
.ati-form1 .form-wrapper button:focus{   
    background: #c42f2f;    
}

.ati-form1 .form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    right: -6px;
    transform: rotate(180deg);
}

.ati-form1 .form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.ati-form1 .form-wrapper button:focus:before{
    border-right-color: #c42f2f;
}    

.ati-form1 .form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}