@font-face {
  font-family: 'bold';
  src: url("/assets/Sailec-Bold.woff2") format("woff2"), url("/assets/Sailec-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'medium';
  src: url("/assets/Sailec-Medium.woff2") format("woff2"), url("/assets/Sailec-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "sofia-pro";
  font-weight: 400;
  src: url("/assets/Sailec-Regular.woff2") format("woff2"), url("/assets/Sailec-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'light';
  src: url("/assets/Sailec-Light.woff2") format("woff2"), url("/assets/Sailec-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.btn {
  display: block;
  border: 1px solid #184a91;
  background: #184a91;
  padding: 12px 38px;
  margin: 10px 0;
  font-size: 15px;
  font-family: "sofia-pro";
  font-weight: 700;
  outline: none;
  color: white;
  overflow: hidden;
  border-radius: 2px;
  transition: 0.3s ease;
  font-style: normal;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer; }
  .btn:hover {
    background: rgba(24, 74, 145, 0.7); }
  .btn:active {
    transform: scale(0.95); }

.btn--sml {
  display: inline-block;
  border: 1px solid #184a91;
  border-radius: 2px;
  background: #184a91;
  padding: 3px 9px;
  font-size: 13px;
  line-height: 1.1;
  outline: none;
  position: relative;
  color: white;
  font-family: "sofia-pro";
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  transition: 0.3s ease;
  overflow: hidden;
  cursor: pointer; }
  .btn--sml:hover {
    background: rgba(24, 74, 145, 0.7); }
  .btn--sml:active {
    transform: scale(0.95); }

.btn--sml-md {
  display: inline-block;
  border: 1px solid #184a91;
  border-radius: 2px;
  background: #184a91;
  padding: 4px 12px;
  font-size: 12px;
  outline: none;
  font-family: "sofia-pro";
  font-weight: 700;
  position: relative;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  font-style: normal;
  transition: 0.3s ease;
  overflow: hidden;
  cursor: pointer; }
  .btn--sml-md:hover {
    background: rgba(24, 74, 145, 0.7); }
  .btn--sml-md:active {
    transform: scale(0.95); }

.btn--md {
  display: inline-block;
  border: 1px solid #184a91;
  border-radius: 2px;
  background: #184a91;
  padding: 8px 22px;
  text-transform: capitalize;
  font-size: 14px;
  outline: none;
  color: white;
  line-height: 1.1;
  font-family: "sofia-pro";
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  transition: 0.3s ease;
  overflow: hidden;
  cursor: pointer; }
  .btn--md:hover {
    background: rgba(24, 74, 145, 0.7); }
  .btn--md:active {
    transform: scale(0.95); }

.btn--full {
  width: 100%;
  display: block;
  margin: 20px 0; }

.btn--lg {
  display: block;
  border: 1px solid #184a91;
  background: #184a91;
  padding: 15px 45px;
  margin: 10px 0;
  font-size: 15px;
  outline: none;
  color: white;
  font-family: "sofia-pro";
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 2px;
  transition: 0.3s ease;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer; }
  .btn--lg:hover {
    background: rgba(24, 74, 145, 0.7); }
  .btn--lg:active {
    transform: scale(0.95); }

.btn--outline {
  background: transparent;
  border: 1px solid #e8e8e8;
  color: #140b38;
  font-family: "sofia-pro";
  font-weight: 600; }
  .btn--outline:hover {
    background: #f1f1f1; }

.btn--sml__hot {
  background: #ef8b80;
  border: 1px solid #e74c3c; }
  .btn--sml__hot:hover {
    background: #e74c3c; }

.btn--sml__avail {
  background: #2ecc71;
  border: 1px solid #2ecc71; }
  .btn--sml__avail:hover {
    background: #69dd9a; }

.btn--right {
  display: inline-block;
  position: relative;
  border: 1px solid #184a91;
  border-radius: 2px;
  background: rgba(24, 74, 145, 0.7);
  color: white;
  width: 30px;
  padding: 30px 0;
  outline: none;
  transition: 300ms ease;
  overflow: hidden;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  transition: 0.2s ease; }
  .btn--right:hover:after {
    transform: translate(-30%, -50%); }
  .btn--right:after {
    content: "\f07d";
    font-family: "streamline";
    font-size: 10px;
    font-weight: lighter;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease; }
  .btn--right:active {
    transform: scale(0.95); }

.btn--left {
  display: inline-block;
  position: relative;
  border: 1px solid #184a91;
  border-radius: 2px;
  background: rgba(24, 74, 145, 0.7);
  color: white;
  width: 30px;
  padding: 30px 0;
  outline: none;
  transition: 300ms ease;
  overflow: hidden;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  transition: 0.2s ease; }
  .btn--left:hover:after {
    transform: translate(-70%, -50%); }
  .btn--left:after {
    content: "\f076";
    font-family: "streamline";
    font-size: 10px;
    font-weight: lighter;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease; }
  .btn--left:active {
    transform: scale(0.95); }

.btn--alt {
  background: transparent;
  border: 1px solid grey;
  color: grey; }
  .btn--alt:hover {
    background: #d3d3d3;
    color: #140b38; }

.btn__avail {
  background: #69dd9a;
  border: 1px solid #2ecc71; }
  .btn__avail:hover {
    background: #2ecc71; }

.btn--white {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF; }
  .btn--white:hover {
    background: rgba(255, 255, 255, 0.3); }

.btn--grey {
  background: white;
  border: 1px solid #e8e8e8;
  color: #140b38; }
  .btn--grey:hover {
    color: rgba(20, 11, 56, 0.7);
    background: white; }

body {
  margin: 0;
  font-family: "sofia-pro";
  font-weight: 300; }

.login-bg {
  position: fixed;
  top: 0;
  left: 550px;
  height: 100vh;
  width: calc(100vw - 550px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.login-box {
  height: 100vh;
  width: 550px;
  background: #ffffff;
  display: flex;
  align-items: center;
  z-index: 4;
  border-radius: 2px;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.05); }

.login-box__content {
  display: block;
  z-index: 2;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.login-box__logo {
  width: 280px;
  display: block;
  margin: 20px auto; }

.login-box__title {
  font-size: 28px;
  margin-bottom: 50px;
  display: block; }

.input-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.input-label {
  position: static;
  text-align: left;
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px; }

.input {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  outline: none;
  font-family: "sofia-pro";
  font-weight: 300;
  box-sizing: border-box; }

.login-box__btn {
  padding: 15px;
  margin-top: 10px;
  font-size: 16px;
  width: 100%; }

.login-box__error {
  font-size: 15px;
  color: #e74c3c;
  text-align: center;
  width: 100%;
  padding: 20px 12px;
  background: rgba(231, 76, 60, 0.15);
  box-sizing: border-box;
  margin-top: 30px; }
  .login-box__error p {
    margin: 0;
    font-size: 13px; }

.cc-or-brg {
  width: 88%;
  margin: 0 auto; }
  .cc-or-brg hr {
    width: 75%;
    margin: 50px auto;
    border-bottom: 0;
    border-top: 1px solid #dbdbdb; }

.cc-or-brg__title {
  font-family: "sofia-pro";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #707070; }

.cc-or-brg__new-badge {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 7px;
  font-size: 12px;
  background: #e9465a;
  color: white;
  margin-left: 5px;
  border-radius: 5px; }

.cc-or-brg__cc img {
  width: 70%;
  margin: 0 auto;
  display: block; }

.cc-or-brg__cc .btn--cc {
  background: #000000;
  color: white;
  margin: 30px auto 0 auto;
  display: block;
  width: 300px;
  border-color: #000000;
  text-decoration: none;
  box-sizing: border-box; }
  .cc-or-brg__cc .btn--cc img {
    height: 28px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px; }
  .cc-or-brg__cc .btn--cc:hover {
    color: #d6d6d6;
    background: #000000; }
    .cc-or-brg__cc .btn--cc:hover img {
      opacity: 0.9; }

@media all and (max-width: 1000px) {
  .login-bg {
    width: 100vw;
    left: 0; }
  .login-box {
    height: 80vh;
    width: 80vw;
    left: 10vw;
    top: 10vh;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05); } }

@media all and (max-width: 500px) {
  .login-box {
    height: auto;
    width: 90vw;
    left: 5vw;
    top: 50%;
    padding: 10% 0 3% 0;
    transform: translateY(-50%);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05); }
  .login-box__content {
    width: 90%;
    position: static;
    transform: none; }
  .login-box__logo {
    width: 230px; }
  .cc-or-brg__cc img {
    width: 90%; } }

.login-box__forgot {
  font-size: 14px;
  margin: 20px auto;
  text-align: center;
  display: block;
  color: #808080;
  text-decoration-color: #ababab; }
