#header-login {
	position: relative;
	z-index: 10;
  }
  
  .right-nav {
	  text-align: right;
  }
  
  .container-nav {
	  margin-left: 40px;
	  margin-right: 40px;
	  display: contents;
  }
  
  .right-nav p{
		margin: 0px 20px 0px 20px;
  }

  .navbar-dp-login {
	  padding: 5px;
	  background-color: #002D56;
	  color: whitesmoke;
	  font-size: 20px;
	  border-bottom: 4px solid #FAA634;
  }
  
  @media (min-width: 768px){
	  .navbar-dp-login {
		  font-size: 30px;
	  }
  }

  .logo-siph-login{
	  width: auto;
	  height: 50px;
	  margin: 5px 20px 5px 20px;
  }

  .container-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
  }

  .demo-img { height: 38px; }

  .right-nav p {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.3px;
  }

  .main-wrap {
	min-height: calc(100vh - 120px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 24px 88px;
  }

  .split-card {
	display: flex;
	width: 100%;
	max-width: 960px;
	min-height: 520px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 32px 80px rgba(0,0,0,0.28);
  }

  .image-caption {
	position: absolute;
	bottom: 36px;
	left: 32px;
	right: 32px;
	z-index: 1;
	color: #fff;
  }

  .image-caption h2 {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 8px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  }

  .image-caption p {
	font-size: 14px;
	opacity: 0.85;
	text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  }

  /* ── Right: form panel ── */
  .panel-form {
	flex: 1;
	background: #fff;
	padding: 48px 44px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }

  .panel-form h3 {
	font-size: 1.55rem;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 6px;
  }

  .panel-form .subtitle {
	font-size: 13.5px;
	color: #999;
	margin-bottom: 24px;
  }

  .panel-form hr {
	border: none;
	border-top: 1.5px solid #f0f0f0;
	margin-bottom: 26px;
  }

  .form-group {
	margin-bottom: 18px;
  }

  .form-group label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	margin-bottom: 6px;
  }

  .input-wrap {
	position: relative;
  }

  .input-wrap .input-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #bbb;
	font-size: 14px;
	pointer-events: none;
  }

  .form-control {
	width: 100%;
	height: 42px;
	padding: 0 14px 0 36px;
	border: 1.5px solid #e2e2e2;
	border-radius: 10px;
	font-family: 'Sarabun', sans-serif;
	font-size: 14px;
	color: #333;
	transition: border-color 0.2s, box-shadow 0.2s;
	outline: none;
	background: #fafafa;
  }

  .form-control:focus {
	border-color: #4f6ef7;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(79,110,247,0.12);
  }

  .form-control.is-invalid {
	border-color: #dc3545;
	box-shadow: none;
  }

  .invalid-feedback {
	display: none;
	color: #dc3545;
	font-size: 12px;
	margin-top: 5px;
  }

  .invalid-feedback.visible {
	display: block;
  }

  .btn-register {
	width: 100%;
	height: 44px;
	border-radius: 10px;
	/*background: linear-gradient(135deg, #4f6ef7, #7c4dff);*/
	background-color: #FAA634;
    border-color: #FAA634;
	color: #000;
	font-family: 'Sarabun', sans-serif;
	font-size: 15px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s, transform 0.15s;
	margin-top: 8px;
	letter-spacing: 0.3px;
  }

  .btn-register:hover {
	opacity: 0.9;
	transform: translateY(-1px);
  }

  .success-view {
	text-align: center;
	padding: 20px 0;
  }

  .success-view .check-circle {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: linear-gradient(135deg, #006400, #3CB371);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
  }

  .success-view .check-circle svg {
	width: 30px;
	height: 30px;
	stroke: #fff;
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
  }

  .success-view h4 {
	font-size: 1.3rem;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 8px;
  }

  .success-view p {
	font-size: 14px;
	color: #888;
  }

  .footer-dp-login {
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(6px);
  }

  .footer-copyright {
	color: rgba(255,255,255,0.7);
	font-size: 13px;
  }

  @media (max-width: 700px) {
	.split-card { flex-direction: column; }
	.panel-image { min-height: 220px; flex: none; }
	.panel-form { padding: 36px 28px 32px; }
  }
  .fullscreen_bg {
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background-size: cover;
  }
  
  .container {
	  margin-top: 80px;
  }
  
  .panel {
	  border: 1px solid transparent !important;
  /* 	box-shadow: 0 1px 1px rgba(0,0,0,.05) !important; */
	  border-color: rgb(248, 248, 255) !important;
  }
  
  .panel-default {
	  padding-left: 20px;
	  padding-right: 20px;
	  border-radius: 10px;
	  box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
	  background-color: #fff;
  }
  
  .btn-default {
	  color: #333;
	  background-color: #fff;
	  border-color: #ccc;
  }
  
  .btn-login,.btn-login:focus{
	  color: #000;
	  background-color: #FAA634;
	  border-color: #FAA634;
	  font-weight: bold;
  }
  
  .btn-login:active {
	background-color: #A39161;
	  border-color: #A39161;
  }
  
   body {
  font-family: 'Sarabun', sans-serif;
  } 
   #register-submit , #recruitment{
	  background-color: #dfe9ec;
  }
  
  .invalid-feedback {
	  color: red;
  }
  
  
  .right-nav {
	  text-align: right;
  }
  
  .container-nav {
	  margin-left: 40px;
	  margin-right: 40px;
	  display: contents;
  }
  
  .right-nav p{
		margin: 0px 20px 0px 20px;
  }
  
  .mt-login{
	  padding-bottom:80px;
	  padding-top: 80px;
  }
  
  @media (min-width: 768px){
	  .c-4 {
		  flex: 0 0 50.333333% !important;
		  max-width: 50.333333% !important;
	  }
  }
  
  @media (min-width: 800px){
	  .c-4 {
		  flex: 0 0 33.333333% !important;
		  max-width: 33.333333% !important;
	  }
  }
  
  .bg {
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  .container{
	  margin-top: 0px !important;
	  
  }
  
  .login-error{
	  color: red;
	  text-align: center;
  }
	  
  .logo-siph-login{
	  width: auto;
	  height: 50px;
	  margin: 5px 20px 5px 20px;
  }
  
  .navbar-dp-login {
	  padding: 5px;
	  background-color: #002D56;
	  color: whitesmoke;
	  font-size: 20px;
	  border-bottom: 4px solid #FAA634;
  }
  
  
  @media (min-width: 768px){
	  .navbar-dp-login {
		  font-size: 30px;
	  }
  }
	  
  .fixed-bottom {
	  position: sticky !important;
  }	
  
  .footer-dp-login{
	  background-color: #002D56;
	  color:  #fff;
	  border-top: 4px solid #FAA634;
	  z-index: 1050;
  }
  
  .login-heading{
	  text-align: center;
	  font-size: 1rem;
	  color: #002D56;
	  font-weight: bold;
	  margin-top: 1rem;
	  
  }
  
  .label{
	  color: #002D56;
  }
  
  .invalid-required{
	  border-color: red;
  }
  
  .required:after {
	  content:" *";
	  color: red;
	}
	
	input::-webkit-input-placeholder {
	  line-height: 3;
  }