﻿.loginboxnew {
    background: #052E2B;
}

html,
body,
.loginboxnew {
    background: #052E2B;
    /* background-image: url('../images/omniimages/loginback.svg');*/
    background-size: contain;
    background-position: right top;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.signout,
.logged-out-page-N iframe {
    border: 0;
}

.firstsection {
    width: 175px;
    border-right: 1px solid #CDD6DB;
    height: 100%;
    float: left;
}

.clearfix {
    height: 100%;
}

.firstsection div.borderbottom {
    border-bottom: 1px solid #CDD6DB;
    padding: 0px 0px 0px 0px;
    position: relative;
    height: 165px !important;
}

.firstsection div:after {
    content: "";
    position: absolute;
    right: -13px;
    bottom: -14px;
    width: 25px;
    height: 25px;
    z-index: 999;
    border-radius: 50%;
    background: #052E2B;
}

.loginboxnew .clearfix {
    position: relative;
}

/*.firstsection:after {
    border-right: 1px solid #CDD6DB;
    height: 100%;
    content: "";
    position: absolute;
    right:0;
}
*/
.secondsection {
    height: 100%;
    float: left;
}

    .secondsection .alert-danger {
        background-color: #68DA6A;
        border-color: #68DA6A;
        padding: 5px 10px;
        border-radius: 3px;
        color: #052E2B;
    }

        .secondsection .alert-danger ul {
            margin-bottom: 0px;
            padding-left: 20px;
        }

    .secondsection div.left {
        padding-top: 70px;
        padding-left: 110px;
        width: 479px;
    }

.btnSamplePickup {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #68DA6A;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
    background-color: transparent;
    font-family: 'Open Sans';
    cursor: pointer;
    margin-top: 70px;
}

.div-SampleText {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #F5F5F5;
    display: block;
    font-family: 'Open Sans';
}

.secondsection h6 {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
    color: #F5F5F5;
    letter-spacing: normal;
    margin-bottom: 0;
    font-family: 'Open Sans';
}

.secondsection .form-control {
    background-color: transparent !important;
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #CDD6DB;
    margin-bottom: 30px;
    padding: 0px;
    padding-bottom: 0;
    border-radius: 0px;
    line-height: 0px;
    height: 34px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    outline: 0;
    font-family: 'Open Sans';
}

    .secondsection .form-control#txtpassword {
        margin-bottom: 20px;
    }

    .secondsection .form-control::placeholder {
        color: #CDD6DB;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Open Sans';
    }

    /* .secondsection .form-control:-webkit-autofill {
            color: #CDD6DB;
            
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            background-color: #000000 !important;
            color:transparent !important;
            appearance:inherit;
        }*/


    .secondsection .form-control:focus {
        box-shadow: none;
        font-size: 16px;
    }

.secondsection div .form-control {
    padding-right: 40px;
    width: 415px;
}

.secondsection div {
    position: relative;
}

.secondsection .password-popup {
    background-color:transparent;
    padding:0px;
}

.secondsection table tr td {
    padding:0px;
}

.btn-cancel {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: none;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #f5f5f5 !important;
    padding: 5px 19px;
    border-radius: 200px;
    border: 0;
    transition: all 0.2s ease;
    color: #f5f5f5;
    height: auto;
    box-shadow: none;
    min-width: inherit;
    margin-right: 0px;
    font-family: 'Open Sans';
}

.btn-cancel:hover {
     color: #68DA6A;
      border: 1px solid #68DA6A !important;
}


.secondsection .sumbit-cancel {
    margin-right:23px !important;
    margin-left:20px !important;
    width:auto;
}

.password-popup-input {
    margin-bottom:15px !important;
}

.forgetpassword,
.forgetpassword:hover {
    color: #CDD6DB;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 25px;
    padding: 0px;
    border: 0;
    position: relative;
    top: 5px;
    font-family: 'Open Sans';
}

.marcussp {
    margin-bottom: 70px;
}

.forgetpassword:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid;
}

