﻿
/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
   /* background: #f1f1f1;*/
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 40px;
}

    #message p {
        padding: 10px 35px;
        font-size: 18px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "✖";
    }


.mainContainer {
    font-family: proxima nova,montserrat,Arial,Helvetica,sans-serif;
    color: #777;
    background-color: #fff;
    border-color: #ddd #ddd #d8d8d8;
    box-shadow: 0 2px 0 hsl(0deg 0% 69% / 12%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    overflow: auto;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    height: 500px;
    margin: 100px auto 8px;
    max-width: 400px;
    min-width: 300px;
    margin-top: 0;
    display:block;
}

.header1 {
    padding: 30px 0px 0px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ddd;
    z-index: 10;
    -moz-transition: padding-bottom .4s;
    -webkit-transition: padding-bottom .4s;
    transition: padding-bottom .4s;
    padding-bottom: 22px;
}

.auth-content {
    padding: 20px 42px 20px;
}

.inputFields {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.labelOuter {
    height: auto;
    word-wrap: break-word;
    margin-bottom: 15px;
}

.inputLabel {
    font-weight: 600;
    color: #5e5e5e;
    font-size: 14px;
    padding: 7px 10px 7px 0;
    line-height: 16px;
    box-sizing: border-box;
}
.fontStyle{
    font-weight:normal !important;
}

.inputOuter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: auto;
}

.inputInner {
    height: 40px;
    border: 1px solid #bbb;
    display: inline-block;
    float: left;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

.subInner {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 6px 8px;
    line-height: 16px;
    border: none;
    background: transparent;
    box-sizing: border-box;
    color: #5e5e5e;
    box-shadow: none;
    outline: 0;
    font-family: proxima nova,montserrat,Arial,Helvetica,sans-serif;
    vertical-align: baseline;
}

.btnStyle {
    color: #fff;
    background: linear-gradient(#007dc1,#0073b2);
    border-color: #004b75 #004b75 #00456a;
    box-shadow: 0 1px 0 rgba(0, 0, 0 , 0.15), inset 0 1px 0 0 hsl(0, 100%, 10%);
    width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

@media only screen and (max-height: 750px) {
    mainContainer {
        margin-top: 0;
    }
}

.img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 200px;
    max-height: 40px;
}
.autoHeight{
    height: auto !important;
}

.error {
    color: red;
}
.center {
    text-align: center;
}
.disabled {
    background-color: #F0F0F0 !important;
    pointer-events: none;
}

.validation-summary-errors ul {
    margin-left: 0px !important;
}
.linkStyle {
    font-family: proxima nova,montserrat,Arial,Helvetica,sans-serif;
    color: #777;
    background-color: transparent;
    border: none;
    margin-bottom: 8px !important;
    padding: 0px !important;
    cursor: pointer !important;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    text-decoration:none;
    margin-top: 20px;
}
.infoBox {
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fbfbfb;
    word-break: break-word;
    hyphens: auto;
    position: relative;
    min-height: 18px;
    padding: 12px 18px 12px 48px !important;
}
.infospanBox {
    background-color: #e34843;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    content: "";
    width: 36px;
}
.bgSuccess {
    background-color: #4cbf9c !important;
}

.infoBoxIcon {
    position: absolute;
    top: 13px;
    left: 9px;
    line-height: 16px;
}

.greyLink {
    color: #777;
    text-decoration: none;
    font-size: 13px;
}
.topPadding{
    padding-top:5px;
}
.warn,
.warn::before,
.warn::after {
    position: relative;
    padding: 0;
    margin: 0;
}

.warn {
    font-size: 36px;
    color: transparent;
}

.warn.warning {
    display: inline-block;
    top: 0.225em;
    width: 1.15em;
    height: 1.15em;
    overflow: hidden;
    border: none;
    background-color: transparent;
    border-radius: 0.625em;
}

.warn.warning::before {
    content: "";
    display: block;
    top: -0.08em;
    left: 0.0em;
    position: absolute;
    content: "!";
    border-radius: 50%;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-width: 1em;
    border-top-width: 0;
    box-shadow: #999 0 1px 1px;
}

.warn.warning::after {
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 100%;
    padding: 0 1px;
    text-align: center;
    font-family: "Garamond";
    content: "!";
    font-size: 0.65em;
    font-weight: bold;
    color: #333;
}

.button-link {
    text-decoration: none;
}

.button-link:hover {
    color: #fff;
}

.mb-30{
    margin-bottom:30px;
}

#okta-sign-in {
   margin-top: 0px !important;
}

/* Begin: Loading spinner CSS */

.bgBlur {
    pointer-events: none;
    opacity: 0.5;
}

.beacon-container {
    position: absolute;
    bottom: -42px;
    right: 0;
    left: 0;
    margin: auto;
    width: 85px;
    height: 85px;
    transform: scale(0, 0);
}

.beacon-small {
    height: 20px;
    width: 20px;
    bottom: -10px;
}


.beacon-blank {
    background-image: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.radial-progress-bar {
    position: absolute;
    /*This clip shows everything from 12 to 6 o'clock clip: rect(0, 96px, 96px, 48px);*/
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: -5px;
}

.circle {
    z-index: 10;
    width: 91px;
    height: 91px;
    border: 2px solid #a7a7a7;
    border-radius: 50%;
    position: absolute;
    /*This clip shows everything from 6 to 12 o'clock clip: rect(0, 48px, 96px, 0);*/
    transform: rotate(0deg);
    transform-origin: center;
}

.auth-beacon-border {
    position: absolute;
    border: 2px solid #a7a7a7;
    border-radius: 50%;
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: -5px;
}

/* loading animation */
.beacon-loading:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #007dc1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* auth beacon types */

.auth-beacon-factor {
    background-size: 100% auto;
    cursor: pointer;
}
/* End: Loading spinner CSS */

