/* _____________________Login Layout______________________ */

html {
  position: relative;
  height: 100%;
  width: auto; 
  display: flex;
  color: #333333
}
.div-home{
  width: 45%;
}

.swal-title {
  font-size: 30px;
}
.swal-title {
  font-size: 24px;
}


.body_layout {
  font-family: 'db_helvethaica_x' !important;
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%
}

.div-iconHome {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
}
.iconHome {
  width: 80%;
}

.h-ml-75{
  margin-left: -75px;
}
.h-mb-5{
  margin-bottom: -5px;
}
.h-mb-10{
  margin-bottom: -10px;
}
.h-mb55{
  margin-bottom: 55px;
}
.pt-7{
  padding-top:7%;
}
.text-h1{
  color: #F79421;
}
.line-hr{
  width: 100px;
  border: solid;
  color: #194888 !important;
  margin-left: 0;
}
input[type=text], input[type=password], input[type=email] {
  width: 100%;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2% 0px;
  display: inline-block;
  background-color: #e8ebf2;
  border-radius: 35px;
  height: 60px;
  color: #333333;
  outline: none;
  outline-style: none;
  outline-offset: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #DBDDE5 1px;
  padding: 0.5em 0.5em;
}
::placeholder {
  color: #7a7a7a;
  opacity: 1; /* Firefox */
  padding: 0.5em 0.5em;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #7a7a7a;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #7a7a7a;
}

.forgottxt{
  color:#333333;
  font-size: 24px;
  text-decoration: none !important;
}

.forgottxt:hover {
  color: #194888;
  font-weight: bold;
  text-decoration: none !important;
}

.footerbox {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
button {
  padding: 5px 20px;
  border: 1px solid #A4CBE8;
  width: 100%;
  height: 65px;
  font-size: 22px;
  border-radius: 35px;
  font-size: 22px; 
}

button:hover {
  opacity: 0.8;
}

.btn_login{
  color: white !important;
  background-color: #194888 !important;
}

.btn_login:hover{
  color: white !important;
  background-color: #194788de !important;
}

.btn_lk{
  color: white !important;
  background-color: #1E73AC !important;
}

.btn_lk:hover{
  color: white !important;
  background-color: #1E73ACde !important;
}

.btn_thaid_container {
  /* border-radius: 35px; */
  background-color: #ebebeb;
  display: flex;
  /* align-items: center; */
  gap: 25px;
  color: #030650;
  text-align: center;
  justify-content: center;
  /* padding: 0px 10px; */
  /* font: 500 23px DB Helvethaica X, -apple-system, Roboto, Helvetica, sans-serif; */
  border: 1px solid #dfdfdf;
}

.btn_thaid_text {
  font-size: 20px;
}

.btn_thaid_icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 45px;
  align-self: stretch;
  margin: auto 0;
}

.bold-text {
  font-weight: bold;
}

.img {
  width: 150px;
  height: 150px;
  padding-bottom: 30px;
}

.bg-render-body{
  background-color: white;
}

