@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
html,
body {
  height: 100%;
  background: #fff;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #3e4855;
  background-color: #fff;
  line-height: 1.42857143;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  background: linear-gradient(black, #414141);
}
.sign_up {
  border-radius: 10px;
}

.center-margin {
  float: none !important;
  margin: 20px auto 20px;
  padding: 10px 20px !important;
  background: #fff;
  box-shadow: 0px 0px 15px #000;
}

.center-margin h1 {
  margin-top: 0;
}

.center-margin h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.logo {
  margin: 15px auto 20px;
  display: block;
}

#information {
  width: 100%;
  border: 1px solid #ccc;
}

.clearfix {
  margin-top: 10px;
}

#popup-success {
  /*visibility: hidden;*/
  font-size: 14px;
  color: #008800;
  font-weight: bold;
}

#popup-error {
  /*visibility: hidden;*/
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}

.info-msg {
  color: #059;
  background-color: #bef;
}

.success-msg {
  color: #270;
  background-color: #dff2bf;
}

.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}

.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}

select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.required-field label::after {
  content: "*";
  color: red;
}

#submit {
  width: 80%;
  text-align: center;
  background-color: rgb(69, 139, 69);
  margin: 0 auto;
  border-radius: 500px;
  font-size: 15px;
  font-weight: 700;
}
#submit:hover {
  background-color: rgb(38, 84, 38);
  cursor: pointer;
  transform: scale(1.05);
}
.clearfix {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
