body {
  font-family: Carlsberg;
}

#app #content_section {
  padding-bottom: 50px;
}

#app #content_section h4 {
  font-size: 18px;
  line-height: 22px;
}

#app #content_section h4 span {
  font-weight: 700;
  color: #20372a;
}

#app #content_section label {
  padding: 0;
  font-size: 17px;
}

#app #content_section .box3 {
  padding: 30px 0;
}

#app #content_section .box3 #logo {
  float: left;
}

#app #content_section .box3 #logo1 {
  float: right;
}

#app #content_section #banner {
  max-width: 100%;
}

#app #content_section .mb-3 {
  margin-bottom: 30px;
}

#app #content_section .text1 {
  background: #20372a;
  background-size: cover;
  text-align: center;
  color: #fff;
  border-bottom: 5px solid #20372a;
  padding: 70px;
}

#app #content_section #submit_btn {
  background: #20372a;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 80px;
}

#app #content_section .myinput1 {
  width: 100%;
  border-radius: 0;
  padding: 16px 12px;
  margin: 0;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  border: 1px solid #e0e0e0;
}

#app #content_section .error_text {
  color: #fff;
  background-color: red;
  font-size: 16px;
  padding: 2px 10px;
  display: inline-block;
}

#app #content_section input[type=radio] {
  margin: 15px -20px 0;
}

#app #content_section .radio,
#app #content_section .checkbox {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

#app #content_section .radio label,
#app #content_section .checkbox label {
  font-weight: 600;
}

#app .modal .modal-content {
  border-radius: 0;
}

#app .modal .modal-body {
  margin: 20px 0;
}

#app .modal input {
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  height: 40px;
}

#app .modal .btn {
  border-radius: 0;
  border: none;
  color: #FFFFFF;
}

#app .modal .btn1 {
  background-color: #6A1B9A;
}

#app .modal .btn1:hover {
  background-color: #4A148C;
}

#app .modal .btn2 {
  color: #FFFFFF;
  background-color: #004D40;
}

#app .modal .btn2:hover {
  background-color: #BDBDBD;
}

#app .modal textarea {
  resize: vertical;
  min-height: 100px;
  height: 100px;
  max-height: 300px;
}

#app #footer {
  text-align: center;
  background-color: #20372a;
  padding: 75px;
}

[v-cloak] {
  display: none;
}

