﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  background-color: #f9f9f9;
}

.securebox {
  border: solid;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.container-login {
  min-height: 100vh;
  background-color: #f9f9f9
}

.login {
  padding: .25rem;
  min-height: 100vh;
  font-size: 1.2rem
}

.login__header {
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin: 0
}

.login__logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  max-height: 180px
}

.login__modal {
  border-color: #ddd #ddd #d8d8d8;
  -webkit-box-shadow: 0 2px 0 rgba(175, 175, 175, .12);
  box-shadow: 0 2px 0 rgba(175, 175, 175, .12);
  background-color: #fff;
  color: #777;
  position: relative;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  height: auto;
  padding: 15px 0 0;
  margin: 0 auto;
  max-width: 900px;
  width: 100%
}

.login__modal--register {
  max-width: 870px
}

.login__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.login__steps {
  background-color: #f6f7f8;
  padding: 0;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  min-width: 200px;
  width: 100%
}


@media screen and (min-width:767.98px) {
  .login__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .login__steps {
    height: 100%;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    max-width: 150px;
    min-width: 150px
  }
}

.login .steps {
  list-style: none;
  margin: .5rem auto;
  width: 90%;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: steps-counter;
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 1px auto
}

.login .steps__item {
  padding: 0;
  color: #a3a3a3;
  counter-increment: steps-counter
}

@media screen and (min-width:767.98px) {
  .login .steps {
    width: 100%;
    margin: 2rem 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd));
    background-image: linear-gradient(#ddd, #ddd);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .login .steps__item {
    margin-top: 1rem
  }

    .login .steps__item:first-of-type {
      margin-top: 0
    }
}

.login .steps__item:before {
  display: block;
  margin: 0 auto;
  content: counter(steps-counter);
  background-color: #ddd;
  width: 35px;
  height: 35px;
  border: 2px solid #f6f7f8;
  border-radius: 50%;
  text-align: center;
  font-family: GillSansLight;
  font-size: 1.25rem;
  line-height: 30px
}

.login .steps__item--active:before {
  background-color: #00aeab;
  color: #fff
}

.login .steps__item--active span {
  color: #00aeab
}

.login .steps__item--done:before {
  background-color: #00aeab;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18'%3E%3Cpolyline fill='none' stroke='%23FFF' stroke-width='2' points='6.693 16.365 13.449 23.235 24.271 8.234' transform='translate(-6 -7)'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  content: ''
}

.login .steps__item--skipped:before {
  background-color: #007b79;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18'%3E%3Cpolyline fill='none' stroke='%23FFF' stroke-width='2' points='6.693 16.365 13.449 23.235 24.271 8.234' transform='translate(-6 -7)'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  content: ''
}

.login .steps__content {
  background-color: #f6f7f8;
  font-family: GillSans;
  display: none
}

.login__content {
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.login__content-row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.login__heading {
  text-align: center
}

.login__footer {
  text-align: center;
  padding-top: 1rem
}

.login__help-link {
  color: #a3a3a3
}

.login__phoneList-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.login__phoneList {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px dotted #e7ebed
}

.login__save {
  margin-top: 1rem
}

@media screen and (min-width:321px) {
  .login__tel {
    font-family: GillSansLight;
    font-size: 1.5rem
  }
}

.login__help-text {
  font-size: .75rem;
  color: #a3a3a3;
  margin-bottom: 0
}

.login .emphasised-phonenumber {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 700
}

.login__verify {
  margin: 2rem 0;
  text-align: center
}

.login__verify-heading {
  width: 100%
}

.login__verify-code {
  text-align: center;
  min-height: 70px;
  font-size: 2rem;
  font-family: GillSansLight
}

.login .form-control,
.login__verify-btn {
  font-size: .875rem
}

@media screen and (min-width:767.98px) {
  .login .steps__item:before {
    margin: 0 auto .25rem
  }

  .login .steps__content {
    display: inline-block
  }

  .login .form-control {
    font-size: 1rem
  }
}

.login .form-control-lg {
  font-size: 2rem
}

.login label {
  font-weight: 700
}