﻿body {
  background-image: url("/img/bg-v3.jpg");
  background-size: cover;
  background-position: center top;
}

.login-col {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 100%;
  width: 374px;
  padding: 115px 20px;
}
.login-col h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 12px;
}
.login-col form {
  margin-top: 90px;
}
.login-col form .form-control {
  margin-bottom: 20px;
  height: calc(2.5em + 1rem + 2px);
  border: none;
  font-size: 14px;
  border-radius: 2px;
}
.login-col form > a {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-decoration: underline;
}
.login-col .checkbox {
  margin-bottom: 15px;
}
.login-col .checkbox label {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000000;
}
.login-col .checkbox label:before {
  border: solid 1px #fff;
  background-color: #fff;
}
.login-col .checkbox label:after {
  color: #676A6C;
}
.login-col .btn {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 0;
  padding: 12px;
  margin-bottom: 15px;
}

.title h1 {
  font-style: normal;
  font-size: 60px;
  line-height: 48px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  color: #004A5D;
  position: relative;
}
.title h1 span {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #999999;
  letter-spacing: -0.045em;
}
.title h1 span:nth-of-type(2) {
  font-size: 1.5rem;
  position: absolute;
  bottom: -35px;
  left: 5px;
  letter-spacing: 0.1px;
}

.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  display: block;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.validation-summary-errors ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
}
