.register-form form.custom-form {
  padding: 35px;
  box-sizing: border-box;
  background-color: #c0c0c0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  font: bold 14px sans-serif;
  text-align: center;
  margin: 0px;
  color: #333;
  vertical-align: middle;
}

@media (max-width:400px) {
  .register-form form.custom-form {
    padding: 55px 10px;
  }
}

.register-form .custom-form h1 {
  display: inline-block;
  color: #4c565e;
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px 15px;
  margin-bottom: 60px;
  border-bottom: 2px solid rgb(108, 174, 224);
  white-space: pre-line;
  overflow: hidden;
}

.register-form .custom-form .form-group {
  margin-bottom: 25px;
}

.register-form .custom-form .label-column {
  text-align: right;
  color: #5F5F5F;
  vertical-align: middle;
}

@media (max-width:768px) {
  .register-form .custom-form .label-column {
    text-align: left;
  }
}

.register-form .custom-form .input-column {
  color: #5f5f5f;
  text-align: left;
}

.register-form .custom-form .input-column input {
  color: #5f5f5f;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 12px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  height: 42px;
}

.register-form .custom-form .dropdown .dropdown-toggle {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  color: #333;
  outline: none;
}

.register-form .custom-form .dropdown ul {
  background: #fff;
}

.register-form .custom-form .dropdown ul li a {
  background: #fff;
  color: #333;
  opacity: 0.8;
}

.register-form .custom-form .dropdown ul li a:hover {
  opacity: 1;
}

.register-form .custom-form .submit-button {
  border-radius: 2px;
  background: #6caee0;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 14px 22px;
  border: 0;
  margin: 30px;
  outline: none;
}

.bold {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #023e8a;
}

.terms-box {
  background-color: #c9cba3;
  font-family: verdana, Geneva, Tahoma;
  overflow-y: auto;
  height: 300px;
}

.terms-text {
  padding: 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  height: 300px;
}

.terms-text::webkit-scrollbar {
  width: 2px;
}

.terms-box h4 span {
  color: #9a031e;
}

.buttons {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  padding-bottom: 25px;
}

.btn2 {
  height: 50px;
  width: calc(50% - 6px);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
  transition: .2s linear;
  cursor: pointer;
}

.green {
  background-color: #0077b6;
  color: white;
}

.red {
  background-color: darkred;
  color: white;
}

.btn2:hover {
  opacity: .6;
}

#termscheck {
  float: left;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  font-weight: bold;
}

#formitems {
  font-weight: 900;
}

html {
  overflow-x: hidden;
}

body {
}

.bolded {
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 901px) {
  #headingss {
    font-size: 14px;
  }
}

