﻿.error {
    width: 100%;
    margin-top: .25rem;
    font-size: 12px !important;
    color: #f44336 !important;
}

.re-login-popup-btn {
    color: #fff !important;
    background-color: #5867dd !important;
    display: inline-block !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.813rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    font-weight: 700 !important;
    width: 25% !important;
}

.form-control.error {
    border-color: #f44336 !important;
    font-size: 15px !important;
}

.form-control {
    font-size: 16px;
    font-weight: 400;
}

.MuiPaper-elevation9 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 960px;
    max-width: 960px;
    height: 640px;
    max-height: 640px;
    overflow: hidden;
    border-radius: 10px;
    animation-delay: 1s;
    margin-bottom: 0px;
    box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.2), 0px 9px 12px 1px rgba(0,0,0,0.14), 0px 3px 16px 2px rgba(0,0,0,0.12);
    color: #333;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    animation-fill-mode: forwards;
    animation-name: bounceInUp;
}

.StructOff {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 25px;
    background-color: #F1FFFA;
    /* For WebKit (Safari, Chrome, etc) */
    background: #F1FFFA -webkit-gradient(linear, left top, left bottom, from(#F1FBFF), to(#F1FFFA)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #F1FFFA -moz-linear-gradient(top, #F1FBFF, #F1FFFA) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F1FBFF, endColorstr=#F1FFFA) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F1FBFF, endColorstr=#F1FBFF)" no-repeat;
}

@media(max-width:1023px) {
    .StructOff {
        padding: 0;
    }
}

.StructOff > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 960px;
    max-width: 960px;
    height: auto;
    max-height: 560px;
    overflow: hidden;
    border-radius: 10px;
}

@media(max-width:1023px) {
    .StructOff > div {
        width: 320px;
        height: auto;
        border-radius: 0;
    }
}

.StructOff > div > img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 523px;
}

@media(max-width:1023px) {
    .StructOff > div > img {
        display: none !important;
    }
}

.StructOff > div > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(100% - 523px);
    padding: 0 55px;
}

@media(max-width:1023px) {
    .StructOff > div > div {
        padding: 40px 25px;
        width: 100%;
    }
}

.StructOff > div > div > img {
    width: 156px;
}

@media(max-width:619px) {
    .StructOff > div {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.forgot_pass {
    text-align: center;
    font-size: 90%;
}
body {
    overflow-y: hidden !important;
}
