label {color: white !important;}

.form-control {
    margin-top: 0 !important;
}

.form-group ul {
	color: lightgray;
    list-style: none;
    background: #a13e55;
    margin-top: 5px;
    border-radius: 5px;
}

.red {
	font-weight: bold;
	color: #adc922;
}

.main-box p, .main-box label {color: #bbbbbb;}

.input-group {margin-bottom: 10px;}

.fos-user-message {
	padding: 30px;
	color: lightgray;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #a9a9a9;
  background: white;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
  color: #280943;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}