/* Minification failed. Returning unminified contents.
(133,57): run-time error CSS1046: Expect comma, found '24'
(133,63): run-time error CSS1046: Expect comma, found '/'
 */
body {
    background: #f5f7f8;
    display: flex
}

.loading-img {
    background: url(../Image/NewLoader.gif) center center no-repeat;
    height: 100%;
    z-index: 20
}

.overlay {
    background: #000;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 10111
}

.main-panel {
    position: absolute;
    top: 10%;
    left: 33%;
    right: 33%
}

.login-box {
    height: 375px;
    left: 29%;
    top: 29%;
    background: #f5f7f8;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    box-shadow: -3px -3px 3px rgba(255, 255, 255, .5), 3px 3px 10px rgba(29, 24, 32, .15);
    border-radius: 12px
}

.title {
    text-align: center;
    padding: 15px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2b0a3d
}

.control-placeholder {
    display: block;
    height: 55px
}

.message-placeholder {
    height: 30px;
    display: block;
    padding: 0 10%
}

input {
    position: absolute;
    width: 80%;
    height: 49px;
    left: 10%;
    background: #f5f7f8;
    border-width: 1px;
    border-style: solid;
    border-color: #2b0a3d;
    display: block;
    box-shadow: -3px -3px 3px #fff, 3px 3px 10px rgba(29, 24, 32, .15);
    border-radius: 5px
}

.login-button {
    position: absolute;
    color: #fff;
    width: 70%;
    height: 40px;
    left: 15%;
    right: 15%;
    top: 305px;
    border-color: #2b0a3d;
    background: #2b0a3d;
    box-shadow: -3px -3px 3px #fff, 3px 3px 10px rgba(29, 24, 32, .15);
    border-radius: 5px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

.reset-password {
    position: absolute;
    height: 21px;
    left: 35%;
    top: 352px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #2b0a3d
}
.other-text {
    top: 101%;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 50px;
    letter-spacing: .05em;
    color: #5764c7;
    position: absolute;
    width: 99%;
    height: 49px;
    left: 1%;
    text-align: center;
    background: #f5f7f8;
    border-width: 0px;
    border-style: solid;
    border-color: #2b0a3d;
    display: block;
    box-shadow: -3px -3px 3px #fff, 3px 3px 10px rgb(29 24 32 / 15%);
    border-radius: 5px;
}

.img-section {
    margin-bottom: 1rem;
    text-align: center
}

.logo {
    width: 38.51px;
    height: 38.51px;
    left: 43%;
    top: 16%
}

.quaero {
    width: 113.87px;
    height: 27.33px;
    left: 47%;
    top: 17%;
    line-height: 36px
}

.number-360 {
    width: 42.51px;
    height: 27.33px;
    left: 56.4%;
    top: 17.5%
}

input {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: .05em;
    color: #2b0a3d
}

.company-logo {
    position: absolute;
    width: 29.98px;
    height: 25.08px;
    left: 22px;
    bottom: 24px;
    top: 380px
}

a:focus, a:hover {
    color: #2B0A3D;
    text-decoration: none
}

.error-label {
    position: absolute;
    width: 100%;
    resize: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    text-align: center;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
}

.field-validation-error {
    color: red
}

@media only screen and (max-width:768px) {
    .main-panel {
        top: 10%;
        left: 20%;
        right: 20%
    }

    .title {
        right: 10%;
        height: 60px;
        left: 10%
    }

    .reset-password {
        left: 20%
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .title {
        left: 30%
    }

    .reset-password {
        left: 35%
    }

    .continue-as-okta {
        top: 382px;
    }

