﻿body {
}

.dark-background-image {
    background-image: url(Images/safe-darkened-913452_1920.jpg);
    background-size: cover;
}

.dark-background-image-1037x900 {
    background-image: url(Images/safe-darkened-913452_1037x900.jpg);
    background-size: cover;
}

.dark-background-image-1382x1200 {
    background-image: url(Images/safe-darkened-913452_1382x1200.jpg);
    background-size: cover;
}

.dark-background-image-1727x1500 {
    background-image: url(Images/safe-darkened-913452_1727x1500.jpg);
    background-size: cover;
}

.dark-background-image-807x700 {
    background-image: url(Images/safe-darkened-913452_807x700.jpg);
    background-size: cover;
}

.light-background-image {
    background-image: url(Images/safe-lightened-913452_1920.jpg);
    background-size: cover;
}

.light-background-image-1037x900 {
    background-image: url(Images/safe-lightened-913452_1037x900.jpg);
    background-size: cover;
}

.light-background-image-1382x1200 {
    background-image: url(Images/safe-lightened-913452_1382x1200.jpg);
    background-size: cover;
}

.light-background-image-1727x1500 {
    background-image: url(Images/safe-lightened-913452_1727x1500.jpg);
    background-size: cover;
}

.light-background-image-807x700 {
    background-image: url(Images/safe-lightened-913452_807x700.jpg);
    background-size: cover;
}

.light-background-pin-image {
    background-image: url(Images/pin_input_background_lightened_1872.jpg);
    background-size: cover;
}

.light-background-pin-image-1037 {
    background-image: url(Images/pin_input_background_lightened_1037.jpg);
    background-size: cover;
}

.light-background-pin-image-1382 {
    background-image: url(Images/pin_input_background_lightened_1382.jpg);
    background-size: cover;
}

.light-background-pin-image-1727 {
    background-image: url(Images/pin_input_background_lightened_1727.jpg);
    background-size: cover;
}

.light-background-pin-image-807 {
    background-image: url(Images/pin_input_background_lightened_807.jpg);
    background-size: cover;
}

.light-background-password-image {
    background-image: url(Images/password_input_background_lightened_1920.jpg);
    background-size: cover;
}

.light-background-password-image-1037 {
    background-image: url(Images/password_input_background_lightened_1037.jpg);
    background-size: cover;
}

.light-background-password-image-1382 {
    background-image: url(Images/password_input_background_lightened_1382.jpg);
    background-size: cover;
}

.light-background-password-image-1727 {
    background-image: url(Images/password_input_background_lightened_1727.jpg);
    background-size: cover;
}

.light-background-password-image-807 {
    background-image: url(Images/password_input_background_lightened_807.jpg);
    background-size: cover;
}

p.intro-page-title {
    margin-top: 150px;
    color: white;
    font-size: 200%;
}

p.intro-page-body {
    color: white;
    font-size: 100%;
    line-height: 22px;
}

#intro-page-body-part-2 {
    margin-top: 20px;
    color: white;
    font-size: 100%;
    line-height: 18px;
}


p.confirmation-email-sent-page-title {
    margin-top: 60px;
    color: #9c27b0;
    font-size: large;
    font-weight: 700;
}

p.confirmation-email-sent-page-body-text {
    font-size: 100%;
    font-weight: 700;
    line-height: 22px;
}

.intro-page-button-row {
    margin-bottom: 140px;
}

.position-login-page-username-textbox, .position-resend-confirmation-email-page-username-textbox {
    margin-top: 10px;
}

.position-registration-page-username-textbox {
    margin-top: 20px;
}

.infocus-note-control-label {
    color: #9c27b0;
}

#footer-separator {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #9c27b0;
    margin: 1em 0;
    padding: 0;
    width: 285px;
    margin-top: 100px;
    margin-bottom: 30px;
    display: normal;
}


.registration-page-pin-separator {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #3f51b5;
    margin: 1em 0;
    padding: 0;
    width: 285px;
    margin-top: 100px;
    margin-bottom: 30px;
    display: normal;
}

#username-line {
    margin-top: 50px;
}

#login-error-message {
    display: none;
    margin-top: -5px;
    margin-bottom: 50px;
    margin-left: 0px;
}

#registration-error-message {
    display: none;
    margin-top: 30px;
    margin-bottom: 20px;
}


.make-text-red {
    color: red;
}

.registration-form-informational-text {
    font-size: 101%;
    margin-top: 10px;
    margin-bottom: -20px;
}

.two-dimensional-grid-container {
  display: inline-grid;
  grid-template-columns:  auto auto;
}

.left-grid-item {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  border: 3px solid rgba(0, 0, 0, 0);
  text-align: right;
}

.right-grid-item {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  border: 3px solid rgba(0, 0, 0, 0);
  text-align: left;
  margin-left:10px;
  font-weight: 400;
}

.center-elements {
    display: flex;
    justify-content: center;
    align-items: center;
}


#dc-online-sales-inline-ad a:hover {
    text-decoration: none;
}