.sms-login { max-width: 420px; margin: 0 auto; }
.sms-login label { display:block; margin-bottom:6px; font-weight:600; }
.sms-login input { width:100%; padding:8px 10px; margin-bottom:8px; box-sizing:border-box; }
.sms-login #sms-send-code { 
	background-color: #5bc0de;
	border-radius: var(--checkout-button-border-radius,3px);
	color: var(--checkout-button-normal-text-color,#fff);
	font-size: 15px;
	margin-bottom: 0;
	min-height: auto;
	padding: var(--checkout-button-padding,15px 1em);
	text-align: center;
	width: var(--checkout-button-width,auto);
	}
 
.sms-login-message { margin-top:8px; color:#333; }

.woocommerce-form.woocommerce-form-login.login{
	display: none; 
}
/* Error / info message styling */
.sms-login-message {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
  direction: rtl;
}

.sms-login-message.error {
  color: #d63638; /* WooCommerce red */
  background: #ffeaea;
  border: 1px solid #d63638;
  border-radius: 6px;
  padding: 10px;
}

.sms-login-message.success {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 6px;
  padding: 10px;
}
