.content-left{
    background: rgb(0,11,22);
    background: linear-gradient(343deg, rgb(8 48 84) 0%, rgb(7 40 72) 30%, rgb(0 33 64) 52%, rgb(8 49 88) 100%);
}
.content-right{
    background: rgb(234,236,240);
    background: linear-gradient(167deg, rgba(234,236,240,1) 0%, rgba(247,250,255,1) 20%, rgba(247,250,255,1) 52%, rgba(255,255,255,1) 100%);
    border-left: 2px solid #000204;
}
@media (max-width: 576px) {
    .content-left{
        height: 10vh !important;
    }
    .content-right{
        height: 90vh !important;
    }

}

.loginBox, .passwordBox{
    background: #fafcff;
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg);
}

.flip-card {
    perspective: 1000px;
    overflow: hidden;
}

.flip-card-inner {
    position: relative;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card-reveal .flip-card-inner {
    transform: rotateY(180deg);
}

.passwordBox {
    transform: rotateY(180deg);
}

.row{
    margin: 0px;
}

input{
    border-radius: 10px;
    padding: 7px;
    color: #656565;
    background-color: #eff2f7;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: auto;
    border: 1px solid #ced4da4d;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/outfit/v5/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.bg-red {
    background-color: #E75543FF !important;
    color: white;
}

.ui-pnotify.bg-red .ui-pnotify-title, .ui-pnotify.bg-red .ui-pnotify-text {
    /*text-transform: capitalize;*/
    font-family: 'Outfit', normal !important;
    font-size: 1rem !important;
    color: #FFF !important;
    line-height: 1.5 !important;
    text-rendering: geometricPrecision !important;
}
.ui-pnotify-text, body{
    font-weight: 400;
}
.ui-pnotify-title{
    font-weight: 500;
    line-height: 1.2;
    font-weight: bold;
}
.brighttheme {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: inherit;
    color: inherit;
}
.brighttheme.ui-pnotify-container {
    padding: 18px;
}
.brighttheme .ui-pnotify-title {
    margin-bottom: 12px;
    text-transform: capitalize;
}
.ui-pnotify.bg-red .ui-pnotify-container {
    background-image: none !important;
    border: none !important;
}
.brighttheme-icon-notice,
.brighttheme-icon-info,
.brighttheme-icon-success,
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    /*font-family: "Courier New",Courier,monospace;*/
    border-radius: 50%;
}
.brighttheme-icon-notice:after,
.brighttheme-icon-info:after,
.brighttheme-icon-success:after,
.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
    position: absolute;
    top: 0;
    left: 4px;
}
.brighttheme-icon-notice {
    background-color: #2E2E00;
    background:inherit;
    color: #033600 ;
    margin-top: 2px;
}
.brighttheme-icon-notice:after {
    content: "!";
}
.brighttheme-icon-info {
    background-color: #012831;
    background:inherit;
    color: #8FCEDD;
    margin-top: 2px;
}
.brighttheme-icon-info:after {
    content: "i";
}
.brighttheme-icon-success {
    background:inherit;
    background-color: #104300;
    color: #AFF29A;
    margin-top: 2px;
}
.brighttheme-icon-success:after {
    content: "\002713";
}
.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2E0400;
    font-size: 0;
    line-height: 0;
    color: #FFABA2;
    margin-top: 1px;
}
.brighttheme-icon-error:after {
    position: absolute;
    top: 1px;
    left: -4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    font-family: "Courier New",Courier,monospace;
    content: "!";
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    display: inline-block;
}
.brighttheme-icon-closer:after {
    top: -4px;
    content: "\002715";
}
.brighttheme-icon-sticker:after {
    top: -5px;
    content: "\01D1BC";
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.brighttheme .ui-pnotify-action-bar {
    padding-top: 12px;
}
.brighttheme .ui-pnotify-action-bar textarea, .brighttheme .ui-pnotify-action-bar input {
    display: block;
    width: 100%;
    margin-bottom: 12px !important;
}
.brighttheme .ui-pnotify-action-button {
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 8px;
    border: none;
    background: transparent;
}
.brighttheme .ui-pnotify-action-button.btn-primary {
    border: none;
    border-radius: 0;
}
.brighttheme-notice .ui-pnotify-action-button.btn-primary {
    background-color: #FFFF00;
    color: #4F4F00;
}
.brighttheme-info .ui-pnotify-action-button.btn-primary {
    background-color: #0286A5;
    color: #012831;
}
.brighttheme-success .ui-pnotify-action-button.btn-primary {
    background-color: #35DB00;
    color: #104300;
}
.brighttheme-error .ui-pnotify-action-button.btn-primary {
    background-color: #FF1800;
    color: #4F0800;
}
.ui-autocomplete {
    background-color: #fff;
    color: #000;
}
