﻿/*
    Sass variables
    These can be used from Sass files only.
    NOTE: Preferably do not use them directly, use semantic names instead.
*/
/*
    Semantic Sass variables
    These can be used from Sass files only.
*/
/* Semantic Palette */
/* Font Colors */
/* Main Color */
/*
    Sass variables
    These can be used from Sass files only.
    NOTE: Preferably do not use them directly, use semantic names instead.
*/
/*
    Semantic Sass variables
    These can be used from Sass files only.
*/
/* Semantic Palette */
/* Font Colors */
/* Main Color */
/* typography BEGIN */
/* Font Families */
/* Font Families - semantic */
/* Font Sizes */
/* typography END */
/*
    Sass variables
    These can be used from Sass files only.
    NOTE: Preferably do not use them directly, use semantic names instead.
*/
/*
    Semantic Sass variables
    These can be used from Sass files only.
*/
/* Semantic Palette */
/* Font Colors */
/* Main Color */
/*
    Sass variables
    These can be used from Sass files only.
    NOTE: Preferably do not use them directly, use semantic names instead.
*/
/*
    Semantic Sass variables
    These can be used from Sass files only.
*/
/* Semantic Palette */
/* Font Colors */
/* Main Color */
/* typography BEGIN */
/* Font Families */
/* Font Families - semantic */
/* Font Sizes */
/* typography END */
/*
    Sass variables
    These can be used from Sass files only.
    NOTE: Preferably do not use them directly, use semantic names instead.
*/
/*
    Semantic Sass variables
    These can be used from Sass files only.
*/
/* Semantic Palette */
/* Font Colors */
/* Main Color */
/*
    Sass variables
    These can be used from Sass files only.
    NOTE: Preferably do not use them directly, use semantic names instead.
*/
/*
    Semantic Sass variables
    These can be used from Sass files only.
*/
/* Semantic Palette */
/* Font Colors */
/* Main Color */
/* typography BEGIN */
/* Font Families */
/* Font Families - semantic */
/* Font Sizes */
/* typography END */
select, input[type=text], input[type=password] {
  color: var(--color-black-actual);
  font: normal 13px "Proxima Nova", Arial, Helvetica, sans-serif;
  background-color: var(--background-color);
}

a:focus, select:focus, input[type=text]:focus, input[type=password]:focus {
  outline: 1px solid var(--color-palette-20);
  border-color: var(--color-palette-20);
}

select, input[type=text], input[type=password] {
  border: 1px solid var(--color-base-low);
  border-radius: 3px;
}

input[type=text], input[type=password] {
  padding: 3px;
  margin-top: 6px;
  width: 150px;
  height: 16px;
}

select {
  padding: initial;
  height: 24px;
  margin-top: 6px;
}

img.picture {
  border: 1px solid var(--border-color);
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 600px;
  background-image: url(/Content/images/login_background.jpg);
  background-repeat: repeat-x;
}

label {
  font-weight: bold;
  font-size: 12px;
}

.heading {
  font-size: 1.3em;
  font-weight: bold;
}

.fields {
  float: left;
  width: 100%;
  padding: 4px;
}

.button-panel {
  margin: 0 auto;
  width: 50px;
}

.input-validation-error {
  border: red 1px solid;
}

/*.field-validation-error {
    color: var(--alert-color);
}*/
.validation-summary-errors {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  list-style-position: inside;
}

#validation-summary {
  width: 494px;
  margin-left: 39px;
  margin-top: 70px;
}
