@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,700,800,900,500');

body {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  min-width: 320px;
}
footer {
  font-size: 14px;
  margin-top: 34px;
  padding-bottom: 24px;
  background: none !important;
  color: inherit;
}

footer .legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

footer .legal-links li {
  display: inline;
  padding-right: 6px;
}

footer .legal-links li + li::before {
  content:'|';
  margin-right: 8px;
}

footer .legal-links li a {
  color: #595959 !important;
  text-decoration: none;
  display: inline;
}

footer .legal-links li a:hover {
  color: #000000 !important;
}

html {
  height: 100%;
}

.text-blue {
  color: #3575D3;
}
a.text-blue {
  color: #3575D3;
}

header,
footer {
  text-align: center;
}

header {
  padding-top: 120px;
  padding-bottom: 25px;
}

header .logo {
  display: inline-block;
}
header .logo img {
  max-width: 100%;
}

.login-panel {
  padding: 60px 65px 50px;
  background: #eef5ff;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.login-panel::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.login-panel::after {
  content: '';
  display: block;
  width: 80%;
  margin: auto;
  height: 0;
  border-width: 16px 11px 0 11px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #3575D3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.login-panel h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.login-panel h1 + p {
  margin-bottom: 24px;
}

.form-control {
  background-color: #faf9fc;
  border-radius: 2px;
  border-color: #dddddd;
  border-left: 4px solid #3575D3;
  height: 42px;
  padding: 10px 12px;
  font-size: 16px;
}

.btn-submit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  padding: 12px 20px 12px 20px;
  color: #000;
  border: 1px solid transparent;
  background-color: #f9ce07;
  min-width: 260px;
  max-width: 100%;
  transition: all .2s;
}

.btn-submit:hover,
.btn-submit:focus {
  background-color: #D2B016;
  color: #000;
}

.btn-submit:focus,
.btn-submit:active:focus {
  outline: 0;
}

.help-text {
  margin-top: 40px;
  margin-bottom: 10px;
}

.help-text a {
  text-decoration: underline;
}

.help-text a:hover {
  text-decoration: none;
}

.support {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  vertical-align: middle;
  margin-top: 10px;
}

.support .fa {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  border: 1px solid #3575D3;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}

.collapse-inner {
  padding-top: 20px;
  padding-bottom: 15px;
}

.lost-password-block h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.lost-password-block h3 + p {
  margin-bottom: 15px;
}

footer {
  font-size: 14px;
  margin-top: 34px;
  padding-bottom: 24px;
  background: none !important;
  color: inherit;
}

footer .legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .legal-links li {
  display: inline;
  padding-right: 6px;
}

footer .legal-links li + li::before {
  content:'|';
  margin-right: 8px;
}

footer .legal-links li a {
  color: #595959 !important;
  text-decoration: none;
  display: inline;
}

footer .legal-links li a:hover {
  color: #000000 !important;
}

@media only screen and (max-width: 1300px) {
  header {
    padding-top: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .logo img {
    width: 150px;
  }
  .login-panel {
    padding: 40px 25px 30px;
  }
  .login-panel h1 {
    font-size: 24px;
  }
  .lost-password-block h3 {
    font-size: 16px;
  }
  .support {
    font-size: 14px;
  }
  footer {
    margin-top: 20px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
    .login-panel {
      padding: 40px 10px 30px;
  }
}