html,
body {
  background-color: #fff;
  font-family: "Kodchasan", sans-serif;
  font-weight: bold;
  margin: 0;
}

.flex-center {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.title h1,
.title h3 {
  margin: 0;
  font-weight: 600;
}

.title .logo {
  height: 120px;
  width: 120px;
  background: linear-gradient(135deg, #eeeeee, #fcfcfc);
  border-radius: 50%;
  border: 6px solid #8bcde7;
  position: relative;
  margin: 0 auto 10px auto;
}

.title svg {
  max-width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.links > a {
  color: #636b6f;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.row {
  margin-top: 12px;
}

.check {
  margin: 10px 10px;
}

#description {
  margin-left: 15px;
  margin-right: 10px;
  max-width: calc(100% - 30px);
}

.check label:first-of-type {
  cursor: pointer;
}

.capital {
  text-transform: uppercase;
}

.bg-warning {
  padding: 5px 10px;
  background: #8bcde7 !important;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 14px;
}

.bg-warning h3 {
  margin: 0;
}

textarea {
  min-height: 50px !important;
}

textarea.autosize:not(#description) {
  margin-top: 5px;
  max-width: calc(100% - 30px);
  margin-left: 40px;
  margin-right: 0;
}

.check .mindesc {
  margin-left: 25px;
}

b {
  font-weight: 400;
}

.autosize {
  resize: none;
  overflow: hidden;
}

.info {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid black;
  color: black;
  background: #b3b3b3;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0;
  padding-right: 0.5px;
}

button[type=submit] {
  margin: 20px 0 50px 0;
  background: #8bcde7;
  border-radius: 10px;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 100ms ease 50ms;
  transition: -webkit-transform 100ms ease 50ms;
  transition: transform 100ms ease 50ms;
  transition: transform 100ms ease 50ms, -webkit-transform 100ms ease 50ms;
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button[type=submit]:hover,
button[type=submit]:focus,
button[type=submit]:active,
button[type=submit]:active:focus {
  box-shadow: none;
  outline: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #56b6dc;
}

button[type=submit] .ripple {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: ripple 0.6s linear;
          animation: ripple 0.6s linear;
}

input[type=file] {
  padding: 1px;
}

input[type=file]:focus {
  outline: 5px auto #56b6dc;
  outline-offset: -3px;
}

input[type=text] {
  height: 24px;
}

input[type=text],
textarea,
.form-control {
  background: #ebeced;
  border: none;
  border: 1px rgba(98, 98, 98, 0.2) solid;
  border-radius: 14px;
  color: black;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  margin-top: 0;
  box-shadow: none;
}

input[type=text]:focus,
textarea:focus,
.form-control:focus {
  color: #495057;
  background-color: #fcfcfc;
  border-color: #8bcde7;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(139, 205, 231, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(139, 205, 231, 0.6);
}

.check-box-effect {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  border: 4px solid #8bcde7;
  border-radius: 40%;
  cursor: pointer;
}

.check-box-effect:before {
  content: "";
  width: 0px;
  height: 4px;
  border-radius: 2px;
  background: #626262;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  left: 4px;
  -webkit-transition: width 50ms ease 50ms;
  transition: width 50ms ease 50ms;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.check-box-effect:after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 2px;
  background: #626262;
  position: absolute;
  -webkit-transform: rotate(305deg);
          transform: rotate(305deg);
  top: 15px;
  left: 5px;
  -webkit-transition: width 50ms ease;
  transition: width 50ms ease;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.row:hover .check-box-effect {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 25px;
  height: 25px;
  border: 4px solid #8bcde7;
  margin: -0.5px;
  z-index: 10;
  cursor: pointer;
}

input[type=checkbox]:focus,
input[type=checkbox] input[type=text]:focus {
  box-shadow: inherit;
  border: none;
  background-color: #dadbdc;
}

input[type=checkbox]:checked + .check-box-effect,
input[type=checkbox]:focus + .check-box-effect {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

input[type=checkbox]:checked + .check-box-effect:before {
  width: 9px;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

input[type=checkbox]:checked + .check-box-effect:after {
  width: 21px;
  -webkit-transition: width 150ms ease 250ms;
  transition: width 150ms ease 250ms;
}

input[type=checkbox]:checked:hover + .check-box-effect {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

input[type=checkbox]:checked:hover + .check-box-effect:before {
  width: 9px;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

input[type=checkbox]:checked:hover + .check-box-effect:after {
  width: 21px;
  -webkit-transition: width 150ms ease 250ms;
  transition: width 150ms ease 250ms;
}

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}

.col-10 {
  margin-bottom: 10px;
}

.col-sm-8 {
  margin-bottom: 5px;
}

.background {
  position: absolute;
  display: block;
}

.side {
  display: none;
}

@media (max-width: 576px) {
  .toleft {
    margin-left: 25px;
  }

  .background {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side {
    display: block;
  }
}

.circle {
  content: "";
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 30px solid #8bcde7;
  position: absolute;
  top: -90rem;
  left: -60rem;
  opacity: 0.1;
}

