@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
    url('../fonts/ProximaNova-Semibold.woff') format('woff'),
    url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
    url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Light.eot');
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Light.woff2') format('woff2'),
    url('../fonts/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova-Light.ttf') format('truetype'),
    url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Extrabld.eot');
  src: url(../fonts/'ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
    url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
    url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'),
    url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('ProximaNova-Black.eot');
  src: url('ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
    url('ProximaNova-Black.woff2') format('woff2'),
    url('ProximaNova-Black.woff') format('woff'),
    url('ProximaNova-Black.ttf') format('truetype'),
    url('ProximaNova-Black.svg#ProximaNova-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaT-Thin.eot');
  src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
    url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
    url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),
    url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(0, 54, 92);
  color: #fff;
  font-family: 'Proxima Nova';
}

h1,
h2,
h3,
h4 {
  font-family: 'Proxima Nova';
  font-weight: 600;
}

img {
  max-width: 100%;
}

.login-wrap {
  color: #fff;
}

.form-signin {
  max-width: 600px;
  padding: 100px 0 80px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  background: transparent url('../images/icon-pass.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  position: relative;
  font-size: 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  font-size: 2.6rem;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  box-shadow: -2px 2px 43px 0 rgba(1, 31, 48, 0.65);
  padding: 1.5rem 5rem 1.5rem 2rem;
  margin: 0 0 1.5rem;
  width: 100%;
}

.form-signin .form-control::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.login-wrap .btn-holder .btn-primary {
  border-radius: 4px;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(to bottom, #ffc83e, #ef9b2d);
  font-size: 1.75rem;
  color: #3b2200;
  font-weight: bold;
  height: 66px;
  line-height: 40px;
  border: 0;
  position: relative;
}

.login-wrap .btn-holder .btn-primary:after {
  content: "";
  background: #ed780b url('../images/chevron-right.png');
  background-repeat: no-repeat;
  background-position: 50%;

  /* Better Font Rendering =========== */
  position: absolute;
  right: 0;
  width: 60px;
  top: 0;
  bottom: 0;
  line-height: 2;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 0 4px 4px 0;
  border-left: 2px solid #ffc73e;
}

.login-wrap .btn-holder .btn-primary:hover {
  border: none;
  outline: none;
  background: #ffa132;
}

.logo {
  padding: 6rem 0;
  text-align: center;
}

@media (min-width: 992px) {
  .btn-holder .btn-primary {
    font-size: 38px !important;
  }

  .form-signin .form-signin-heading {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .logo {
    max-width: 165px;
    margin: 0 auto;
    padding: 2rem 0;
  }

  .form-signin {
    padding: 2rem 0;
  }
}