.forgetpassword {
    transition: all 0.3s ease;
}

    .forgetpassword:hover {
        color: #68DA6A;
    }

.secondsection .btn-login {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: none;
    text-transform: uppercase;
    background: #68DA6A;
    border: 1px solid #68DA6A !important;
    padding: 6px 19px;
    border-radius: 200px;
    border: 0;
    transition: all 0.2s ease;
    color: #052E2B;
    height: auto;
    box-shadow: none;
    min-width: inherit;
    margin-right: 22px;
    font-family: 'Open Sans';
}

    .secondsection .btn-login:hover,
    .secondsection .btn-login:focus {
        color: #68DA6A;
        background: transparent;
        border: 1px solid #68DA6A;
    }

        .secondsection .btn-login:hover svg path,
        .secondsection .btn-login:focus svg path {
            fill: #F5F5F5;
            stroke: #F5F5F5;
        }

    .secondsection .btn-login svg {
        transition: all 0.5s ease;
    }

    .secondsection .btn-login:hover svg {
        /* position: relative;
        right: -5px;*/
        transition: all 0.5s ease;
    }

    .secondsection .btn-login svg {
        padding-left: 0;
        width: 18px;
        height: 12px;
        margin-left: 10px;
    }

.secondsection .remember-me {
    position: relative !important;
    bottom: 0;
    margin-top: 15px;
    color: #CDD6DB;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.secondsection .remembercheckbox .checkmark {
    border: 1px solid #68DA6A;
    background-color: transparent;
}

.secondsection .remembercheckbox input:checked ~ .checkmark {
    background-color: #68DA6A;
    border: 1px solid #68DA6A;
    border-radius: 2px;
}




.secondsection .checkboxeye input.passworddesign::after {
    color: #CDD6DB;
}

.secondsection .checkboxeye input.passworddesign:checked::after {
    background-image: url(../images/omniimages/eyeN.svg);
}

.donthaveacc {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #CDD6DB;
    padding: 20px 30px;
    /* border-top: 1px solid #CDD6DB;*/
    background: #052E2B;
    position: absolute !important;
    width: 81.8%;
    bottom: 0px;
}

    .donthaveacc:after {
        content: "";
        background: #CDD6DB;
        position: absolute;
        top: 0;
        width: 98.6%;
        height: 1px;
        left: 10px;
    }

    .donthaveacc .btn-login {
        margin-top: 0px;
        margin-left: 15px;
    }

.secondsection input:-webkit-autofill,
.secondsection input:-webkit-autofill:hover,
.secondsection input:-webkit-autofill:focus,
.secondsection input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    color: #CDD6DB;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Open Sans';
}



.logged-out-page-N div {
    color: #F5F5F5;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 40px;
}

.logged-out-page-N a {
    color: #68DA6A;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 40px;
}

    .logged-out-page-N a:hover {
        color: #F5F5F5;
    }

.logged-out-page-N .btn {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #68DA6A;
    border: 1px solid #68DA6A;
    border-radius: 200px;
    color: #052E2B;
    text-decoration: none;
    padding: 7px 28px;
    margin-bottom: 0px;
    transition: all 0.2s ease;
}

    .logged-out-page-N .btn:hover,
    .logged-out-page-N .btn:focus {
        color: #68DA6A;
        background: transparent;
        border: 1px solid #68DA6A;
    }

.logoutdesign div {
    height: 100%;
}


.accessdeniednew h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 80px;
    color: #FFA18B;
    width: 150%;
}

.base-timer {
    position: relative;
    width: 100PX;
    height: 100PX;
}

.base-timer__svg {
    /* transform: scaleX(-1);*/
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: #697E85;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: #68DA6A;
    }

    .base-timer__path-remaining.orange {
        color: #68DA6A;
    }

    .base-timer__path-remaining.red {
        color: #68DA6A;
    }

.base-timer__label {
    position: absolute;
    width: 100PX;
    height: 100PX;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #68DA6A;
}

#app div,
#app {
    height: auto;
    margin-bottom: 0;
}

