
.modal-content {
  background-color: #222;
  border: 5px solid lightgrey;
  border-radius: 6px;
}

.modal-alert {
  background: #e10808;
  border-radius: 6px;
  padding: 18px;
  margin: 30px 15px 0;
  color: #fff;
}

.modal-header {
  color: white;
  border-bottom: 2px solid #58a0de;
}

.modal-header button.close {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
  color: red;
}

.modal-header-link {
  position: absolute;
  right:15px;
}

.modal-body {
  text-align: left;
  color: white;
}

.modal-footer a {
  text-decoration: none;
  color: #139ed5;
  
}

.modal-footer a:hover {
  text-decoration: none;
  color: #139ed5;
  border-bottom: 3px ridge #139ed5;
  transition: 0.5s ease;
}

.form-group--center {
  text-align: center;
}


input[type=text], input[type=password], input[type=email] {
  height: 44px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 0 8px;
  color: black;
}

input[type=submit] {
  text-decoration: none;
  color: #fff;
  background-color: #0b0b0b;
  width: 200px;
  border: 1px ridge lightgray;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding: 12px 10px 12px 10px;
}

input[type=submit]:hover {
  color: #139ed5;  
}


input .error-login {
  border: 2px solid red;
}

.register-user {  background-color: black;  }

.register-user label {  color: white; }

.register-user form { width: 350px; }

.error-login {  border: 2px solid red;  }

.registration-form {
  background-color: black;
  border: 1px solid lightgrey;
  padding: 5px 5px 20px 5px;
  color: white;
  margin-left: 0;
  margin-right: 0;
}

.registration-form--payment {
  padding: 5px;
}

.registration-form ul {
  list-style: none;
  margin: 0;
  padding: 0 0 30px 0;
  overflow: auto;
}

.registration-form li {
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #333;
}

.registration-form ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.registration-form ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 0 0;
  margin: 10px auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transition: all .25s linear;
  -webkit-transition: all 0.25s linear;
}

.registration-form ul li:hover label {
  color: #ffffff;
}

.registration-form ul li .check::before {
  display: block;
  position: absolute;
  border: 5px solid #aaaaaa;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.registration-form input[type=radio]:checked ~ .check {
  border: 5px solid #139ed5;;
}

.registration-form input[type=radio]:checked ~ .check::before {
  background: #139ed5;;
}

.registration-form input[type=radio]:checked ~ label {
  color: #139ed5;;
  padding-bottom: 10px;
}

.registration-form p {
  font-size: small;
}

.terms-of-use {
  background-color: black;
  border: 1px solid lightgrey;
  padding: 0 15px 20px 15px;
  color: white;
  margin-left: 0;
  margin-right: 0;
}

.registration-form select#month_of_birth.form-control {
  height: 44px;
}

.help-block {
  color: #139ed5;
}
