.col-sm-4, .col-sm-6 {
  margin-top: 30px;
}

.header {
  width: 100%!important;
  background-image: url("../img/ExamHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome_text {
  background-color: rgba(0, 0, 0, .6);
  width: 50%;
  margin: 30px 0px;
  padding: 30px;
  border-bottom: 5px #47B8E0 solid;
  color: white;
}

.welcome_text h2 {
  color: #FFC852;
}

.appHeader {
  display: inline-block;
  width: 100%;
}

.appName {
  float: left;
}

.appLogout a {
  float: right;
}

.loader {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center !important;
}
.loader img {
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.success p {
  background-color: #3ccf5e;
  color: white !important;
  padding: 10px;
  font-size: 1.3em;
}

.error p {
  background-color: #ce3b3b;
  color: white !important;
  padding: 10px;
  font-size: 1.3em;
}

form {
  margin-bottom: 0px!important;
}

.spinner img {
  height: 30px;
}

.examForm ul li a {
    color: #48a7d4!important;
    font-size: 12px;
    border-bottom: 0px!important;
    text-decoration: none;
}

.checkbox label {
  font-size: 1em;
}


@media (max-width: 800px) {

  .hide-mobile {
    display: none!important;
  }

  .welcome_text {
    width: 100%;
  }

}
