/******************************************************************************************
PIXEL TO REM CONVERSION TABLE - Root Size: 16px
-------------------------------------------------------------------------------------------
PX   REM     |  PX   REM     |  PX   REM     |  PX   REM     |  PX   REM     |  PX   REM
-------------------------------------------------------------------------------------------
10 = 0.625   |  20 = 1.25    |  30 = 1.875   |  40 = 2.5     |  50 = 3.125   |  60 = 3.75
11 = 0.6875  |  21 = 1.3125  |  31 = 1.9375  |  41 = 2.5625  |  51 = 3.1875  |  61 = 3.8125
12 = 0.75    |  22 = 1.375   |  32 = 2       |  42 = 2.625   |  52 = 3.25    |  62 = 3.875
13 = 0.8125  |  23 = 1.4375  |  33 = 2.0625  |  43 = 2.6875  |  53 = 3.3125  |  63 = 3.9375
14 = 0.875   |  24 = 1.5     |  34 = 2.125   |  44 = 2.75    |  54 = 3.375   |  64 = 4
15 = 0.9375  |  25 = 1.5625  |  35 = 2.1875  |  45 = 2.8125  |  55 = 3.4375
16 = 1       |  26 = 1.625   |  36 = 2.25    |  46 = 2.875   |  56 = 3.5
17 = 1.0625  |  27 = 1.6875  |  37 = 2.3125  |  47 = 2.9375  |  57 = 3.5625
18 = 1.125   |  28 = 1.75    |  38 = 2.375   |  48 = 3       |  58 = 3.625
19 = 1.1875  |  29 = 1.8125  |  39 = 2.4375  |  49 = 3.0625  |  59 = 3.6875
-------------------------------------------------------------------------------------------
******************************************************************************************/
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
        outline: none !important;
        box-shadow: none !important;
}
.form-control:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:hover, button:hover {
  cursor: pointer;
}
.space-top-0 {
  margin-top: 0;
}
.space-bottom-0 {
  margin-bottom: 0;
}
.space-top-5 {
  margin-top: 5px;
}
.space-bottom-5 {
  margin-bottom: 5px;
}
.space-top-10 {
  margin-top: 10px;
}
.space-bottom-10 {
  margin-bottom: 10px;
}
.space-top-15 {
  margin-top: 15px;
}
.space-bottom-15 {
  margin-bottom: 15px;
}
.space-top-20 {
  margin-top: 20px;
}
.space-bottom-20 {
  margin-bottom: 20px;
}
.space-top-30 {
  margin-top: 30px;
}
.space-top-40 {
  margin-top: 40px;
}
.space-bottom-40 {
  margin-bottom: 40px;
}
.space-top-50 {
  margin-top: 50px;
}
.space-bottom-50 {
  margin-top: 50px;
}
html,
body {
  height: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  background-color: #eeeeee;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
h1 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0;
}
h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
}
#signin-header {
  padding-bottom: 1.1rem;
}
.form-signin, .form-lost-password {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox, .form-lost-password .checkbox  {
  font-weight: 400;
}
.form-signin .form-control, .form-lost-password .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus, .form-lost-password .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-lost-password input[type="email"] {
  margin-bottom: -1px;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-lost-password input[type="text"] {
  margin-bottom: -1px;
}
.form-lost-password p.instruction {
  margin-top:  .8rem;
  line-height: 120%;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-primary {
  background-color: #30698D;
  border-color: #30698D;
}
.btn-primary:hover {
  background-color: #1F4760 !important;
  border-color: #1F4760 !important;
}
.btn-primary:focus {
  background-color: #1F4760 !important;
  border-color: #1F4760 !important;
}
.btn-primary:active {
  background-color: #1F4760 !important;
  border-color: #1F4760 !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #74061F;
}
p {
  color: #535353;
}
a {
  color: #E80036;
}
a:hover {
  text-decoration: none;
  color: #81001E;
}