.home-row {
    display: flex;
}

.home-bg-image {
    background-image: url('https://bekcdn.azureedge.net/bekblob/images/052021-bekco-login-image.jpg');
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
}

.infoText {
    height: 38px;
    margin: 12px 0 28px;
    display: flex;
    color: #313c47;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}

.header-logo {
    margin: 50px auto 40px auto;
    text-align: center;
}

.header-logo .icon {
    width: 167px;
}

.login {
    margin: 0 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.main-content-area {
    padding: 0 10px !important;
}

.login__container {
    margin: 0 6px 40px 6px;
    display: flex;
    flex-wrap: wrap;
}

.login-container {
    padding: 0 !important;
}

.login__container-text {
    width: 100%;
    height: 32px;
    color: #313c47;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    white-space: nowrap;
}

.login__container-form {
    width: 100%;
}

.entry-item,
.login__container-form .forms-group {
    margin-top: 40px;
    margin-bottom: 0;
    position: relative;
}

.entry-item img {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 36px;
    right: 16px;
}

.entry-item label {
    font-size: 14px;
    line-height: 24px;
}

.login__container-form-info {
    height: 38px;
    margin: 12px 0 28px;
    display: flex;
}

.login__container-form-info-text {
    color: #313c47;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 15px;
}

.login__container-form-info-icon {
    width: 34px;
    height: 24px;
    margin-right: 10px;
}

#next,
.login__container-form-button {
    margin-top: 24px;
    height: 50px;
    width: 100%;
    border-radius: 3px;
    background-color: #0e45ac;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}

#benkeithCustomer {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #0042B3;
    ;
    margin-top: 40px;
    font-size: 14px;
    line-height: 19px;
}

.accountButton,
.firstButton {
    margin-top: 24px;
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    background-color: #eef3fb;
    ;
    color: #0042B3;
    font-weight: bold;
}

#registerCTA {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #0042B3;
    ;
    margin-top: 40px;
    font-size: 14px;
    text-decoration: none;
}

.login__container-form-button.register {
    background-color: #eef3fb;
    color: #0042b3;
    font-weight: normal;
}

.login__container-form-link {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #0042b3;
    margin-top: 40px;
    font-size: 14px;
}

.intro {
    width: 100%;
    height: 32px;
    color: #313c47;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    white-space: nowrap;
}

.intro h2 {
    font-size: 24px;
    font-weight: bold;
}

#forgotPassword,
.login__form-link {
    font-weight: bold;
    color: #0e45ac;
    cursor: pointer;
}

#forgotPassword,
.login__form-link.login__form-forgot-pwd {
    font-weight: 600;
    float: right;
}

.entry-item,
.forms__input {
    position: relative;
}

#signInName,
#password,
.forms__input-text {
    height: 24px;
    color: #313c47;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
}

#signInName,
#password,
.forms__input-box {
    padding-left: 17px;
    box-sizing: border-box;
    height: 47px;
    width: 100%;
    border: 1px solid #6a7681;
    border-radius: 3px;
    background-color: #fff;
    outline: none;
}

.password-toggle {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 40px;
    right: 16px;
}

.password-toggle:focus {
    outline: none;
}

.password-toggle__cross {
    display: none;
}

.forms-errortext {
    height: 19px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px;
}

@media (min-width: 992px) {
    .header-logo {
        margin: 10px auto 80px auto;
    }
    .header-logo .icon {
        width: 203px;
    }
    .login__container {
        margin: 0 14% 32%;
    }
    .login__container-text {
        height: 32px;
    }
    .login__container-form-text {
        font-size: 16px;
    }
    #next,
    .login__container-form-button {
        margin-top: 40px;
        line-height: 22px;
    }
    #signInName,
    #password,
    .forms__input-text .entry-item label {
        font-size: 16px;
    }
    .login__container-form-info,
    .login__container-form-info-text {
        font-size: 14px;
    }
}


/* .forms {
&__input {
  position: relative;

  &:not(.forms--error) {
    .forms-errortext {
      display: none;
    }

    .icon {
      display: none;
    }
  }

  &-text {
    height: 24px;
    color: @forms-input-text;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
  }

  &-box {
    padding-left: 17px;
    box-sizing: border-box;
    height: 47px;
    width: 100%;
    border: 1px solid @forms-input-input-border;
    border-radius: 3px;
    background-color: @forms-input-input-bg;
    outline: none;
  }

  &-read-only {
    .forms__input-text {
      color: @forms-input-read-only-color;
    }

    .forms__input-box {
      border: 1px solid @forms-input-read-only-color;
      color: @forms-input-read-only-color;
    }
  }
}

&--valid {
  input, textarea {
    border: 1px solid @forms-input-input-border-success;
  }
}

&--error {
  input, textarea {
    border: 1px solid @forms-input-error-msg;
  }

  .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    transform: translateY(50%);
  }
}

.forms-errortext {
  height: 19px;
  color: @forms-input-error-msg;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 19px;
}

&-group {
  margin-bottom: 40px;
}
}

@media (min-width: @screen-md-min) {
.forms {
  &__input {
    &-text {
      font-size: 16px;
    }
  }

  .forms-errortext {
    font-size: 14px;
  }
}
} */

div#api {
    display: table;
}

.social {
    display: table-footer-group;
}

.divider {
    display: none;
}

.localAccount {
    display: table-header-group;
}

.error {
    height: 19px;
    color: #d0021b;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 10px;
}

.test {
    font-family: sans-serif;
}

.info__box {
    margin: 0 20%;
    border: 1px solid #9F6000;
    border-radius: 5px;
    background-color: #FEEFB3;
    line-height: 2rem;
    padding: 10px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    /* Standard syntax */
    margin-bottom: 40px;
}

.info__box {
    /* margin: 0 6px 40px 6px; */
    display: flex;
    flex-wrap: wrap;
}

.info__box__icon {
    padding: 10px 10px 10px 5px;
    margin-top: 10px;
}

.info__box__icon {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/images/info-icon.svg);
}

.icon-copy {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.note {
    margin-right: 5px;
    -webkit-flex: 0;
    /* Safari */
    -ms-flex: 0;
    /* IE 10 */
    flex: 0;
    /* Standard syntax */
}

.note-copy {
    -webkit-flex: 1;
    /* Safari */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard syntax */
}
