.register-form form.custom-form {
  padding: 5px;
      margin: 10px 60px 0px 0px;
  box-sizing: border-box;
  background-color: #ffffff;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);*/
  font: bold 14px sans-serif;
  text-align: center;
  margin: 50px;
  color: #333;
}

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

.register-form .custom-form h1 {
      background: none;
    text-align: center;
    text-transform: initial;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
  /*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);*/
}

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

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

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

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

label.col-form-label {
    font-weight: 400;
    font-size: 15px;
}

.register-form .custom-form .input-column input {
      min-height: 46px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #dbe2ea;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    outline: none;
  /*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;
}

select.form-control {
	    min-height: 46px;
	}

.register-form .custom-form .submit-button {
}