.render-body {
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.render-head {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 130px;
  margin-left: -150px;
}
@media only screen and (max-width: 1536px) {
  .render-head {
    margin-top: 6%;
  }
  .render-body{
    margin: 0 -20%;
  }
}
@media only screen and (max-width: 1024px) {
  .render-head {
    margin-top: 65%;
    margin-left: 7%;
  }
  .render-body{
    margin: 0 -20%;
  }
}
@media only screen and (max-width: 992px){
  .render-head {
    padding-top: 5%;
  }
  .render-body{
    margin: auto;
  }
}
@media only screen and (max-width: 768px){
  .div-home{
    width: 90%;
  }
  .render-head{
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
    margin-top: 2%;
  }
  h1{
    font-size: 2rem;
  }
  .h-mb55 {
    margin-bottom: 5px;
  }
  .col-md-6 {
    max-width: 100%;
  }
}
@media screen and (max-width: 300px) {

}


.digit-group input {
  width: 15%;
  height: auto;
  background-color: white;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  color: #333333;
  margin: 0 2px;
  padding: 7px 13px;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}


.bg-sidebar-parent{
  background-color: #fff;
}



.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.div-cab-services{
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  padding-left: 5%;
}
.text-cab-services{
  color: #2D5979;
  font-size: 60px;
  font-weight: normal;
}


.div-LogoLogin {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.iconLogoLogin {
  width: 14%;
}


.text {
  color: white;
  font-size: 25px;
  font-weight: bold;
}


p{
  margin-bottom: 0.5rem;
}

.col-md-12{
  display: flex;
  align-items: center;
  justify-content: center;
}



/* _____________________Login Body______________________ */


.loginBox {
  display: flex;
  flex-direction: column;
  max-width: 450px;
}

.title_login {
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
}

.subtitle_login {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}



span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
}

.label {
  color: #fff;
}

.text-line {
  background-color: transparent;
  color: #DBDDE5;
  outline: none;
  outline-style: none;
  outline-offset: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #DBDDE5 1px;
  padding: 3px 10px;
}



/* _____________________ForgetPassword Body______________________ */

.loginBox-forgot {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  width: 400px;
}

.title {
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
}

.button-forgot {
  background-color: white;
  color: #bed87f;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #bed87f;
  box-shadow: 4px 4px 4px #bed87f;
  border-radius: 5px;
  cursor: pointer;
  width: 30%;
  font-weight: bold;
  font-size: 16px;
  margin-inline-start: 50px;
  outline-color: #bed87f;
}

.footerbox-forgot {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  align-items: center;
  
}

@media only screen and (max-width: 768px) {
  .body_layout{width: unset; display: block;}
  .render-body{padding: 30px;}
  .sidebar{
    padding: 30px;
  }
}

[hidden] {
  display: none;
  visibility: hidden;
        opacity: 1;
}

.tabs {
  width: 100%;
}

.a-style{
  color: #333333; 
  text-decoration: none
}

.a-style:hover {
  color: #DBDDE5; 
  text-decoration: none;
  font-weight:bold;
}

.tab-control {
  display: inline-block;
  border-bottom: 5px solid transparent;
  font-size: 30px;
  padding: 0.6rem 2rem;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-bottom:0%;
  color: #333333
}

.tab-control:hover {
  color: #DBDDE5;
}

.tab-content {
  border-top: 1px solid #333333;
  padding: 4%;
}

.tab-panel {
  display: none;
}

/* Magic style */
input[type="radio"]:checked + .tab-control {
  font-weight: 600;
  color: #DBDDE5;
  border-bottom-color: #DBDDE5;
}

#tab-1:checked ~ .tab-content > #tab-panel-1 {
  display: block;
}

#tab-2:checked ~ a ~ .tab-content > #tab-panel-2 {
  display: block;
}

/* _____________________Verify Layout______________________ */
.body_layout-v {
  font-family: 'Kanit' !important;
  /* display: flex;
  flex-direction: row; */
  height: 100%;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%
}
.text-cab-services-v{
  color: #DBDDE5;
  font-size: 60px;
  font-weight: normal;
}
.div-iconLogin-v {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.iconLogin-v {
  height: auto;
  /* opacity: 0.3; */
  width: 90.5%;
}

.holder_wrap{
	position:relative;
	margin:auto;
	display:block;
	height:120px; /* กำหนดความสูงส่วนพื้นที่คลุมเนื้อหาทั้งหมด */
}
.holder_wrap_img{
	position:absolute;/* กำหนดการจัดตำแหน่งส่วนพื้นที่คลุมเนื้อหารุปและข้อความซ้อนทับ */
}
.holder_wrap_img img{
	position:relative; /* กำหนดการจัดตำแหน่งของรูป */
}

/* css ซ้อนทับ ชิดขอบบน */
.inner_position_top{
	position:absolute;
	display:block;	
	background-color:#CC99FF;	
	height:50px; /* กำหนดความสูงส่วนของเนื้อหาที่นำมาซ้อนทับ */
	width:100%; /* กำหนดความกว้างของเนื้อหาที่นำมาซ้อนทับ แบบขยายเต็ม */
	top:0px; /* css กำหนดชิดด้านบน  */
	z-index:999;
}

/* css ซ้อนทับ ชิดขอบบน */
.inner_position_center{
	position:absolute;
	display:block;	
  padding-left: 12%;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}



@media only screen and (max-width: 768px) {
  .body_layout-v{
    display: flex;
    flex-direction: row;
  }
  .item{
    width: 33.33%
 }
}











  

  