/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 09:59:39 */
.um .um-form input[type=text],
.um .um-form input[type=password]{
	padding: 10px !important;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid black !important;
}
.um .um-form input[type=password]{
	position: relative;
}
.um .um-form input[type=text]:focus,
.um .um-form input[type=password]:focus{
	background-color: transparent;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.um input[type=submit].um-button{
	background: black;
}
.um input[type=submit].um-button:hover{
	background: #48645a;
} 
.um .um-button.um-alt {
	background-color: #fff;
}
.um-form .um-field-area, .um-form .um-field {
  overflow: visible !important;
}
#um_field_2167_first_name,
#um_field_2167_last_name {
  display: inline-block;
  width: 48%; /* chia đôi - có thể điều chỉnh theo ý */
  vertical-align: top;
  margin-right: 2%; /* tạo khoảng cách giữa hai ô */
  box-sizing: border-box;
}

#um_field_2167_last_name {
  margin-right: 0; /* ô cuối không cần margin */
}
