﻿
@font-face {
    font-family: f37ginger;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/f37ginger_regular-webfont.woff2) format("woff2"),url(/fonts/f37ginger_regular-webfont.woff) format("woff")
}

@font-face {
    font-family: f37ginger;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/f37ginger_bold-webfont.woff2) format("woff2"),url(/fonts/f37ginger_bold-webfont.woff) format("woff")
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 14px;
    margin-bottom: 60px;
    background: #583772;
    font-family: f37ginger,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    color: white;
    background-image: url(/img/background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.skip-to-main{
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.unauth-logo {
    width: 100%;
    height: auto;
    max-width: 550px;
    margin: 0px auto;
    display: block;
}

.text-danger {
    color: #ffff !important;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: none;
    color: white;
}

.btn-primary {
    color: #452062;
    background-color: #25e4a0;
    border: none;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 1.29em;
    outline: none;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        box-shadow: inset 0 0 0 3px #452062 !important;
        background-color: #fff !important;
        color: #452062 !important;
    }

a, a:hover {
    color: white;
    text-decoration: underline;
}

.aa-white-card {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}

.aa-white-box {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    max-width: 450px;
    margin: 0px auto;
}

.aa-purple-box {
    background-color: rgba(69, 32, 98, 0.6);
    border-radius: 6px;
    max-width: 600px;
    margin: 0px auto;
}

.footer-text {
    font-size: 0.86em;
}

.increase-font-container label {
    font-size: 1.71em;
}

.increase-font-container p, .increase-font-container li, .increase-font-container span {
    font-size: 1.29em;
}

.increase-font-container .form-control, .increase-font-container .custom-select {
    font-size: 1.125rem;
}

    .increase-font-container .form-control, .increase-font-container .custom-select {
        color: rgba(0, 0, 0) !important;
    }

    .increase-font-container .form-control.valid, .increase-font-container .form-control:focus, .increase-font-container input:-webkit-autofill {
        background-color: #ffff !important;
        box-shadow: none !important;
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
        -webkit-box-shadow: 0 0 0 50px white inset !important;
    }

.increase-font-container input:-webkit-autofill {
    /*-webkit-text-fill-color: yellow !important;*/
}

.toast {
    min-width: 25%
}

.back-button {
    font-size: 1.71em;
    text-decoration: none;
}

hr {
    border-color: #ffff;
}

@media screen and (max-width: 900px) {
    body {
        background-size: 150%;
    }
}

@media screen and (max-width: 576px) {
    body {
        background-size: 200%;
    }
}