

.active {
  background-color: #00A0DD;
}

.container {

    background-color: #EDEDED;
}


.form-wrapper{


}

.form-wrapper label{

  font-weight: bold;

}

.errors li{

  list-style: none;
  width: 100%;
  text-align: center;
}

.errors ul{

  padding-left: 0;
  margin-bottom: 0;

}

@media (max-width: 768px){

  .form.wrapper .text-right{
    text-align: center !important;
  }

  .form-wrapper .btn-primary{
    display: block;
    margin: 0 auto;
  }
}
