@font-face {
    font-family: FSAlbertPro;
    src: url(https://rowa0b2cntl0dev0weu0stg.blob.core.windows.net/b2c/FSAlbertPro.woff);
    src: url(FSAlbertPro.woff);
}
@font-face {
    font-family: FSAlbertProBold;
    src: url(https://rowa0b2cntl0dev0weu0stg.blob.core.windows.net/b2c/FSAlbert-Bold.woff);
    src: url(FSAlbert-Bold.woff);
    font-weight: bold;
  }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #fff;
    color: #232a32;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
}

body {
    font-family: FSAlbertPro;
    font-size: 16px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
body:after {
    background: #023970 url("../assets/images/loader.svg") center no-repeat;
    position: absolute;
    background-size: 60px auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    content: "";
    opacity: 0;
    pointer-events: none;
}
body.loading:after {
    opacity: 1;
}

.login-screen {
    width: 100%;
    min-height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login-container {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.login-content {
    max-width: 420px;
    margin: 10vh auto 0;
}

p.login-hint {
    margin: 24px 0;
}

.entry-item {
    margin: 24px 0 24px 0;
    position: relative;
}
.entry-item .error {
    position: absolute;
    right: 0;
    top: -13px;
}

h2 {
    font-weight: normal;
    font-size: 16px;
}

label {
    font-size: 13px;
    font-family: FSAlbertProBold;
    display: block;
    margin-bottom: 4px;
    color: #999999;
}

input#logonIdentifier, input#password, input#email {
    font-family: FSAlbertPro;
    font-size: 13px;
    border: 0;
    border-radius: 4px;
    padding: 0 16px 0 16px;
    background: #FDFDFD;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    margin-top: 4px;
    outline: none;
}
input#logonIdentifier::placeholder, input#password::placeholder, input#email::placeholder {
    color: #999999;
}

button {
    background-color: #D15421;
    color: #fff;
    font-family: FSAlbertPro;
    font-size: 13px;
    border: 0;
    border-radius: 3px;
    padding: 0 48px 0 48px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    height: 40px;
    transition: all 0.25s ease-out;
}

button:hover {
    background-color: #e7571d;
    cursor: pointer;
}

button:active {
    background-color: #e7571d;

}

.checkbox-wrap {
    padding: 8px 0;
}

a {
    color: #004593;
    text-decoration: none;
    transition: all 0.25s ease-out;
}

a:hover {
    color: #315DAF;
    text-decoration: underline;
}

.password-label {
    position: relative;
}

#forgotPassword {
    font-size: 13px;
    color: #023970;
    letter-spacing: 0.464286px;
    font-family: FSAlbertProBold;
    margin: 16px 0;
    display: inline-block;
}

#next {
    float: right;
    margin: 17px 0 0 0;
    background-image: url("https://rowa0b2cntl0dev0weu0stg.blob.core.windows.net/b2c/icons/next-icon.svg");
    background-position: 15px center;
    background-repeat: no-repeat;
    text-align: left;
    padding: 0 23px 0 49px;
}

.divider {
    display: none;
}

#api {
    display: table;
    margin: 0;
    width: 100%;
}

#api .localAccount {
    top: 10px;
    width: 100%;
}

#api .social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E4E4E4;
    padding: 18px 0;
}

#api .social .intro {
}

#api .social .intro h2 {
    margin: 0 0 0 0;
    font-size: 13px;
}

#api .social .options {
    float: right;
}

#api .social .options button {
    background: none;
    color: #023970;
    padding: 0;
    display: inline-block;
    font-family: FSAlbertProBold;
    border: none;
    box-shadow: none;
    font-size: 13px;
    height: auto;
    margin: -10px 2px 3px 6px;
    text-transform: none;
}

#api .error {
    color: #FF0000;
    font-size: 13px;
}
.highlightError {
    border-color: #FF0000 !important;
}

.main-header {
    display: none;
}

.login-header {
    text-align: center;
}
.login-header img {

}

.login-header-title {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.8px;
    font-weight: 400;
    margin: 17px 0;
    color: #333;
    font-family: FSAlbertPro;
}

.login-screen {
    background: #023970;
}
.login-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    max-width: 590px;
    margin: 0 auto;
    padding: 46px 64px 80px 62px;
    position: relative;
    min-height: 605px;
}
.intro h2 {
    font-size: 26px;
    margin: 15px 0 32px 0;
}

.buttons .signup-container {
    float: right;
    clear: right;
    margin-top: 15px;
    font-size: 13px;
    line-height: 14px;
  }
  .buttons .signup-container a {
    font-size: 13px;
    font-family: FSAlbertProBold;
  }

.cookie-banner {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.cookie-banner-content {
  background-color: #fefefe;
  margin: 25vh auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

.cookie-banner button {
  float: right;
}

.cookie-banner .description{
  margin-bottom: 2rem;
}

.clearfix {
  clear: both;
}

.legal-menu {
  position: absolute;
  bottom: 0;
  right: 3rem;
  margin: -5px 26px 34px auto;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.45px;
}

.legal-item {
  color: white;
}
