@font-face {
  font-family: "robotomedium";
  font-stretch: normal;
  src: url('../../dist/sites/Verisk/fonts/roboto-medium-webfont.woff2') format('woff2'), url('../../dist/sites/Verisk/fonts/roboto-medium-webfont.woff') format('woff'), url('../../dist/sites/Verisk/fonts/Roboto-Medium.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

body, html {
  color: hsl(241,77%,12%);
  height: 100%;
  font-family: "robotomedium";
  margin: 0;
  padding: 0
}

a {
    color: hsl(227,100%,50%)
}

form {
    height: 100%
}

* {
    box-sizing: border-box
}

.text--small {
    font-size: 12px
}

.text--error {
    color: hsl(0,89%,57%);
    font-weight: normal
}

.top-bar {
    align-items: center;
    background: hsla(0,0%,100%,0.6);
    display: flex;
    height: 40px;
    left: 0;
    padding: 5px 16px;
    position: absolute;
    top: 0;
    width: 100%
}

    .top-bar .logo {
        height: 30px;
        width: auto
    }

    .top-bar .product-name {
        font-weight: 600;
        padding-left: 16px
    }

.login-wrapper {
  background-position: center;
  background-size: cover;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  align-items: center
}

    .login-wrapper.img1 {
        background-image: url('/images/va-building-1.jpg')
    }

  .login-wrapper.img2 {
    background-image: url('/images/va-building-1.jpg')
  }

    .login-wrapper.img3 {
        background-image: url('/images/va-building-1.jpg')
    }

.modal {
    background: hsl(0deg 0% 100%);
    max-width: 50%;
    padding: 32px 20px;
    width: 500px;
    -webkit-animation: modalGrow .15s .5s ease-out both;
    animation: modalGrow .15s .5s ease-out both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

    .modal ol {
        display: block;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        max-width: 325px;
        width: auto
    }

        .modal ol li {
            margin-bottom: 15px;
            text-align: center
        }

            .modal ol li:last-child {
                margin-bottom: 0
            }

            .modal ol li.login-header-container {
                height: 100px;
            }

            .modal ol li .login-header {
                display: none;
            }

            .modal ol li.login-header-container:after {
                display: block;
                content: "";
                height: inherit;
                margin-left: auto;
                margin-right: auto;
                background-size: 100% auto !important;
                background: url('/globalassets/SVGs/Verisk-logo.svg');
                background-repeat: no-repeat !important;
            }

@media screen and (max-width: 400px) {
    .modal ol li.login-header-container {
        height: 50px;
    }
}

.modal ol label {
    display: block;
    margin-bottom: 4px
}

.modal ol input {
  font-family: "robotomedium";
}

    .modal ol input[type="text"], .modal ol input[type="email"], .modal ol input[type="password"] {
        background: hsl(0,0%,100%);
        border: 1px solid hsl(0,0%,62%);
        border-radius: 4px;
        color: hsl(241,77%,12%);
        outline: none;
        transition: all .2s ease-in-out
    }

    .modal ol input[type="text"], .modal ol input[type="email"], .modal ol input[type="password"], .modal ol input[type="submit"], .modal ol .link {
        font-size: 16px;
        padding: 10px;
        width: 100%
    }

    .modal ol input[type="submit"], .modal ol .link {
        background: hsl(227,100%,50%);
        border: 0 solid;
        border-radius: 4px;
        color: #fff;
        cursor: pointer
    }

      .modal ol .link {
        display: block;
        text-decoration: none
      }

.modal ol label {
    display: block;
    font-size: 14px;
    text-align: left
}

.modal ol input[type="checkbox"] {
    margin-right: 4px
}

.modal ol input:focus {
    border: 1px solid hsl(227,100%,50%)
}

.modal ol input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px hsl(0,0%,100%) inset
}

.modal ol p {
    margin: 0
}

.cookie-information {
    height: auto;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
    transition: all .1s ease-in
}

    .cookie-information.is-visible {
        max-height: 100px;
        opacity: 1;
        transition: all .2s ease-in
    }

@-webkit-keyframes modalGrow {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes modalGrow {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

#Submit {
  align-items: center;
  background-color: #00358E;
  border: 0.1875rem solid #00358E;
  border-radius: 6.25rem;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "robotomedium";
  font-size: 1.25rem;
  font-stretch: normal;
  gap: 0.5rem;
  height: fit-content;
  justify-content: center;
  line-height: 1.4;
  max-width: 100%;
  padding: 1rem 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  box-shadow: none;
  width: 100%;
}

  #Submit:focus,
  #Submit:hover {
    background-color: #ffffff;
    color: #00358E;
  }

  #Submit:focus {
    box-shadow: 0rem 0rem 0.5rem 0rem #00358E;
    outline: #00358E;
  }

  #Submit:active {
    box-shadow: 0rem 0rem 0.5rem 0rem #00358E;
    background-color: #002F66;
    border: 0.1875rem solid #002F66;
    border-radius: 6.25rem;
    color: #ffffff;
  }

  #Submit:disabled {
    background-color: #edf4ff;
    border-color: #edf4ff;
    box-shadow: none;
    color: #737373;
    cursor: not-allowed;
    pointer-events: none;
  }
