input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #777 !important;
  font-size: 16px;
   
}
input:-moz-placeholder,textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
   color: #777 !important;
  font-size: 16px;
   
}
input::-moz-placeholder,textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777 !important;
  font-size: 16px;
  
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
   color: #777 !important;
  font-size: 16px;
 
}

.el-form-item.is-error .el-input__inner{background: transparent;}
/*.el-button--primary:focus, .el-button--primary:hover {
    background: #cb1e20;
    border-color: red;
    color: #fff;
}
.el-button:focus, .el-button:hover {
    color: #fff;
    border-color: red;
    background-color: #cb1e20;
}*/


.el-button--primary {
    color: #fff;
    background-color: #13337e;
    border-color:#13337e;
}
.w_23{float:left; width:23%; margin-right: 2%;}
.w_50{float:left; width:50%;}
.w_32:nth-child(3n){margin-right: 0px;}
.w_23 .el-input__inner{border-left:none;border-right: none; border-top: none;border-radius:0px;border-bottom:#ddd solid 1px;background: transparent;}
 
.w_50 .el-textarea__inner{border-left:none;border-right: none; border-top: none;border-radius:0px;border-bottom:#ddd solid 1px;background: transparent;height: 38px !important;min-height:38px !important;}
.el-form-item label{ display:none;}
.el-form-item__content{ margin-left:0px !important;}
.clear{ clear:both;}
.el-form{width:96%; margin: 0px auto;}
.code { width:360px !important;  margin:0px auto; border-bottom:#ccc solid 1px; clear: both;}
.code  .el-col-6{
	width:250px;
}
.code  .el-col-6 input[type='text']{
	border:none;
	background: transparent;
	border-radius: 0px;
}
.code .el-col-18{ width:auto;}

.pc-button.elementor-button {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    min-height: 50px;
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0092f1;
    border: 0px transparent;
	border-radius: 30px;
}
/*
a.elementor-button, .elementor-button:hover {
    color: #ffffff;
    background-color: #fe4b7b;
   
}*/

.pc-button.elementor-button .button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
}


.pc-button.elementor-button svg.inner-dashed-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: dashed_border_running 20s linear infinite both;
    animation-play-state: paused;
    stroke-width: 2;
    stroke-dasharray: 9, 5;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: 0.4s;
}
.el-divider{background-color:transparent;}
@media(max-width:560px){
	.el-form-item__label{ width:30% !important;}
	.w_50{  width:100%;}
	.w_23{ width:100%;}
	.el-form-item__content{margim-left:102px !important;}
	
}
