@import url("https://fonts.googleapis.com/css2?family=Prompt&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
b {
  font-family: "Prompt", sans-serif;
}
.inner-heading {
  background-color: #fff;
  text-align: center;
  border-bottom: 0;
  padding: 30px 0;
}

.inner-heading h2 {
  color: #00adb5;
  font-weight: 600;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

h6,
h5 {
  font-size: 16px;
}

h6 {
  font-weight: normal;
}

.password {
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 25px;
  z-index: 9;
  top: 37px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.register {
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
}
.register .container {
  width: 100% !important;
}

.box-register {
  max-width: 65rem;
  margin: 30px 0;
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  min-height: 70vh;
  width: 100%;
}

#member-insurance-form .select2 {
  width: 100% !important;
}

#member-insurance-form .select2-selection__arrow,
#member-insurance-form .select2-selection--single {
  height: 34px !important;
}

#member-insurance-form .select2-selection__rendered {
  line-height: 34px !important;
}
.broker,
.accept {
  text-decoration: underline;
  color: #000;
}
.broker:hover,
.accept:hover {
  color: #000;
}

.h-100 {
  height: 100%;
}

.member-insurance-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#box-register #btn-add-insurance,
.box-register #btn-add-insurance {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #00adb5;
  color: #00adb5;
}

#box-register #btn-add-insurance:hover,
.box-register #btn-add-insurance:hover {
  background-color: #00adb5;
}

#box-register #btn-add-insurance i,
.box-register #btn-add-insurance i {
  color: #00adb5;
}
#box-register #btn-add-insurance i,
.box-register #btn-add-insurance i {
  padding-right: 10px;
}

#box-register #btn-add-insurance,
.box-register #btn-add-insurance {
  font-size: 14px;
}

#box-register #btn-add-insurance:hover,
.box-register #btn-add-insurance:hover,
#box-register #btn-add-insurance:hover i,
.box-register #btn-add-insurance:hover i {
  color: #fff;
}
