﻿@font-face {
    font-family: Radikal;
    src: url(/assets/themes/omnicx/fonts/Radikal-Light.eot) format("embedded-opentype"),url(/assets/themes/omnicx/fonts/Radikal-Light.woff2) format("woff2"),url(/assets/themes/omnicx/fonts/Radikal-Light.woff) format("woff"),url(/assets/themes/omnicx/fonts/Radikal-Light.ttf) format("truetype")
}
body.noflow {
    overflow: hidden;
    margin: 0px;
    font-family: Radikal;
}

.main-container {
    min-height: 100vh;
}

.main-content {
    margin-left: 0;
}

.vectorBg {
    background: linear-gradient(to bottom,rgba(12, 18, 74, 0.9),rgb(12, 18, 74, 0.9) 100%),url(/assets/themes/omnicx/img/vector-v1.jpg) 50% 80%;
    height: 100vh;
}

.bg-login {
    background: url(/assets/themes/omnicx/img/banner-login-img.jpg) 50% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}

.logo-top {
    margin-top: 5%;
}

.login-right-panel {
    /*background: #0C124A none repeat scroll 0 0 ;*/
    height: 100vh;
    background: url(/assets/themes/omnicx/img/bg-pattern.png) -100% 20%;
    background: rgba(255, 255, 255, 0.7);
}

.login-box-omnicx {    
    border: 0 none;
    height: auto;    
    padding: 0px;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    margin: 0;
    max-width: 500px;
}

.logo-center {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px 0% 5% 0px;
}

.logo-h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 0;
    margin-top: 5%;
}

    .logo-h3 > img {
        max-width: 200px;
    }

.login-header-headline {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: #2e393f;
    width: 90%;
    float: left;
    margin: 40% 0 5px 4%;
    padding-bottom: 0;
    letter-spacing: 0.4px;
}

.login-header-headline-p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: #2e393f;
    width: 90%;
    float: left;
    margin: 0% 0 20px 4%;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
}

.login-welcome-h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    width: 90%;
    float: left;
    margin: 1% 0 5px 2%;
    padding-bottom: 0;
    letter-spacing: .4px;
}

.login-welcome-p {
    font-size: 1.1em;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    width: 60%;
    float: left;
    margin: 10px 0 20px 2%;
    padding-bottom: 20px;
    letter-spacing: .3px;
}

.login-textbox {
    float: left;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    margin-bottom: 20px;
    padding: 5px 26px 5px 0px;
    text-align: left;
    text-decoration: none;
    width: 100%;
    margin-left: 0%;
    background: transparent;
    font-style: normal;
    border: 0px;
    border: 1px solid #29317d;
    color: #29317d;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none !important;
    padding: 0 15px;
    position: relative;
    z-index: 99
}

    .login-textbox:focus {
        border-color: #ffc207;
        outline: none;
        box-shadow: none;
    }

    .login-textbox::-moz-placeholder { /* Firefox 19+ */
        color: #FFFFFF !important;
    }

    .login-textbox:-ms-input-placeholder { /* IE 10+ */
        color: #FFFFFF !important;
    }

    .login-textbox:-moz-placeholder { /* Firefox 18- */
        color: #FFFFFF !important;
    }

.pos-icon {
    position: absolute;
    color: #727de6;
    top: 53px;
    right: 30px;
    font-size: 18px;
}

.login-icon > i[class*="icon-"] {
    left: auto;
    right: 6%;
    line-height: 55px;
    color: #37474F;
}

.btn-success {
    color: #fff;
    background-color: #E02068;
    border-color: #E02068;
    font-weight: 500;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: rgba(224, 32, 104, 0.85);
        border-color: #E02068;
    }

.input-icon > [class*="icon-"] {
    bottom: 1px;
    color: rgb(200, 224, 237);
    display: inline-block;
    font-size: 25px;
    left: 3px;
    line-height: 46px;
    padding: 0 3px;
    position: absolute;
    top: 1px;
    z-index: 2;
}

.btn-radius {
    font-size: 1.4em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-top: 0px;
}

    .btn-radius:hover {
        outline: none;
        box-shadow: none;
    }

    .btn-radius:focus {
        outline: none;
        box-shadow: none;
    }

    .btn-radius:active {
        outline: none;
        box-shadow: none;
    }

.login-img {
    max-width: 60%;
    margin-top: 2%;
    border-top: 1px solid #42c571;
}

.login-logo {
    margin-top: 0%;
    height: auto;
    width: 350px;
}

.inlineBlock {
    display: inline-block;
}

.block {
    display: block;
}

