﻿/* 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. */
/* Provide sufficient contrast against white background */

@font-face {
    font-family: "FS Thrive Elliot";
    src: url('/fonts/FSThriveElliotWeb-Regular.woff') format("woff");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "FS Thrive Elliot";
    src: url('/fonts/FSThriveElliotWeb-Light.woff') format("woff");
    font-style: light;
    font-weight: 400;
}
@font-face {
    font-family: "FS Thrive Elliot";
    src: url('/fonts/FSThriveElliotWeb-Heavy.woff') format("woff");
    font-style: bolder;
    font-weight: 800;
}
@font-face {
    font-family: "FS Thrive Elliot";
    src: url('/fonts/FSThriveElliotWeb-Bold.woff') format("woff");
    font-style: bold;
    font-weight: 700;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none !important;
}

input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
}

::-ms-reveal {
    display: none !important;
}

input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-clear-button {
    -webkit-appearance: none;
    margin: 0;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
    font-family: "FS Thrive Elliot";
    background-color: transparent;
    border: none;
    color: #639EFF;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    text-decoration: none;
    transition: all 0.4s ease;
}
a:link, a:visited {
    color: #276de2;
}
a:focus, a:hover, a:active {
    color: #165bcf;
    text-decoration: none;
}
a.btn {
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}
.btn {
    font-weight: 700;
    box-shadow: none !important;
    text-transform: none !important;
}
.btn-primary {
    background-color: #639EFF;
    border-color: #639EFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.625rem 2rem;
}
.btn-primary:hover {
    background-color: #7DAEFF;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
h1, h2 {
    font-weight: 700;
    letter-spacing: 0.025rem;
}
h2 {
    font-size: 1.5rem;
}
.error-message {
    font-size: 1rem;
    font-weight: 700;
    position:relative;
    z-index: 3;
}
.error-message-id {
    font-size: .75rem;
}
.error-imgs {
    position: relative;
    width: 300px;
}
.error-img {
    position: relative;
    width: 300px;
    height: 300px;
    z-index: 2;
}
.error-background-img {
    position: absolute;
    width: 31.875rem;
    right: -7.875rem;
    top: 1.825rem;
    opacity: 0.9;
    z-index: 1;
}
code {
    color: #282828;
}
.login-form {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 0.25rem;
    display: flex;
    display: -ms-flexbox;
    padding: 3rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.worklife-logo {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 230px;
    height: 31px;
    margin-bottom: 30px;
}
.invalid-feedback {
    display: block;
    font-weight: 500;
    font-size: 1rem;
}
.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px;
    font-weight: 500;
}
.validation-summary-errors > ul > li {
    font-weight: 500;
    line-height: 1.5;
}
.field-validation-error {
    color: #C61A1A;
    font-weight: 500;
}
.field-validation-valid {
    display: none;
}
.input-group-text {
    background: #ffffff;
}
input.input-validation-error {
    border: 1px solid #C61A1A;
}
input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.validation-summary-errors {
    color: #C61A1A;
}
.validation-summary-valid {
    display: none;
}
#showPass {
    cursor: pointer;
}
.forgot-links {
    margin: 30px 0 40px;
}
.forgot-links a {
    display: block;
    margin-bottom: 14px;
}
.disclaimer-text {
    text-align: left;
    margin-bottom: 40px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 65px;
    color: #282828;
    height: 100%;
    font-family: "FS Thrive Elliot";
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1.5; /* Vertically center the text there */
    padding: 20px 0;
    background-color: #ffffff;
}
.border-top {
    border-top: 1px solid #dedede;
}
button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

@media screen and (max-width: 480px) {
    .login-form {
        border: none;
    }
    .forgot-links {
        margin: 30px 0;
    }
    .forgot-links a{
        margin-bottom: 20px;
    }
    .disclaimer-text {
        margin-bottom: 30px;
    }
    .btn-primary {
        width: 90%;
    }
}
@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .login-form {
        padding: 2rem 1rem;
    }
    .worklife-logo {
        width: 200px;
        height: 27px;
        margin-bottom: 20px;
    }
}