﻿body {
  background: #000000 url(img/loginBg.jpg) no-repeat;
  background-size: cover;
}
input:focus,
textarea:focus {
  outline: #ccc !important;
}
a {
  cursor: pointer;
}
.login-background-wide {
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.login-blueBar {
  width: 100%;
  height: 32px;
  background: url(img/headerBg.jpg) repeat-x top;
}
.welcomeMessage {
  font-size: 14px;
  margin-bottom: 10px;
}
.logo {
  height: 70px;
}
.logo--cwa {
  width: 95px;
}
.logo--pra {
  width: 185px;
  margin-right: 2rem;
}
.logo-container {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 1450px) {
  .col-xl-3 {
    width: 25%;
  }
}
.fill {
  min-height: 100%;
  height: 100%;
  background: #FFF;
  margin-left: 0px !important;
  padding-left: 20px;
}
.login-loginForm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row:after {
  clear: none;
}
.SubmitBox {
  margin-top: 20px;
}
.SubmitBox a {
  color: #2075b9 !important;
}
@media (max-width: 767px) {
  body {
    background: none;
    background: #fff !important;
    padding: 0;
  }
  form {
    margin: 0;
  }
}