@font-face {
  font-family: "vontobel_serif";
  font-style: normal;
  font-weight: bold;
  src: url("vontobelserif-bold-webfontd41d.eot?#iefix") format("embedded-opentype"),
       url("vontobelserif-bold-webfont.woff2") format("woff2"),
       url("vontobelserif-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "vontobel_sans";
  font-style: normal;
  font-weight: bold;
  src: url("vontobelsans-bold-webfontd41d.eot?#iefix") format("embedded-opentype"),
       url("vontobelsans-bold-webfont.woff2") format("woff2"),
       url("vontobelsans-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "vontobel_sans";
  font-style: normal;
  src: url("vontobelsans-regular-webfontd41d.eot?#iefix") format("embedded-opentype"),
  url("vontobelsans-regular-webfont.woff2") format("woff2"),
  url("vontobelsans-regular-webfont.woff") format("woff");
}

body {
  background-image: url('background.jpg');
  background-size: cover;
  background-position-y: 92px, top;
  background-color: #373A36;
  color: #000000;
  font-family: "vontobel_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  overflow-y: inherit;
}

body:not(.ie9) label.sr-only.separator span {
    font-size: 16px;
    padding: 0;
    position: relative;
    display: block;
    margin: 0;
    overflow-y: auto;
    line-height: 24px;
}

body:not(.ie9) label.sr-only.separator {
    height: 18px;
    position: relative;
    width: auto;
}

h1,h2,h3,h4,h5 {
  color: #000000;
}

h1 {
  font-size: 68px;
}

div.page-header {
  border: 0;
}

a {
  text-decoration: underline;
}

.container a {
  color: #000000;
}

.panel {
  background-color: #77c5d5;
  border: none;
  border-radius: 0;
}

.panel-default {
  box-shadow: none;
  -webkit-box-shadow: none;
}

div.spinner {
  display: none !important;
}

.alert {
  background-color: #E24C5E;
  font-size: 14px;
  border-radius: 0;
  position: absolute;
  position: top 90px;
  margin-top: 108px;
  width: 510px;
  padding-left: 50px;
  text-indent: -15px;
}

.alert a {
  color: #ffffff;
}

.alert-relative {
  position: relative;
  margin-top: -24px;
  margin-bottom: 16px;
}

h4.awaiting-response i.text-primary {
  color: #000000;
  margin-right: 10px;
}

h1.text-primary {
  color: #000000; 
}

h1 i.fa-meh-o {
  display: none;
}

.alert-message.alert-danger .alert-message-icon::before {
    content: "\F071";
}

#login-base {
  padding-bottom: 0;
}

#login-base h1 {
  font-size: 24px;
  margin-top: 92px;
}

label {
  line-height: 24px;
}

label {
  font-size: 16px;
}

label.separator.sr-only {
  margin-bottom: 8px;
  overflow: visible;
}

label.btn {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow:hidden;
  text-overflow:ellipsis;
  height: 60px;
  font-size: 16px;
}

input[type="text"], input[type="password"], input[type="button"], input[type="email"], input[type="number"], input[type="submit"], input[type="date"], select {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow:hidden;
  text-overflow:ellipsis;
  height: 48px;
  font-weight: bold;
  font-size: 16px;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="submit"], select {
  background-color:#ffffff;
}

input[type="button"], input[type="submit"] {
  color: #000000;
  background-color:#ffd400;
  margin-top: 39px !important;
  margin-left: 24px;
  width: auto !important;
  float: right;
  padding: 0 30px;
  right: 0;
}

input[type="button"]:hover, input[type="submit"]:hover {
  background-color:#ffe566;
}

input[type="button"]:active, input[type="submit"]:active {
  background-color:#ccaa00;
}

input[type="button"]:focus, input[type="submit"]:focus {
  background-color:#373a36;
  border: 4px solid #ffd400;
  color: #ffffff;
  border-radius: 2px;
  margin-right: -4px;
  margin-left: -4px;
}

.btn-primary[disabled] {
  background-color:#d0d1d1 !important;;
}

.form-control:focus {
    box-shadow: none;
}

.form-control[disabled], .form-control[readonly] {
  background-color: #d0d1d1;  
  color: #000000;
}

.btn-default {
  color: #000000;
  box-shadow: none;
  background-color: #d0d1d1;
}