.logout-container {
    width: 100%;
    height: 100vh;
    padding: 40px;
    float: left;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(12, 18, 74, 0.9), rgb(12, 18, 74, 0.9) 100%), url(/assets/themes/omnicx/img/vector-v1.jpg) 50% 80%;
    border-radius: 6px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

    .logout-container h3 {
        font-size: 2.5em;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2%;
        line-height: 50px;
    }

    .logout-container p {
        font-size: 1.1em;
        font-weight: 400;
        color: #fff;
        margin-bottom: 5%;
    }

        .logout-container p a {
            color: #fff;
            padding: 5px;
            font-size: 1.2em;
        }

            .logout-container p a i {
                color: #fff;
                padding: 15px;
                margin-left: 30px;
                font-size: 1.2em;
            }

.login-text {
    font-family: Radikal;
}

    .login-text h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
        margin: 0px 0px 10px;
        font-family: Radikal;
        position: relative;
    }

        .login-text h2:before {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            width: 100%;
            content: '';
            height: 1px;
            background: #000;
            transform: translateY(-50%);
            z-index: 1;
        }

    .login-text h4 {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        text-align: left;
        line-height: 30px;
        margin: 0px 0px 10px;
        font-family: Radikal;
    }

@media only screen and (max-width:1025px) {
    .margin-bottom-logo {
        margin-bottom: 15px !important;
    }

    .login-box-omnicx {
        border: 0 none;
        height: auto;
        margin: 10px auto;
        padding: 10px 20px;
        width: 100%;
        border-radius: 5px;
    }

    .login-img {
        max-width: 90%;
        margin-top: 10%;
        border-top: 1px solid #42c571;
    }

    .login-img {
        max-width: 90%;
        margin-top: 10%;
        border-top: 1px solid #42c571;
    }

    .logo-top {
        margin-top: 0%;
    }

    .bg-login {
        overflow: hidden;
        height: 220px;
    }

    .login-logo {
        margin-top: 0%;
        height: auto;
        width: 220px;
    }

    .login-text {
        margin: 5px 0 20px 0;
        font-family: Radikal;
    }

    .m-no-padding {
        padding: 0;
    }

    .login-text h2 {
        font-size: 24px;
        margin: 0px;
    }

    .login-textbox {
        font-size: 18px;
    }

    .pos-icon {
        top: 51px;
        right: 30px;
        font-size: 18px;
    }

    .btn-radius {
        padding: 10px 15px;
    }
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent !important;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px transparent inset;
        transition: background-color 5000s ease-in-out 0s;
    }


@media only screen and (max-width:767px) {
    .right-bar {
        width: 100%;
    }
}

.text-white,
.text-white:hover {
    color: #fff;
}

