/*! ========================================================================
 * SMS: v1.0.0
 * http://www.moi.gov.qa
 * ========================================================================
 * Copyright 2016 Ministry Of Interior - Doha, Qatar.
 * Licensed under the MIT License.
 * ======================================================================== !*/
.form-control {
  -webkit-appearance: none;
}
html body.page-splash {
  background: #222 !important;
}
#page-splash-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
#page-splash-bg img {
  width: 100%;
}
#page-splash-bg .overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-splash .splash-container {
  border-radius: 6px;
  display: block;
  margin: 20px 14px;
  position: relative;
  z-index: 999;
}
.page-splash .splash-info {
  background: #444;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  text-align: center;
  border-radius: 6px;
}
.page-splash .splash-info .moi-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/pattern.png);
  z-index: 0;
  background-size: 18px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.page-splash .splash-info img {
  width: 96px;
  display: block;
  margin: 0 auto;
}
.page-splash .splash-info .title {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 0 0;
  padding: 0;
}
.page-splash .splash-info .slogan {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
.page-splash .splash-info .logo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-splash .splash-info .logo[href]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.page-splash .splash-form {
  background: #fff;
  display: block;
  padding: 10px;
  position: relative;
  border-radius: 6px;
}
.page-splash .form-actions {
  margin-top: 15px;
}
.page-splash .form-actions .splash-btn {
  border: none;
  border-radius: 999999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  outline: 0 !important;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-splash .form-actions .splash-btn:hover {
  background: #444 !important;
}
.page-splash .form-actions a.forgot-password {
  border-bottom: 1px dashed #bbb;
  color: #999;
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  padding-bottom: 1px;
}
.page-splash .form-actions a.forgot-password:hover {
  color: #333333;
  text-decoration: none;
}
.page-splash .form-group {
  margin: 0;
  position: relative;
}
.page-splash .form-group + .form-group {
  margin: 10px 0 0 0;
}
.page-splash .form-group.w-icon .splash-form-icon {
  border-right: 1px solid #cccccc;
  bottom: 9px;
  color: #cccccc;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 17px;
  position: absolute;
  text-align: center;
  top: 9px;
  width: 40px;
  z-index: 1002;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-splash .form-group.w-icon input[type="text"],
.page-splash .form-group.w-icon input[type="password"] {
  font-size: 15px;
  padding-left: 56px;
}
.page-splash .form-group.w-icon input[type="text"]:focus + .signin-form-icon,
.page-splash .form-group.w-icon input[type="password"]:focus + .signin-form-icon {
  color: #888;
}
.page-splash .splash-text {
  color: #777;
  display: block;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
.page-splash .splash-text span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.page-splash .splash-text:before {
  background: #dddddd;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.page-splash .splash-with {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  margin: 30px -30px -30px -30px;
  padding: 20px 30px 20px 30px;
}
.page-splash .splash-with-btn {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-splash .splash-with-btn span {
  font-weight: 600;
}
.page-splash .splash-with-btn + .splash-with-btn {
  margin-top: 10px;
}
.page-splash .splash-with-btn:hover {
  background: #444 !important;
}
.page-splash .not-a-member {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: -20px 0 0 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 999;
}
.page-splash .not-a-member a {
  color: #fff;
  text-decoration: underline;
  transition: all .3s;
}
.page-splash .not-a-member a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media (min-width: 480px) {
  .page-splash .form-actions {
    margin-top: 15px;
  }
  .page-splash .form-actions .splash-btn {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .page-splash .splash-container {
    display: table;
    margin: 80px auto;
    width: 650px;
    table-layout: fixed;
  }
  .page-splash .splash-info {
    display: table-cell;
    padding: 30px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
  }
  .page-splash .splash-info img {
    width: 128px;
  }
  .page-splash .splash-form {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
  }
  .page-splash .not-a-member {
    margin: -80px 0 80px;
  }
}
html body.page-signin #main-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#page-signin-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#page-signin-bg img {
  width: 100%;
}
.page-signin .signin-container {
  background: #333;
  border-radius: 6px;
  box-shadow: 0 28px 28px -14px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 20px 12px 0;
  position: relative;
  z-index: 999;
}
.page-signin .signin-info {
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  text-align: center;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
}
.page-signin .signin-info .moi-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/pattern.png);
  z-index: 0;
  background-size: 18px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.page-signin .signin-info .title {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
}
.page-signin .signin-info .slogan {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.page-signin .signin-info a.brand-logo {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.page-signin .signin-info a.brand-logo[href]:hover {
  opacity: .7;
}
.page-signin .signin-info a.brand-logo span.logo {
  display: table-cell;
  background: url(../images/icons/logo_moi.png) center center;
  background-repeat: no-repeat;
  background-size: 128px 128px;
  width: 128px;
  height: 128px;
}
.page-signin .signin-form {
  display: block;
  padding: 22px;
  padding-bottom: 82px;
  position: relative;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
}
.page-signin .signin-form::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-signin .signin-form .utility {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 6px;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.page-signin .password-reset-form {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1020;
}
.page-signin .password-reset-form .header {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  margin: -30px -30px 30px -30px;
  padding: 20px 20px;
}
.page-signin .password-reset-form .header .signin-text {
  margin: 0;
}
.page-signin .password-reset-form .header .signin-text span {
  background: #f4f4f4;
}
.page-signin .password-reset-form .header .signin-text:before {
  display: none;
}
.page-signin .password-reset-form .header .close {
  margin-top: 2px;
}
.page-signin .password-reset-form .input-group.w-icon .signin-form-icon {
  z-index: 1025;
}
.page-signin .form-actions {
  margin-top: 15px;
}
.page-signin .form-actions .signin-btn {
  border: none;
  border-radius: 999999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  outline: 0 !important;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-signin .form-actions .signin-btn:hover {
  background: #444 !important;
}
.page-signin .form-actions a.forgot-password {
  border-bottom: 1px dashed #bbb;
  color: #999;
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  padding-bottom: 1px;
}
.page-signin .form-actions a.forgot-password:hover {
  color: #333333;
  text-decoration: none;
}
.page-signin .form-group {
  margin: 0;
  position: relative;
}
.page-signin .form-group label {
  line-height: 32px;
}
.page-signin .form-group + .form-group {
  margin: 10px 0 0 0;
}
.page-signin .input-group.w-icon {
  width: 100%;
}
.page-signin .input-group.w-icon .signin-form-icon {
  color: #bbbbbb;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  background: #eee;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #cccccc;
  border-right: 0px solid #cccccc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-signin .input-group.w-icon input[type="text"],
.page-signin .input-group.w-icon input[type="password"] {
  font-size: 15px;
}
.page-signin .input-group.w-icon input[type="text"]:focus + .signin-form-icon,
.page-signin .input-group.w-icon input[type="password"]:focus + .signin-form-icon {
  color: #888;
}
.page-signin .signin-text {
  display: block;
  font-size: 15px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
.page-signin .signin-text span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.page-signin .signin-text:before {
  background: #dddddd;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
@media (min-width: 480px) {
  .page-signin .form-actions {
    margin-top: 15px;
  }
  .page-signin .form-actions .signin-btn {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .page-signin .signin-container {
    display: table;
    margin: 80px auto 0;
    width: 650px;
    table-layout: fixed;
  }
  .page-signin .signin-info {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-signin .signin-info img {
    width: 128px;
  }
  .page-signin .signin-form {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 22px 22px 60px 22px;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .page-signin .signin-form::after {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .page-signin .signin-form .utility {
    border-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.page-404 {
  background: #f9f9f9 !important;
}
.page-500 {
  background: #f9f9f9 !important;
}
.page-500 .error-text {
  margin-bottom: 80px !important;
}
.error-code {
  font-size: 120px;
  font-weight: 700;
  line-height: 140px;
  margin-top: 60px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.page-404 .error-code {
  color: #af8640;
}
.page-500 .error-code {
  color: #b94a48;
}
.page-404,
.page-500 {
  text-align: center;
}
.page-404 .header,
.page-500 .header {
  background: #dddddd;
  padding: 6px 0;
  line-height: 32px;
}
.page-404 .header .logo,
.page-500 .header .logo {
  color: #691a33;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .header .logo[href]:hover,
.page-500 .header .logo[href]:hover {
  opacity: 1;
}
.page-404 .header .error-logo,
.page-500 .header .error-logo {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.page-404 .header .error-logo img,
.page-500 .header .error-logo img {
  width: 32px;
}
.page-404 .error-text,
.page-500 .error-text {
  color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
}
.page-404 .error-text .oops,
.page-500 .error-text .oops {
  font-size: 50px;
}
.page-404 .error-text .hr,
.page-500 .error-text .hr {
  background: #fff;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 5px;
  margin: 20px 0;
  width: 40px;
}
.page-404 .error-text .solve,
.page-500 .error-text .solve {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.page-404 .search-form,
.page-500 .search-form {
  display: inline-block;
  margin: 50px 0 80px 0;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input,
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn {
  border: none;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 15px;
  height: 46px;
  line-height: 20px;
  padding: 13px 0;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input,
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn,
.page-404 .search-form .search-input:active,
.page-500 .search-form .search-input:active,
.page-404 .search-form .search-btn:active,
.page-500 .search-form .search-btn:active,
.page-404 .search-form .search-input:focus,
.page-500 .search-form .search-input:focus,
.page-404 .search-form .search-btn:focus,
.page-500 .search-form .search-btn:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input {
  background: #fff;
  color: #333333;
  padding-left: 12px;
  padding-right: 12px;
  width: 220px;
}
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn {
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .search-form .search-btn:hover,
.page-500 .search-form .search-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}
.page-404 .search-form .search-btn:active,
.page-500 .search-form .search-btn:active {
  background: rgba(0, 0, 0, 0.7);
}