
* {
  margin: 0px;
  padding: 0px;
  list-style: none; 
}

img {
  max-width: 100%; 
}

a {
  text-decoration: none;
  outline: none;
  color: #444; 
}

a:hover {
  color: #444; 
}

ul {
  margin-bottom: 0;
  padding-left: 0; 
}

ol,ul{
  margin:0px;
  padding:0px;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; 
}

._lk_de{
  
  background-repeat:no-repeat;
  background-size:cover;
  padding:20px 0px;
  position:relative;

}

.form-03-main{
  width:500px;
  display:block;
  margin:20px auto;
  padding:25px 50px 25px;
  background:rgba(255,255,255,0.6);
  border-radius:6px;
  z-index:9;
}

.logo{
  display:block;
  margin:20px auto;
  width:100px;
  height:100px;
}

.form-group{
  padding:10px 0px;
  display:inline-block;
  width:100%;
  position:relative;
}

.form-group p{
  margin:0px;
}

.form-control{
  min-height:45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  border-radius:20px;
  border:1px solid#2b3990;
}

.checkbox{
  display:flex;
  justify-content:space-around;
}

._btn_04 {
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
    background: #2b3990;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

._btn_04 a{
  font-size:15px;
  color:#fff;
}

._social_04{
  display:block;
  width:100%;
  padding:15px 0px;
  text-align:center; 
}



._social_04 ol li:nth-child(1):hover{
  background:#3b5998;
  border:1px solid#3b5998;
  color:#fff;
  transition:0.2s;
}

._social_04 ol li:nth-child(2):hover{
  background:#00aced;
  border:1px solid#00aced;
  color:#fff;
  transition:0.2s;
}

._social_04 ol li:nth-child(3):hover{
  background:#c32f10;
  border:1px solid#c32f10;
  color:#fff;
  transition:0.2s;
}

._social_04 ol li:nth-child(4):hover{
  background:#E1306C;
  border:1px solid#E1306C;
  color:#fff;
  transition:0.2s;
}

._social_04 ol li:nth-child(5):hover{
  background:#0177b5;
  border:1px solid#0177b5;
  color:#fff;
  transition:0.2s;
}

._social_04 ol li:hover,._social_04 ol li:hover i{
  color:#fff;
}

._social_04 ol li i:nth-child(1):hover{
  color:#fff;
}

._social_04 ol li i{
  font-size:15px;
  color:#2b3990;
}

.nm_lk{
  text-align:center;
}

@media screen and (max-width: 600px) {
  .form-03-main{
    width: 100%;
  }
}


body, html {
  height: 100%;
  margin: 0;
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
}

* {
  box-sizing: border-box;
}


.bg-image {
  /* The image used */
  background-image: url("../../assets/images/bg-01.jpg");
  
  /* Add the blur effect */
  filter: blur(4px);
  -webkit-filter: blur(4px);
  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: left;
}

.btn {
  border: 2px solid green;
  background-color: white;
  color: green;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
}

/* Green */
.success {
  border-color: #04AA6D;
  color: green;
}

.success:hover {
  background-color: #04AA6D;
  color: white;
}


.btn {
  border: 2px solid green;
  background-color: white;
  color: green;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
}

/* Green */
.success {
  border-color: #04AA6D;
  color: green;
}

.success:hover {
  background-color: #04AA6D;
  color: white;
}

.text_0 {
  font-family: "IBM Plex Sans Thai Looped", serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
}

.text_1 {
  font-family: "IBM Plex Sans Thai Looped", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

.text_2 {
  font-family: "IBM Plex Sans Thai Looped", serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}

.text3 {
  font-family: "IBM Plex Sans Thai Looped", serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
}
