:root {
  --color_main: #005493;
  --color_main2: #1976D2;
  --color_hover: #14b09e;
  --color_hover2: #80DEEA;
  --color_thead: #1976D2;
  --color_font_thead: white;
  --color_font: #1976D2;

}

.omise-checkout-button{
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  padding: 8;
  border: 1px solid var(--color_main);
  background-color: var(--color_main2);
  color:white;
}
#agree{
  width: 15px !important;
  height: 15px !important;
  cursor: pointer;
}
#colophon {
  display: none;
}

.head_reg {
  position: relative;
  color: var(--color_main);
  left: -19px !important;
}

p {
  position: relative;
  color: var(--color_hover);
  font-size: 16px;
  left: -19px;
}

* {
  box-sizing: border-box
}

.box {
  margin: auto;
  padding: 25px 50px;
  /* width: 800px; */
  min-height: 115px;
  background: #fff;
  border-left: 5px solid var(--color_hover);
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  color: #666;
}

.form-group {
  padding: 5 0px;
}

h2 {
  margin: 0 10px;
  line-height: 40px;
  color: var(--color_main);
}

form {
  padding: 0 10px 10px;
}

form::after {
  content: "";
  display: block;
  clear: both;
}

input {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 5px;
  width: 225px;
  height: 30px;
  border: 1px solid #ccc;
}

input:focus {
  z-index: 15;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  outline: 0;
}

#password {
  top: -1px;
  margin-bottom: 5px;
}

.register-form input {
  margin: -1px 0;
}

#first-name {
  margin-top: 5px;
}

.captcha {
  margin: 10px 0;
}

.captcha label {
  position: relative;
  left: 0;
}

#submit {
  float: right;
  padding: 0;
  width: 75px;
  background: var(--color_main);
  color: white;
}

#submit:hover {
  color: white;
  background: var(--color_hover);

}

#submit~a {
  display: block;
  float: left;
  width: 120px;
  text-decoration: none;
  color: #666;
}

#submit~a:hover {
  text-decoration: underline;
}

.l_detail {
  color: var(--color_main2)
}

.iti.iti--allow-dropdown{
  z-index:999;
  width: 100%;

}