*,
*::before,
*::after {
    box-sizing: border-box;
}
@font-face {
    font-family: 'Nunito Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Regular'), url('../../fonts/LoginPageFonts/Nunito-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Nunito SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito SemiBold'), url('../../fonts/LoginPageFonts/Nunito-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Bold'), url('../../fonts/LoginPageFonts/Nunito-Bold.woff') format('woff');
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../../fonts/LoginPageFonts/fa-solid-900.eot);
    src: url(../../fonts/LoginPageFonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
        url(../../fonts/LoginPageFonts/fa-solid-900.woff2) format("woff2"),
        url(../../fonts/LoginPageFonts/fa-solid-900.woff) format("woff"),
        url(../../fonts/LoginPageFonts/fa-solid-900.ttf) format("truetype"),
        url(../../fonts/LoginPageFonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}
.far {
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 20px;
    color: #4A5568;
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";

}
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Nunito Regular';
    font-size: .95rem;
    color:#0B0A0B;
    padding: 0px;
    line-height: normal;
    font-style: normal;
    font-weight: 300;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
        clear: left;
}
.flex-md-nowrap {
    flex-wrap: nowrap !important;
}
.bd-navbar {
    padding: 0.75rem 0;
}
.d-flex{
    display: block;
}
.d-flex a{
    display: inline-block;
    vertical-align: top;
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-6 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-4 {
    position: relative;
    width: 33.333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-3 {
    position: relative;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.navigation {
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
}
.right-login{
    float: right;
}
.float-end-order {
    float: right !important;
    order: 2;
}
.float-end{
    float: right !important;
}
.navigation ul{
    padding: 0px;
    margin: 0px;
}
.navigation ul li{
    list-style: none;
    display: inline-block;
}
    .navigation ul li a {
        color: #000000;
        font-weight: 400;
        text-decoration: none;
        line-height: 38px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }
.navigation ul li a:hover{
    text-decoration: underline;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
header {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.banner{
    float: left;
    width: 100%;
    position: relative;
}
.mr-5{
    margin-bottom: 50px;
}
.banner-content{
    width: 100%;
    height: 100%;
}
.floating-img{
    float: left;
}
.p-10{
    padding: 30px 60px;
}
.p-9 {
    padding: 20px 100px;
}
.banner-container{
    margin: 0 auto;
    width: 100%;
    max-width: 95%;
    background-color: #fff;
    height: 100%;
}
.btn.btn-primary {
    color: #fff;
    border-color: #521647;
    background-color: #521647;
}
.btn-sm {
    padding: 0.55rem 1.25rem;
    font-size: .925rem;
    border-radius: 4px;
}
.btn {
    font-weight: 700;
    font-family: 'Nunito Bold';
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn {
    outline: 0 !important;
}
.btn-check:active+.btn.btn-primary,
.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show>.btn.btn-primary {
    color: #fff;
    border-color: rgb(82, 22, 71, 0.8);
    background-color: rgb(82, 22, 71, 0.8) !important
}

 .btn.btn-primary i {
    position: relative;
    top: 2px;
    padding-left: 10px;
}
.bg-primary-banner{
    background: #F9F9F9;
}
.inner-container{
    padding-left: 15px;
    padding-right: 15px;
}
.page-content em{
    color: #3D6D9C;
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    display: block;
}
h1{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #4E484E;
    line-height: normal;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-family: 'Nunito SemiBold';
    line-height: 32px;
}
h2 em {
    font-style: italic;
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
    font-family: 'Nunito SemiBold';
    color: #4E484E;
}
h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #521647;
    line-height: normal;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
    font-family: 'Nunito SemiBold';
}
.primary-banner:after{
    content: '';
    clear: left;
}
.floating-content{
    float: left;
    width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
}
.page-content{
        display: table-cell;
        vertical-align: middle;
}
p{
    margin:0px 0px 20px 0px;
    padding: 0px;
}
.form{
    float: left;
    width: 100%;
}
.form-logo{
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
}
.form-group button{
    border: 0px;
    outline: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 1.42857143;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4A5568;
}
.form-control-pad{
    padding: 6px 12px 6px 50px;
}
.form-control-pad-10 {
    padding: 6px 130px 6px 60px;
}
.icon {
    position: absolute;
    margin-left: 8px;
    margin-top: 0px;
    z-index: 2;
    color: #222222;
    display: inline-block;
    line-height: .75em;
    top: 16px;
    left: 10px;
}
.form-control:focus{
    border-color: rgb(82, 22, 71, 0.8) !important;
    box-shadow: 0 0 5px rgb(82, 22, 71, 0.8) !important;
    outline: none;
    background-color: #fff !important;
}
.form-group .btn.btn-primary{
    width: 100%;
}

.form-group p{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #4A5568;
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.banner{
    float: left;
    width: 100%;
}
.banner-bg-image {
    background-image: url('../../Images/LoginPageImages/banner.svg');
}
.form-logo img{
    max-width: 150px;
}
.form-captcha{
    border: 1px solid #D9D9D9;
    float: left;
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    background: #F9F9F9;
}
.captcha-left{
    float: left;
    padding: 0px 0px;
    line-height: 25px;
    width:50%;
}

.captcha-right {
    float: right;
}
.captcha-left input {
    padding: 5px;
    display: block;
    width: 150px;
    height: 40px;
}
.video-container {
    width: 660px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);*/
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.remember-me input {
    padding: 5px;     
    height: 20px;
    width: 20px;
    float: left;
}
.remember-me label{
    line-height:20px;
    padding-left:2px;
}

.video-wrapper {
    background: url('../../Images/LoginPageImages/leptop.svg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 100px 80px 100px;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b img {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.video-wrap{
        margin:0px;
        padding: 0px;
}
.video-container video{
    border: 0px;
    outline: 0px;
}
footer{
    background: #521647;
    padding: 10px 15px;
    float: left;
    width: 100%;

}

.footer-content h3,
.footer-content p{
    color: #fff;

}
.footer-content h3{
    font-size: 30px;
    font-style: normal;
    margin:0px;
    padding: 0px 0px 5px 0px;
    font-family: 'Nunito SemiBold';
}
.footer-content p {
    margin: 0px 0px 35px 0px;
    padding: 0px;
}
.footer-form{
    position: relative;
}

.footer-form button{
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 6px !important;
    border: 0px;
    outline: none;
}
.footer-form{
    max-width: 500px;
}
.footer-listing{
    float: left;
    width: 50%;
    padding: 0px 25px;
}
.footer-listing h4{
    font-style: normal;
    font-family: 'Nunito SemiBold';
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
.footer-listing ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-listing ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #C4C4C4;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.footer-listing ul li a:hover {
    text-decoration: underline;
}
.border-bottom{
    padding: 40px 0px;
    float: left;
    width: 100%;
     position: relative;
}
.border-bottom-width{
    height: 1px;
    background: rgb(255, 255, 255, 0.76);
    clear: left;
     position: absolute;
     bottom: 0px;
     width: 100%;

}
.footer-end {
    float: left;
    width: 100%;
    padding: 25px 0px;
}
.footer-social-media a {
    text-decoration: none;
}
.footer-end-text p{
    color: #fff;
    font-size: 12px;
}

.footer-social-media a{
    margin-left: 15px;
}


.page-heading{
    padding:0px 15rem ;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.page-heading h2{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.page-heading-01 {
    padding: 0px 10rem;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.page-heading-01 h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}
.card-bg-color{
    background-color: #521647;
}
.card-icon{
    width: 35%;
    padding: 30px;
    height: 100%;
    display: inline-flex;
}
.card-text{
    width: 65%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
}
.card-text h3 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #1C191C;
    font-size: 20px;
    font-family: 'Nunito SemiBold';
    font-weight: 600;
}
.card-text p {
    padding: 0px;
    margin: 0px;
    color: #1C191C;
}
.card{
    position: relative;
    display: table;
     height: 100%;
}
.box-shadow{
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}
.box-radius {
    border-radius: 0px 0px 6px 6px;
}
.box-bg{
    background: #F9F9F9;
}
.blue-color{
    color: #3d6d9c;
}
.card-section .card-icon {
    width: 100%;
    padding: 30px;
    height: auto;
    display: block;
}
.card-section .box-radius {
    border-radius: 12px;
}
.card-section .img-fluid {
    max-width: 100%;
    max-height: 80px;
}
.align-center{
    text-align: center;
}
.card-body h3{
    color: #1C191C;
    font-style: normal;
    font-family: 'Nunito SemiBold';
    padding: 25px 0px 10px 0px;
    margin: 0px;
}
.right-login{
    line-height: 30px;
}
.right-login span{
    float: right;
    margin-left: 10px;
}

.right-login a {
    color: #521747;
    text-decoration: none;
    padding: 4px 0px;
}
.right-login a:hover{
    text-decoration: underline;
}

.right-login span img{
    width: 30px;
    float: left;
}
.password-icon-image{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #4A5568;
}

input:focus::-webkit-input-placeholder {
color: rgb(203, 204, 198, 0.6);
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #4A5568;
}

input:focus:-moz-placeholder {
    color: rgb(203, 204, 198, 0.6);
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #4A5568;
}
input:focus::-moz-placeholder {
color: rgb(203, 204, 198, 0.6);
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #4A5568;
}

input:focus:-ms-input-placeholder {
    color: rgb(203, 204, 198, 0.6);
}
.img-fluid-float{
    float: left;
}
.border-right{
    border-right: 1px #ffffff solid;
}
.shadow-footer-form{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card-body p{
    color: #1C191C;
}
.footer-form .icon img{
    width: 25px;
}

.footer-form .icon {
    top: 15px;
}

.form-group-input {
    display: block;
    margin-bottom: 15px;
}

/*.form-group-input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;*/
    /*display: none;*/
    /*cursor: pointer;
}*/

.form-group-input label {
    position: relative;
    cursor: pointer;
}

.form-group-input label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4A5568;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 11px;
    border-radius: 4px;
}

.form-group-input input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #4A5568;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



@media only screen and (max-width:980px) {
.p-10,
.p-9 {
    padding: 15px;
        float: left;
        width: 100%;
}

}

@media only screen and (max-width:667px) {
.d-flex {
    display: block;
}
.navigation {
    padding-left: 0px;
    float: right;
}
.float-end-order {
    float: left !important;
    order: 1;
}
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    display: block;
    flex-wrap: nowrap;
}
.video-wrapper {
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
}
.video-container {
    width: 100%;
}
.page-heading {
    padding: 0px 0.2rem;
}
.col-md-4 {
    width: 100%;
    margin-bottom: 15px;
}
.page-heading-01 {
padding: 0px 0.2rem;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.col-md-3 {
    width: 100%;
    margin-bottom: 15px;
}
.col-md-6 {
    width: 100%;
    margin-bottom: 15px;
}
.inner-container {
    float: left;
    width: 100%;
    background: #fff;
}
footer .inner-container {
    float: left;
    width: 100%;
    background: none;
}
footer .float-end {
    float: none !important;
    padding-top: 15px px;
}
.footer-social-media{
    text-align: center;
}
footer {
    padding: 0px;
}
.footer-end-text p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.navigation ul li a {
    padding-left: 5px;
    padding-right: 5px;
}
.right-login a {
    padding: 4px 0px;
}
.footer-listing {
    padding: 0px 10px;
}
.banner-container .inner-container{
    padding: 20px 15px;
}
.border-right {
    border-right: 0px;
}
.card {
    text-align: center;
}
.card-section .card-icon {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
}
.play-button-wrapper #circle-play-b img {
    width: 50px;
    height: 50px;
}
.card-body p {
     margin-bottom: 22px;
}
}




#loginForm fieldset {
    border: 0px;
}

    #loginForm fieldset ol {
        list-style: none;
    }

        #loginForm fieldset ol li {
            margin-bottom: 15px;
            float: left;
            width: 100%;
            position: relative;
        }

    #loginForm fieldset ol {
        margin: 0px;
        padding: 0px;
    }

    #loginForm fieldset input[type=submit] {
        color: #fff;
        border-color: #521647;
        background-color: #521647;
        width: 100%;
        padding: 0.55rem 1.25rem;
        font-size: .925rem;
        font-weight: 700;
        font-family: 'Nunito Bold';
        display: inline-block;
        color: #fff;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        border-radius: 3px;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        border: 0px !important;
    }

        #loginForm fieldset input[type=submit]:hover {
            color: #fff;
            border-color: rgb(82, 22, 71, 0.8);
            background-color: rgb(82, 22, 71, 0.8) !important;
        }
.ft-links {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px #EEEEEE solid;
}

    .ft-links span a {
        color: #521647;
        text-decoration: none;
        cursor: pointer;
        font-style: normal;
        margin-left: 20px;
        font-size: 14px;
    }

        .ft-links span a:hover {
            text-decoration: underline
        }