@import url("https://use.typekit.net/aal7ntl.css");

body {
  font-family: poppins, sans-serif;
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100%;
  height: 100%; }

body {
  background-image: url("https://cdn.clareitysecurity.net/sys/mfrmls/background@2x.jpg");
  background-size: cover; }
  @media (max-width: 767px) {
    body {
      background-image: url("https://cdn.clareitysecurity.net/sys/mfrmls/background.jpg"); } }

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  width: 480px;
  max-width: 90%; }
  .container .inner {
    padding: 45px; }
    @media (max-width: 480px) {
      .container .inner {
        padding: 20px 0px; } }
  .container h1 {
    font-size: 20px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .container h1 {
        font-size: 18px; } }

  .container form {
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .container .form-group-lg .form-control {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .container {
      max-width: 90%; } }

.btn-primary {
	background-color:#f38b00;
	border-color:#f38b00;
}
.btn-primary:hover {
	background-color:#f38b00;
	border-color:#f38b00;
}


a {
	color: #430098;
}
a:hover {
	color: #430098;
}

/** Styles from Clareity css **/
#disable-page-overlay {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#disable-page-overlay > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  color: #969696;
  font-size: 14px;
  opacity: .9; }



  .empty{border: 1px solid #f5c6cb; !important;
  background: #f8d7da !important;
  box-shadow: 0 0 0 #721c24 !important;
  color:#721c24;}
