﻿.body {
  font-family: 'Segoe UI' !important; }

a {
  color: #D46954 !important; }

a:hover {
  color: #D46954 !important; }

.loginBackground-gridContainer {
  display: -ms-grid;
  display: grid;
  grid-template-columns: [start] 1fr [left-gutter] repeat(16, 86.6px) [left-gutter] 1fr [end];
  grid-template-rows: [top] 1fr [top-gutter] repeat(8, 64px) [bottom-gutter] 1fr [bottom];
  justify-content: center;
  margin: 0 -2%;
  transform: rotate(-12deg) skew(-12deg); }

.loginContent {
  z-index: 1 !important; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.borderBox {
  box-sizing: border-box; }

.loginBackground {
  min-height: 692px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden; }

.loginTextbox {
  border: 1px solid #b9b9bb;
  display: flex;
  border-radius: 4px;
  font-size: 16px;
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 28px;
  padding: 8px 16px 8px 16px;
  margin-top: 12px;
  outline-color: #EEE3E4;
  width: 100%; }

.loginButton {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  border-radius: 4px;
  padding: 8px 16px 8px 16px;
  text-align: center;
  background-color: #D46954;
  color: white;
  outline-style: none;
  outline-width: 0px;
  border: none; }

.loginButton:hover {
  background-color: #fb9b88; }

.loginLabelSmall {
  line-height: 20px;
  font-weight: 500;
  font-size: 14px; }

.loginStayLoggedIn {
  align-content: baseline;
  flex-direction: row;
  flex-basis: auto;
  font-size: 14px;
  font-weight: 500; }

.loginCheckbox input {
  transition-duration: 0.25s;
  border-radius: 4px;
  width: 16px;
  height: 16px; }

.Box-divider--light-all-2 {
  box-shadow: inset 0 0 0 2px #e3e8ee; }

.Box-background--blue800 {
  background-color: #632B21; }

.Box-background--blue {
  background-color: #D46954; }

.Box-background--gray100 {
  background-color: #EEE3E4; }

.Box-background--cyan200 {
  background-color: #ff5f3f; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 4px; }
