/* CSS style for Vamos Plugin */

.wpforms-field-container .send_code_btn {
	margin: -24px 0px 10px;
	padding: 6px;
	background-color: #fd9326!important;
	color: #fff;
	cursor: pointer;
	float: none!important;
	float: left;
	border-radius: 4px;
	font-weight: bold;
}
.wpforms-field-container .varify_response_status {
	float: left;
	width: 100%;
	font-weight: bold;
}
.wpforms-field-container .varify_response_status .success {
	color: #008000;
	font-weight: bold;
}
.wpforms-field-container .varify_response_status .error {
	color: #FF0000;
	font-weight: bold;
}
.wpforms-field-container .email_code_input {
	max-width: 60%;
}
.wpforms-field-container .varify_code_btn {
	margin-top: 5px;
	padding: 6px;
	background-color: #fd9326!important;
	color: #fff;
	cursor: pointer;
	float: left;
	border-radius: 4px;
	float: none!important;
	font-weight: bold;
}

div.wpforms-container-full input[type="button"], div.wpforms-container-full button[type="button"], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type="button"], .wp-core-ui div.wpforms-container-full button[type="button"], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  height: var(--wpforms-button-size-height);
  background-color: var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));
  border-radius: var(--wpforms-button-border-radius);
  border-style: var(--wpforms-button-border-style);
  border-color: var(--wpforms-button-border-color);
  border-width: var(--wpforms-button-border-size);
  box-shadow: none;
  color: var(--wpforms-button-text-color);
  padding: 0 var(--wpforms-button-size-padding-h);
  font-family: inherit;
  font-weight: 500;
  font-size: var(--wpforms-button-size-font-size);
  line-height: 100%;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  position: relative;
  text-decoration: none;
}

.wpforms-submit {
	background-color: #008f16!important;
}

#wpforms-34150-field_13 {
	text-align: center!important;
}