﻿#divContentArea {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  background-image: url('../imgs/reg_login/registration_back.jpg');
  background-position: center;
  width: 100%;
  min-height: 592px;
  margin-top: 117px;
}
#divLoginControls {
  max-width: 336px;
  margin-top: 30px;
}
#divLoginControls h1 {
  color: #004B8D;
}
#divLoginControls a {
  color: #004B8D;
  font-weight: 600;
}
#divInputArea {
  background-color: white;
  padding: 15px;
  margin-top: 15px;
}
#divQuotes {
  max-width: 400px;
  text-align: center;
  margin-top: 107px;
}
#divQuotes .mainQuote {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
}
#divQuotes .separator {
  width: 136px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #004B8D;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#divQuotes .secondQuote {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 576px) {
  #divWorkingArea {
    width: 100%;
  }
  #divContentArea {
    margin-top: 60px;
  }
  .specialFontSize {
    font-size: 14px !important;
  }
}