﻿html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  display: block;
  position: relative;
  background-color: #eff2f4 !important;
}

.sharedLogo {
    display: block;
    position: relative;
    width: 175px;
    text-align: left;
    color: white;
    font-family: sans-serif;
    padding: 2em 0;
    margin: 0 auto;
}

.sharedLogo img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.stdDiv {
    border: none;
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
}

input {
    background-color: #eff2f4!important;
    border: 1px solid #e8e9ea;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 32px;
    color: #969696;
    font-weight: bold;
    font-size: 1em;
    padding-left: 8px;
}

input.input-validation-error {
    background-color: #eff2f4!important;
    border-color: #c44e3e!important;
}

h1 {
    background: none;
    color:black;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    height: 30px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
}

button {
    display: inline-block;
    position: relative;
    height: 32px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffb03b;
    color: #fff;
    font-weight: bold;
    padding: 8px 32px;
    -moz-box-shadow: 0 6px 10px rgba(255, 176, 59, 0.18), 0 3px 6px rgba(255, 176, 59, 0.25);
    -webkit-box-shadow: 0 6px 10px rgba(255, 176, 59, 0.18), 0 3px 6px rgba(255, 176, 59, 0.25);
    box-shadow: 0 8px 8px rgba(255, 176, 59, 0.18), 0 2px 3px rgba(255, 176, 59, 0.25);
    transition: box-shadow 0.1s;
    transition: background-color 0.1s;
}

button:active {
    background-color: #ffc062;
    -moz-box-shadow: 0 6px 10px rgba(255, 176, 59, 0), 0 3px 6px rgba(255, 176, 59, 0);
    -webkit-box-shadow: 0 6px 10px rgba(255, 176, 59, 0), 0 3px 6px rgba(255, 176, 59, 0);
    box-shadow: 0 8px 8px rgba(255, 176, 59, 0), 0 2px 3px rgba(255, 176, 59, 0);
}

div.fd {
    margin-bottom: 1em;
}