/**
* Custom Source SCSS files
*/
/**
* SASS Variables
*/
/* ====== BASIC ====== */
/* lato-100 - latin-ext_latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("/base/fonts/lato/lato-v23-latin-ext_latin-100.eot"); /* IE9 Compat Modes */
  src: local(""), url("/base/fonts/lato/lato-v23-latin-ext_latin-100.eot?#iefix") format("embedded-opentype"), url("/base/fonts/lato/lato-v23-latin-ext_latin-100.woff2") format("woff2"), url("/base/fonts/lato/lato-v23-latin-ext_latin-100.woff") format("woff"), url("/base/fonts/lato/lato-v23-latin-ext_latin-100.ttf") format("truetype"), url("/base/fonts/lato/lato-v23-latin-ext_latin-100.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-300 - latin-ext_latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/base/fonts/lato/lato-v23-latin-ext_latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("/base/fonts/lato/lato-v23-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("/base/fonts/lato/lato-v23-latin-ext_latin-300.woff2") format("woff2"), url("/base/fonts/lato/lato-v23-latin-ext_latin-300.woff") format("woff"), url("/base/fonts/lato/lato-v23-latin-ext_latin-300.ttf") format("truetype"), url("/base/fonts/lato/lato-v23-latin-ext_latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/base/fonts/lato/lato-v23-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/base/fonts/lato/lato-v23-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("/base/fonts/lato/lato-v23-latin-ext_latin-regular.woff2") format("woff2"), url("/base/fonts/lato/lato-v23-latin-ext_latin-regular.woff") format("woff"), url("/base/fonts/lato/lato-v23-latin-ext_latin-regular.ttf") format("truetype"), url("/base/fonts/lato/lato-v23-latin-ext_latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin-ext_latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/base/fonts/lato/lato-v23-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/base/fonts/lato/lato-v23-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("/base/fonts/lato/lato-v23-latin-ext_latin-700.woff2") format("woff2"), url("/base/fonts/lato/lato-v23-latin-ext_latin-700.woff") format("woff"), url("/base/fonts/lato/lato-v23-latin-ext_latin-700.ttf") format("truetype"), url("/base/fonts/lato/lato-v23-latin-ext_latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
.cs-alert {
  background: #ffa8a8;
  color: maroon;
  padding: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.cs-btn {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  width: 100%;
  padding: 1.5rem;
  margin-top: 4rem;
  text-transform: uppercase;
}
.cs-btn .fa {
  font-size: 2rem;
}

.cs-btn-primary {
  background: #171a21;
  color: #fff;
}

.cs-btn-secondary {
  background: #000f28;
  color: #fff;
}

.cs-form-panel {
  flex: 1;
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
}

.cs-form-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cs-form-header {
  position: relative;
  padding: 3rem 4rem 2rem;
  overflow: hidden;
  text-align: center;
}

.cs-form-header-title {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.cs-form-header-icon {
  color: #000f28;
  display: block;
  font-size: 6rem;
}
.cs-form-header-icon:before {
  margin: 0 auto;
}

.cs-form-footer {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.cs-form {
  padding: 4rem;
}

.cs-form-group {
  margin-bottom: 3rem;
}

.cs-form-label {
  color: #000;
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.cs-form-icon {
  width: 2.5rem;
  font-size: 1.7rem;
}

.cs-form-control {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  color: #8e8e8e !important;
  font-size: 1.4rem !important;
  width: calc(100% - 32px);
  padding: 10px 0;
}
.cs-form-control:focus, .cs-form-control:hover, .cs-form-control:active {
  box-shadow: none;
  outline: none;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #8e8e8e;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8e8e8e;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #8e8e8e;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #8e8e8e;
}

:-moz-placeholder { /* Firefox 18- */
  color: #8e8e8e;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #000f28;
  color: #8e8e8e;
  min-height: 100%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  padding: 0;
  margin: 0 1rem;
}

.cs-web {
  display: flex;
  align-items: center;
  height: 100vh;
}

.cs-web-title {
  color: #000f28;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4rem;
}

.cs-mb-0 {
  margin-bottom: 0;
}

.cs-spin-loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