.btn-default.active {
  color: #000000;
  box-shadow: none;
  background-color: #ffd400;
}

.btn:hover,.btn:active,.btn:focus,.btn-default:active:hover,.btn-default.active:hover,.btn-default:active:focus,.btn-default.active:focus,.btn-default:hover,.btn-default:focus{
  color: #000000;
  background-color: #ffd400;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #ffd400;
    border: none;
}

.btn-uppercase {
  text-transform: none;
}

#login-base .btn-group-justified, .bootstrap-dialog.login-dialog .btn-group-justified {
  padding-top: 0px;
}

.btn-group.btn-group-justified label.btn {
  height: 24px;
  color: #373A36;
}

.btn-group.btn-group-justified .btn-default.active {
  background-color: #ffffff;
  font-weight: bold;
  color: #000000;
}

.btn-group.btn-group-justified label.btn:hover {
  background-color: #ffffff;
}

.form-control::placeholder {
    color: #D0D1D1;
}

.form.login.col-sm-6.col-sm-offset-3 {
  margin-left: 12%;
  width: 76%;
}

.login-title {
  font-size: 68px;
  font-family: "vontobel_serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 54px;
}

.login-title-small {
  font-size: 52px;
  font-family: "vontobel_serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 54px;
}

.login-subtitle {
  font-size: 28px;
  padding-bottom: 40px;
}

.main-logo {
    position: absolute;
    top: 33px;
    left: 57px;
    height: 26px;
    width: auto;
}

#touch-id {
  padding: 0 0 0 40px;
  position: absolute;
  text-decoration: none;
  font-weight: bold;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#touch-id::before {
  content: "" !important;
  height: 2px !important;
  width: 30px !important;
  padding: 0 !important;
  position: absolute;
  left: 0;
  top: 8px !important;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #000000;
}

#touch-id:hover::before {
    width: 35px !important;
}

#touch-id::after {
  content: "";
  position: absolute;
  border-top: 2px solid #ca0;
  border-top-color: rgb(204, 170, 0);
  border-right: 2px solid #ca0;
  border-right-color: rgb(204, 170, 0);
  left: 23px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-color: #000000 !important;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  z-index: 3;
}

#touch-id:hover::after {
  padding: 0 !important;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

div.form-group {
	text-align: left !important;
}

#callback_0:empty {
  display: none;
}

div #callback_0 {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 40px;
  background-color: #E24C5E;
  color: #ffffff;
  padding: 15px;
  padding-left: 50px;
  text-indent: -26px;
}

div #callback_0:before {
    content: "\f071";
    font-family: FontAwesome;
    font-weight: 700;
    margin-right: 12px;
}

.footer {
  position: absolute;
  width: 100%;
  height: 56px;
  left: 0px;
  bottom: 0px;
  background-color: #373A36;
  padding: 18px 33px 22px 33px;
  margin: 0;
  text-align: left;
}

.footer-body {
    height: 16px;
    justify-content: space-between;
    display: flex;
}

.footer ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
  height: 16px;
  padding-bottom: 8px;
}

.footer li a {
    color: #ffffff;
    font-size: 14px;
    vertical-align: top;
}

.container {
    padding: 0px 0px 60px 0px;
    margin-top: 175px;
    background-color: #F0EDE4;
    width: 670px;
}

@media only screen and (max-width: 48rem) {
  body {
    background-position-y: 56px, top;
  }
  .container {
    margin-top: 125px;
    width: 100%;
  }
  .login-title {
    font-size: 30px;
  }
  .login-title-small {
    font-size: 30px;
  }
  .login-subtitle {
    font-size: 16px;
  }
  .footer {
    font-size: 12px;
  }
  .footer li a {
    font-size: 12px;
  }
  .main-logo {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 22px;
    width: auto;
  }
  .alert {
    margin-top: 65px;
    width: 100%;
  } 
  .alert-relative {
    position: relative;
    margin-top: -24px;
    margin-bottom: 16px;
  }
  input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {
    height: 50px;
    font-size: 16px;
  }
  .footer {
  	height: 80px;
  }
  .footer-body {
  	height: 16px;
  	justify-content: space-between;
  	display: block;
  }
  .footer ul {
  	margin-bottom: 8px;
  }
}