body {
    font-family: "Manrope", sans-serif;
    margin: 0px;
    position: relative;
}

@font-face {
    font-family: "icomoon";
    src: url("../font/icomoon.eot");
    src: url("../font/icomoon1.eot") format("embedded-opentype"),
        url("../font/icomoon.woff") format("woff"),
        url("../font/icomoon.ttf") format("truetype"),
        url("../font/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before {
    content: "\e000";
}

.icon-spinner-2:before {
    content: "\e001";
}

.icon-spinner-3:before {
    content: "\e002";
}

.icon-spinner-4:before {
    content: "\e003";
}

.icon-spinner-5:before {
    content: "\e004";
}

.icon-spinner-6:before {
    content: "\e005";
}

.icon-spinner-7:before {
    content: "\e006";
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadingSpinner,
.loginLoader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    display: inline-block;
    height: 75px;
    line-height: 1;
    margin: 0.5em;
    animation: anim-rotate 0.7s infinite linear;
    color: #3DC1DB;
    text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
}

.loginLoader .spinner {
    font-size: 75px;
    margin: 0.1em auto;
}

.spinner>div {
    background-color: #3DC1DB;
    height: 100%;
    width: 12px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.splashbody,
.loginBody {
    background-color: #000000;
    background-image: url('../img/auth-bg.png');
    background-size: cover;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.mainContent {
    width: 1728px;
    height: 972px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splashLogo {
    width: 585px;
}

.splashLogo img {
    width: 585px;
}

.appVersion {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: left;
    color: #a8a8a8;
}

.alertFullview {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(10, 10, 10, 0.50);
}

.alertDivLeft {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.alertDivRight {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.alertDivRight img {
    width: 533.8px;
}

.alertDiv {
    text-align: center;
    width: 100%;
}

.alertDivImg {}

.alertIcon {
    width: 150px;
    height: 150px;
}

.alertHeader {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 50px auto;
}

.alerDivbtn {
    margin-bottom: 50px;
}

.alertOk ,.exp-ok,#btnReload{
    width: 284px;
    height: 100px;
    outline: 0px;
    border: 0px;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #233680, #47f9ff);
    background: linear-gradient(240deg, #47f9ff -50%, #233680 140%, #47F8FE);
}

.alertMessage {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 50px auto;
    width: 73%;
}

.sectionBlur {
    filter: blur(100px);
    opacity: 0;
}

/* profile loader */
/* profile loader – progress bar for fetchConfig */
.loader {
    overflow: hidden;
    width: 300px;
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    justify-content: center;
}

.loader__element {
    height: 9px;
    width: 100%;
    background: #707070;
    border-radius: 5px;
    overflow: hidden;
}

.loader__progress {
    height: 100%;
    min-width: 0;
    max-width: 100%;
    background-color: #3DC1DB;
    border-radius: 5px;
    transition: width 0.2s ease-out;
}

.loginForm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loginForm img {
    width: 255.9px;
}

.loginForm h3 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 0px;
}
.backToLogin {
    color: #fff;
    font-size: 28px;
    display: block;
    margin-top: 20px;
    text-decoration: none;
    outline: 0px;
}
.backToLogin:focus {
color: #3594bd;
}
.loginForm p {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}

.inputDiv {
    margin-top: 40px;
}

.inputDiv input {
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
    width: 650px;
    height: 90px;
    padding: 25px 25px 25px 25px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 9.84;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 0px;
    outline: 0px;
}

.inputDiv input:focus,
.inputDiv input:hover {
    background-color: #12212d;
    border: 2px solid #3594bd;
}

.forgotPsw {
    display: flex;
}

.forgotPsw a {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    outline: 0px;
    border: 0px;
}

.forgotPsw a:hover,
.forgotPsw a:focus {
    color: #3594bd;
}

.submitBtn {}

.sumbitButton,
.sumbitButton:disabled:hover,
.sumbitButton:disabled:focus {
    background-color: #3b3b3b;
    width: 650px;
    height: 90px;
    padding: 25px 25px 25px 25px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #a1a1a1;
    outline: 0px;
    border: 0px;
    cursor: default;
}

.sumbitButton:hover,
.sumbitButton:focus {
    background: linear-gradient(240deg, #47f9ff -50%, #233680 140%, #47f8fe);
    color: #fff;
    cursor: pointer;
}

.loginLoader {}

.loginLoaderDiv {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.forgotDiv {
    margin-top: 40px;
}
.sub-expired{
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.sub-expired h6{
    font-size:30px;
    color:#fff;
}
.reActivate{
    font-size:30px;
    /* color:#fff; */
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1280px) {

    .splashbody,
    .loginBody {
        width: 1280px;
        height: 720px;
    }

    .mainContent {
        width: 1150px;
        height: 646px;
    }

    .splashLogo {
        width: 400px;
    }

    .splashLogo img {
        width: 400px;
    }

    .loader {
        margin-top: 70px;
        width:200px
    }

    .appVersion {
        font-size: 24px;
    }

    .loginForm img {
        width: 200px;
    }

    .loginForm h3 {
        font-size: 30px;
        margin-top: 25px;

    }

    .inputDiv {
        margin-top: 25px;
    }

    .inputDiv input {
        width: 500px;
        height: 70px;
        padding: 20px 20px 20px 20px;
        font-size: 24px;
    }

    .forgotPsw a {
        font-size: 24px;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        outline: 0px;
        border: 0px;
    }

    .sumbitButton,
    .sumbitButton:disabled:hover,
    .sumbitButton:disabled:focus {
        width: 500px;
        height: 70px;
        font-size: 24px;
        padding: 20px 20px 20px 20px;
    }

    .forgotDiv {
        margin-top: 30px;
    }


/* error page */
.alertOk,.exp-ok,#btnReload{
    width:213px;
    height:75px;
    font-size:30px;
}
.alertIcon,.sub-expired img{
width:112.5px;
height:112.5px;
}
.alertDivRight img{
    width:399px;
}
.alertHeader,.alertMessage{
    font-size:37px;
    margin:25px auto;
}
.loginLoader .spinner{
    font-size:50px;
}
.spinner{
    height:50px;
}
.sub-expired h6{
    font-size:24px;
    margin:30px auto;
}
.alerDivbtn{
    margin-bottom:30px;
}
}