﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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;
}



button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.footer {
  position: absolute;
  bottom: 50px;
  width: 95%;
  white-space: nowrap;
}
.logo {
    max-height: 150px;
    max-width: 150px;
}

@media (min-width: 600px) {
    .rounded-25 {
        border-radius: 25px !important;
    }

    .rounded-25-r {
        border-radius: 0 25px 25px 0 !important;
    }

    .rounded-25-l {
        border-radius: 25px 0 0 25px !important;
    }

    .logo {
        max-height: 150px;
        max-width: 300px;
    }

    .box-shadow {
        box-shadow: 0 0 7px 1px #878787 !important;
    }
}

    .font-875 {
        font-size: .875rem !important;
    }

    .font-weight-600 {
        font-weight: 600;
        color: rgba(0,0,0,.87);
    }

    .custom-underline {
        text-decoration: none;
        padding-bottom: 0px;
        border-bottom: 1px solid;
    }

        .custom-underline:hover, .custom-underline:focus {
            text-decoration: none;
        }

    .no-hover:hover, .no-hover:focus {
        text-decoration: none;
    }

    a:hover, a:focus {
        color: #005580;
        text-decoration: none;
    }

.login-btn {
    font-size: 1rem;
    max-width: 265px;
    border-radius: 25px !important;
}

    .form-control:focus {
        border-color: none;
        box-shadow: none;
    }

    .alert {
        margin-bottom: 0 !important;
    }

    .privacy-terms {
        max-width: 700px;
    }

    .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }

    .select-lang option {
        background: #fff;
        color: #000;
    }

    .select-lang > option:hover {
        background: red !important;
        color: #fff;
    }
    /* enable absolute positioning */
    .inner-addon {
        position: relative !important;
    }

        /* style glyph */
        .inner-addon .fa-solid,
        .inner-addon .fa-regular {
            position: absolute !important;
            margin: 21px 16px;
        }

        .inner-addon #xmark-psw {
            position: absolute !important;
            margin: 21px 46px 21px 16px;
        }

    /* align glyph */
    .left-addon {
        left: 0px;
    }

    .right-addon {
        right: 0px;
        cursor: pointer;
    }

    /* add padding  */
    input.login-input {
        padding-left: 40px;
        padding-right: 40px;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-text-fill-color: white !important;
    }

    .login-input {
        font-size: 1rem;
    }

    label {
        font-size: 14px;
    }

    .form-control-lg {
        height: 56px !important;
    }

    .field-validation-error {
        color: white;
        font-size: smaller;
        display: block;
        height: 16px;
    }

    .field-validation-valid {
        display: block;
        height: 16px;
    }
    /*.input-validation-error {
    border-width: 2px;
}*/