video {
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    video::-webkit-media-controls {
        display: none;
    }

    video::-webkit-media-controls-start-playback-button {
        display: none;
    }

    video::-webkit-media-controls {
        opacity: 0;
    }

.btnN {
    background: #020A08;
    border-radius: 200px;
    padding: 8px 16px;
    color: #F5F5F5;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

    .btnN:hover,
    .btnN:active,
    .btnN:focus,
    .btnN:active:focus {
        color: #68DA6A;
    }

.footerbtns {
    height: 60px;
    background: #F5F5F5;
    display: block;
    padding: 15px 0px;
    position: relative;
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .footerbtns img {
        margin-right: 40px;
    }

@media only screen and (max-width:1440px) {
    .secondsection form {
        padding-top: 50px;
    }
}


@media only screen and (max-width:1180px) {
    html, body, .loginboxnew {
        background-size: cover;
    }

    video {
        object-fit: fill;
    }
}


@media only screen and (max-width:800px) {
    .secondsection form {
        padding-left: 40px;
        width: 480PX;
    }

    .accessdeniednew h1 {
        font-size: 52px;
        line-height: 57px;
        width: auto;
    }
}



@media only screen and (max-width:767px) {
    .secondsection div.marcussp {
        text-align: center;
    }

    video {
        display: none;
    }

    .firstsection {
        width: 100%;
        border-right: 0;
        float: none !important;
        height: auto;
        text-align: center;
    }

        .firstsection div.borderbottom {
            border: 0;
            padding: 0;
            display: none;
        }

    .secondsection {
        height: auto;
        float: none !important;
        padding: 30px 20px;
    }

        .secondsection div.left {
            width: auto;
            padding: 0px;
        }

        .secondsection div .form-control {
            padding-right: 40px;
            width: 87%;
        }

        .secondsection form {
            padding: 0px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 83%;
            margin-top: 50px;
        }

    .loginboxnew .clearfix {
        padding: 0;
    }

    .firstsection div:after {
        display: none;
    }

    html, body, .loginboxnew {
        background-image: url(../images/omniimages/loginbackmobile.png);
        background-size: contain;
        background-position: bottom right;
    }

    .donthaveacc {
        width: 100% !important;
        left: 0;
    }

        .donthaveacc .btn-login {
            margin-top: 0px;
            margin-left: 0;
            float: right;
        }

    .forgetpassword {
    }

    .secondsection .btn-login {
        margin-right: 0px;
    }

    .secondsection .form-control {
        margin-bottom: 0 !important;
    }

    .secondsection .password-popup-input.form-control {
        margin-bottom:15px !important;
    }

    .footerbtns {
        height: 50px;
        background: #F5F5F5;
        display: block;
        padding: 10px 0;
        position: relative;
        text-align: right;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

        .footerbtns img {
            width: 45%;
            margin-right: 12px;
        }

    .secondsection .form-control {
        margin-bottom: 35px;
    }

    .logoutdesign div.firstsection,
    .logoutdesign div.secondsection {
        height: auto;
    }

    .logged-out-page-N {
        position: absolute !important;
        left: 0% !important;
        top: 0;
        text-align: center;
        width: 100%;
    }

        .logged-out-page-N div {
            font-size: 16px;
        }

        .logged-out-page-N div {
            margin-bottom: 15px;
        }

        .logged-out-page-N a {
            font-size: 16px;
        }

        .logged-out-page-N .btn {
            margin-top: 40px;
        }

        .logged-out-page-N form {
            width: 93% !important;
            margin-top: 60px;
        }

    .accessdeniednew h1 {
        font-size: 36px;
        line-height: 49px;
        width: auto;
    }

    .accessdeniednew form {
        margin-top: 90px;
    }

    #app div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .accessdeniednew .col-md-3 {
        margin-bottom: 0px;
    }

    .donthaveacc:after {
        width: 96%;
        left: 8px;
    }
}


@media only screen and (max-width:380px) {
    .firstsection img {
        width: 170px;
    }
}
