/**
 *
 */
:root {
  --dol-color-default: #bbbbbb;
  --dol-color-primary: #32465d;
  --dol-color-secondary: #7aa7db;
  --dol-color-success: #090;
  --dol-color-info: #1982fa;
  --dol-color-warning: #bd8f11;
  --dol-color-error: #F00;
  --dol-transition: all .5s ease-in-out; }

html, body {
  margin: 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px; }

.dol-access {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  color: #FFF;
  background-color: #999;
  background-image: url(../images/bg/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  --border-radius: 30px;
  --padding: 15px 18px;
  --font-size: 18px; }
  .dol-access-dialog-2fa {
    max-width: 400px !important; }
  .dol-access-body {
    display: block;
    position: relative;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: auto; }
  .dol-access-overlay {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3); }
  .dol-access-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 100%;
    padding: 40px 0px; }
  .dol-access a, .dol-access a:link {
    color: #FFF !important;
    text-decoration: none; }
  .dol-access a:hover {
    text-decoration: underline; }
  .dol-access .logo {
    margin-bottom: 30px; }
    .dol-access .logo > img {
      display: block;
      margin: 0px auto;
      max-width: 90%;
      max-height: 85px; }
  .dol-access .content {
    margin: 0px auto;
    width: 90%; }
  .dol-access .footer {
    margin-top: 30px; }
  .dol-access .mini-text {
    --font-size: 12px; }
  .dol-access .form-group {
    color: #FFF;
    font-size: var(--font-size) !important;
    margin-bottom: 18px; }
  .dol-access .field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius) !important;
    position: relative;
    padding: var(--padding) !important;
    font-size: var(--font-size) !important;
    margin-bottom: 18px; }
    .dol-access .field-group:last-child {
      margin-bottom: 0px; }
    .dol-access .field-group > input {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      color: #FFF;
      padding: 0px 10px;
      background-color: transparent !important;
      border: none;
      font-size: inherit;
      width: 0px; }
      .dol-access .field-group > input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .dol-access .field-group > input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .dol-access .field-group > input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .dol-access .field-group > input::placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .dol-access .field-group > input:focus {
        outline: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .dol-access .field-group-icon {
      margin: 0px -10px;
      padding: 0px 10px; }
  .dol-access input[type="radio"]
input[type="checkbox"] {
    vertical-align: middle; }
  .dol-access label {
    cursor: pointer; }
  .dol-access button {
    display: block;
    width: 100%;
    border: none;
    border-radius: var(--border-radius) !important;
    padding: var(--padding) !important;
    font-size: var(--font-size) !important;
    background-color: #FC636B;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF; }
    .dol-access button:focus, .dol-access button:active {
      outline: none; }
    .dol-access button:disabled {
      background-color: #ad444a;
      cursor: not-allowed; }

.forgot-password {
  max-width: 350px; }
  .forgot-password h3 {
    margin: 0px 0px 15px 0px; }
  .forgot-password .info {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px; }

.reset-password {
  max-width: 350px; }
  .reset-password h3 {
    margin: 0px 0px 20px 0px; }

.signin {
  max-width: 350px; }

.signup {
  max-width: 350px; }
