@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
a {
  color: #2775c6;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.login-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column; }

.login-page {
  align-items: center;
  display: flex;
  position: relative;
  flex: 1;
  padding: 20px;
  width: calc(100% - 40px); }
  .login-page:before {
    display: none;
    background: radial-gradient(circle at center, rgba(42, 42, 89, 0.7) 10%, rgba(42, 42, 89, 0.9) 40%, rgba(42, 42, 89, 0.7) 70%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat; }

.form-error {
  color: red;
  background-color: #FFBDBD;
  padding: 11px;
  border-radius: 5px;
  font-weight: bold; }

.form {
  position: relative;
  z-index: 1;
  background: transparent;
  max-width: 360px;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
  background: #f9f9f9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center; }
  .form .login-title {
    color: #181a1a;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 24px;
    margin-top: 0; }
  .form input {
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    outline: 0;
    display: block;
    background: white;
    width: 100%;
    transition: border-color 0.2s ease 0s;
    border-radius: 3px;
    border: 1px solid #d4d9e2;
    margin: 0 0 15px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 12px; }
    .form input ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ccc; }
    .form input::-moz-placeholder, .form input:-ms-input-placeholder, .form input:-moz-placeholder {
      /* Firefox 19+ */
      color: #bbb; }
    .form input:focus {
      border-color: #8c96a9; }
  .form .login-button {
    margin-bottom: 20px; }
  .form button {
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 3px;
    outline: 0;
    background: #323A45;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 18px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer; }
  .form button:hover,
  .form button:active,
  .form button:focus {
    background: #1d2127; }
  .form select {
    width: 100%;
    margin: 0 0 15px;
    padding: 12px;
    font-size: 12px;
    border: 1px solid #d4d9e2;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("../img/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 97% center; }
  .form .message {
    margin: 15px 0 0;
    color: #181a1a;
    font-size: 14px; }

.login-ls {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  opacity: .7; }

.login-mark {
  background: #f9f9f9;
  border-radius: 0;
  padding: 20px;
  width: 100%;
  max-width: 225px;
  margin: 0 auto 10px;
  border: 0px solid rgba(255, 255, 255, 0.5); }
  .login-mark .logo-flame {
    fill: #ed5153; }
  .login-mark img {
    max-width: 100%;
    max-height: 100%; }
  .login-mark a:hover {
    opacity: .9; }

.login-logo {
  width: 100%;
  margin-bottom: 30px; }

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto; }
  .container:before, .container:after {
    content: "";
    display: block;
    clear: both; }
  .container .info {
    margin: 50px auto;
    text-align: center; }
    .container .info h1 {
      margin: 0 0 15px;
      padding: 0;
      font-size: 36px;
      font-weight: 300;
      color: #1a1a1a; }
    .container .info span {
      color: #4d4d4d;
      font-size: 12px; }
      .container .info span a {
        color: #000000;
        text-decoration: none; }
      .container .info span .fa {
        color: #EF3B3A; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #181a1a;
  overflow: auto;
  background: #34495e;
  background-size: cover;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.login-support {
  font-size: 12px;
  position: relative;
  bottom: 0;
  background: #edefeb;
  padding: 20px; }
  .login-support span {
    display: none; }

@media only screen and (min-width: 768px) {
  .login-support {
    padding: 20px 100px; }
    .login-support span {
      display: inline; }

  .form .message {
    font-size: 12px; } }

/*# sourceMappingURL=login.css.map */