lable.label-heading {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.margin-bottom-logo {
    margin-bottom: 40px;
}

.inner-span-text {
    font-size: 16px;
    background: #fff;
    z-index: 9;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    letter-spacing: 4px;
}

.frgt-sec {
    text-align: right;
}

    .frgt-sec .btn.btn-link {
        width: auto;
        font-size: 17px;
        margin-top: -9px;
        padding: 0;
        margin-bottom: 20px;
        color: #000;
    }

.login-btn-sec {
    margin-bottom: 20px;
}

.microsoft-btn a {
    position: relative;
    text-align: center;
    font-size: 1.4em;
    color: #000;
    border: 1px solid #000;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.8px;
}

    .microsoft-btn a:hover {
        text-decoration: none;
    }

.btn-icon-img {
    position: absolute;
    left: 20px;
}

.microsoft-btn a img {
    width: 20px;
}

.margin-bottom-sm {
    margin-bottom: 20px;
}

.microsoft-btn {
    margin-top: 10px;
}

@media only screen and (max-width:1500px) {
    .login-box-omnicx {
        max-width: 450px;
    }

    .margin-bottom-logo {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1620px) {
    .login-logo {
        width: 300px;
    }
}

@media only screen and (max-width:1025px) {
    .login-box-omnicx {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .frgt-sec .btn.btn-link {
        margin-bottom: 10px;
    }

    .login-textbox {
        margin-bottom: 15px;
        font-size: 16px;
    }

    html {
        overflow: hidden;
    }

    lable.label-heading {
        font-size: 18px;
    }

    .main-content {
        overflow-y: auto;
        height: 95vh;
    }

    .col-sm-7.bg-login {
        width: 100%;
    }

    .login-right-panel {
        width: 100%;
    }
}

@media only screen and (min-width:1026px) and (max-width:1220px) {
    .login-box-omnicx {
        max-width: 86%;
    }
}

@media only screen and (min-width:1026px) and (max-width:1400px) {
    .login-box-omnicx {
        max-width: 70%;
    }

    .login-logo {
        width: 250px;
    }

    .margin-bottom-logo {
        margin-bottom: 20px;
    }

    .login-textbox {
        margin-bottom: 15px;
    }

    .frgt-sec .btn.btn-link {
        margin-bottom: 10px;
    }

    lable.label-heading {
        font-size: 18px;
    }

    .pos-icon {
        top: 50px;
    }
}

.p-sec-msg {
    font-size: 16px;
}

.default-btn a {
    position: relative;
    text-align: center;
    font-size: 1.4em;
    color: #000;
    border: 1px solid #000;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.8px;
}

    .default-btn a:hover {
        text-decoration: none;
    }

@media only screen and (min-width:1026px) and (max-width:1300px) {
    .margin-bottom-logo {
        margin-bottom: 10px;
    }

    .login-textbox {
        margin-bottom: 10px;
        font-size: 16px;
        height: 45px;
    }

    .pos-icon {
        top: 44px;
        font-size: 16px;
    }

    .frgt-sec .btn.btn-link {
        font-size: 15px;
        margin-top: -7px;
    }

    .login-logo {
        width: 220px;
    }

    lable.label-heading {
        font-size: 17px;
    }
}

.email-info {
    display: block;
}

    .email-info.hidden {
        display: none;
    }

.password-panel {
    display: none;
}

    .password-panel.active {
        display: block;
    }

.error-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9;
    background: rgba(255,0,0,0.7);
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    padding: 6px 35px 6px 15px;
    display: none;
    border-radius: 6px;
    font-weight: 600;
}

    .error-message.show {
        display: block;
    }
.success-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9;
    background: #dff0d8;
    color: #468847;
    font-size: 14px;
    text-align: left;
    padding: 6px 35px 6px 15px;
    display: none;
    border-radius: 6px;
    font-weight: 600;
}

.success-message.show {
    display: block;
}
input[readonly] {
    background: #f2f2f2 !important;
}

.change-sec .btn.btn-link {
    width: auto;
    font-size: 17px;
    margin-top: -9px;
    padding: 0;
    margin-bottom: 20px;
    color: #000;
    left: 0;
    text-align: left;
    float: left;
}

.btn-default {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.7rem 2rem;
    border: 1px solid #000000;
    background: transparent;
    font-size: 2rem;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}

.btn-default:hover {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.7rem 2rem;
    border: 1px solid #000000;
    background: #000000;
    font-size: 2rem;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0px;
}

.validation-summary-errors li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

.error-h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
    width:100%;
    float:left;
}
.logo-top.margin-logo-bottom{
    margin-bottom:10px;
}
@media only screen and (min-width: 1026px) and (max-width: 1400px) {
    .login-box-omnicx.full-box-omnicx {
        max-width: 500px;
        width: 100%;
    }
}
@media only screen and (min-width: 1026px) {
    .login-logo{
        width:280px;
    }
    .font-large {
        font-size: 120px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        z-index: 999;
        position: relative;
        padding-left: 50px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
    .font-large span {
       display:block;
    }
    .login-right-panel {
        position: absolute;
        max-width: 500px;
        min-height: 350px;
        width: 100%;
        height: auto;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
        padding: 0 20px !important;
        box-sizing: border-box;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 40px !important;
        box-sizing: border-box;
    }
    .login-box-omnicx{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
    }
    .login-box-omnicx {
        max-width: 90%;
        position: relative;
    }
    .bg-login::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .login-heading-h2{
        margin-top:0 !important
    }

}
@media only screen and (min-width: 1500px) {
    .login-right-panel {
        height: auto;
        background: rgba(255, 255, 255, 0.7);
    }

}
.login-text-span {
    font-weight: bold;
    text-transform: capitalize;
}
.login-right-panel input {
    background-color: #eee;
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #ccc;
}
.pos-icon {
    color: #ccc;
}
.lable.label-heading {
    color: #000;
}
@media only screen and (max-width: 1024px) {
    .font-large span {
        display: block;
    }
    .bg-login{
        height:100vh;
        overflow:auto;
    }
    .change-sec .btn.btn-link, .frgt-sec .btn.btn-link {
        font-size: 13px;
    }
    .login-right-panel {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        max-width: 90%;
        background: rgba(255, 255, 255, 0.7);
        border-radius:15px;
    }
    .font-large {
        text-align: center;
        font-weight: bold;
        position: relative;
        z-index: 9;
        font-size: 40px;
    }
    .bg-login::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.35);
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1099px) {
    .font-large {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .font-large {
        font-size: 95px;
    }
}
.login-right-panel.relative-panel {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
}
.login-right-panel.relative-panel .full-box-omnicx {
    max-width: 500px;
    width: 100%;
    position: relative;
}
.font-large {
    font-family: "Barlow Condensed", sans-serif;
}