@keyframes jssorl-009-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

a, body {
    font-family: 'solaimanlipi',arial,sans-serif;
    background: #792248;
    color: #FFF;;
}

body {
    background: #792248;
    height: 100%;
}

.login-section {
    border-bottom: 1px solid #e2e2e2;
}

    .login-section .col-md-8, .col-md-4 {
        padding: 0;
        height: 71%;
        overflow: hidden;
    }

    .login-section .col-md-12 {
        padding: 0;
    }

.login-image {
    height: 100%;
    width: 100%;
}

    .login-image img {
        height: 625px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

a {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

    a:focus {
        outline: 0 !important;
    }

    a:hover {
        text-decoration: none;
        color: #792248;
    }

h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #FFF;
}

li, ul {
    list-style-type: square;
    text-align: left;
}

input, textarea {
    outline: 0;
    border: 0;
}

    input:focus, textarea:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder, input:focus::-moz-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #999;
    }

    input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
        color: #999;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #999;
    }

label {
    display: block;
    margin: 0;
}

button {
    outline: 0 !important;
    border: 0;
    background: 0 0;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: 0 !important;
}

.txt1, .txt2 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.txt2 {
    color: #999;
}

.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}

.bg1 {
    background: #3b5998;
}

.bg2 {
    background: #1da1f2;
}

.bg3 {
    background: #cd201f;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100, .wrap-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.container-login100 {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.wrap-login100 {
    background: #FFF;;
    overflow: hidden;
    align-items: stretch;
    flex-direction: row-reverse;
}

.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.1);
    }

.validate-form .form-control {
    border-radius: 0;
    border-color: #ececec;
}

.validate-form .col-md-12 {
    padding: 0;
}

.login100-form {
    width: 100%;
    display: block;
    padding: 11px 10px;
    background-image: url('/Images/bgimage.jpg');
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: 'solaimanlipi',arial,sans-serif;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
}

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px;
}

.input100, .label-input100 {
    display: block;
    width: 100%;
    font-family: 'solaimanlipi',arial,sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.label-input100 {
    color: #999;
    position: absolute;
    pointer-events: none;
    padding-left: 24px;
    left: 0;
    top: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.input100 {
    background: 0 0;
    color: #555;
    padding: 0 26px;
}

.focus-input100, input.input100 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

input.input100 {
    height: 100%;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #792248;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.input100:focus {
    height: 48px;
}

    .input100:focus + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px;
    }

.has-val {
    height: 48px !important;
}

    .has-val + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px;
    }

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: 'solaimanlipi',arial,sans-serif;
    font-size: 15px;
    color: #999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

    .label-checkbox100::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        background: #FFF;;
        border: 1px solid #792248;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.input-checkbox100:checked + .label-checkbox100::before {
    color: #792248;
}

.container-login100-form-btn, .login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-login100-form-btn {
    flex-wrap: wrap;
}

.login100-form-btn {
    align-items: center;
    padding: 0 20px;
    height: 40px;
    background: #792248;
    font-family: 'solaimanlipi',arial,sans-serif;
    font-size: 18px;
    color: #FFF;;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
}

    .login100-form-btn:hover {
        background: #792248;
    }

@media (max-width:992px) {
    .login100-more {
        width: 50%;
    }
}

@media (max-width:768px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        display: none;
    }
}

@media (max-width:576px) {
    .login100-form {
        padding: 5px 10px;
    }

    .form-group {
        margin-bottom: 5px !important;
    }

    .loginLogo img {
        height: 70px;
    }

    .login100-form-btn {
        font-size: 15px !important;
        line-height: 20px !important;
        padding: 2px 5px 0 !important;
    }

    .signup-link {
        margin-top: 0 !important;
        font-size: 13px !important;
    }
}

.validate-input {
    position: relative;
}

.alert-validate::after, .alert-validate::before {
    position: absolute;
    color: #c80000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alert-validate::before {
    content: attr(data-validate);
    z-index: 100;
    max-width: 70%;
    background-color: #FFF;;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    right: 12px;
    pointer-events: none;
    font-family: 'solaimanlipi',arial,sans-serif;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    z-index: 110;
    font-size: 16px;
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.login-advertise-header {
    background: linear-gradient(to right,#457fca,#5691c8);
    color: #FFF;;
    height: 25px;
}

    .login-advertise-header h4 {
        font-size: 18px;
        padding: 5px 0 0;
        margin: 0 0 1px;
    }

    .login-advertise-header .btn {
        border-radius: 0;
        padding: 4px 8px 0;
        font-size: 15px;
        margin-top: -5px;
    }

.AdvertiseAddModal .modal-content {
    width: 60%;
    margin: 35% auto;
    border-radius: 0;
    background: #f3f3f3;
    border: 5px solid #e2e2e2;
    box-shadow: 0 1px 2px #272727;
}

.AdvertiseAddModal .modal-header {
    padding: 5px !important;
    height: 35px;
}

    .AdvertiseAddModal .modal-header p, .popup-image .modal-header p {
        font-size: 20px;
        margin-left: 10px;
        color: #792248;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        max-width: 85%;
        float: left;
    }

    .AdvertiseAddModal .modal-header p {
        margin-bottom: 0;
    }

    .AdvertiseAddModal .modal-header .close, .popup-image .modal-header .close {
        float: right;
        font-weight: 700;
        line-height: 1;
        text-shadow: 0 2px 0 #FFF;;
        margin-top: 0;
        color: red;
    }

    .AdvertiseAddModal .modal-header .close {
        font-size: 18px !important;
        opacity: .8 !important;
        background: #e8e8e8;
        padding: 0 2px;
        border: 2px solid;
        border-radius: 20px;
        width: 22px;
    }

.AdvertiseAddModal .advertise-caption h4 {
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.popup-image .modal-lg {
    width: 100%;
}

.popup-image .modal-header {
    padding: 0 5px !important;
    clear: both;
}

.popup-image .modal-body {
    position: relative;
    padding: 5px;
    clear: both;
}

.popup-image .modal-content {
    width: 100%;
    margin: 10% auto;
    border-radius: 0;
    background: #FFF;;
}

.popup-image .modal-header p {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: SolaimanLipi,Arial,sans-serif;
}

    .popup-image .modal-header p a {
        text-decoration: none;
        color: #792248;
    }

        .popup-image .modal-header p a:hover {
            color: #792248;
        }

.popup-image .modal-header .close {
    font-size: 16px !important;
    opacity: 1 !important;
    background: #ddd;
    border-radius: 15px;
    width: 21px;
    height: 21px;
}

    .popup-image .modal-header .close:hover {
        color: #792248;
    }

.popup-modal-image img {
    height: 365px;
    width: 100%;
}

.popup-image .modal-body .item-title {
    font-size: 18px;
    font-weight: 700;
    color: #003a75;
    background: #FFF;
    line-height: 26px;
    padding: 0 10px;
    text-align: center;
    text-transform: capitalize;
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.jssora061 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora061 .a {
        fill: none;
        stroke: #FFF;;
        stroke-width: 360;
        stroke-linecap: round;
    }

    .jssora061:hover {
        opacity: .8;
    }

    .jssora061.jssora061dn {
        opacity: .5;
    }

    .jssora061.jssora061ds {
        opacity: .3;
        pointer-events: none;
    }

.tutorial-link-button {
    clear: both;
    text-align: center;
    margin: 0 auto;
}

    .tutorial-link-button ul {
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .tutorial-link-button ul li {
            list-style: none;
            margin: 4px 0;
            display: inline-block;
        }

.laptop-url {
    text-align: center;
    font-size: 14px;
    color: #ff5701;
    font-weight: bold;
}

    .laptop-url span {
        color: #0044ff;
    }
/*=======================================================*/
.signup-link {
    margin-bottom: 0;
    font-family: SolaimanLipi, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
}

    .signup-link p {
        margin-bottom: 0;
        font-family: SolaimanLipi, Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 13px;
    }

    .signup-link a {
        text-decoration: none;
        font-size: 16px;
        font-family: SolaimanLipi, Arial, Helvetica, sans-serif;
        color: #FFF;;
    }

    .signup-link .btn-primary {
        background-color: #792248;
        border-color: #792248;
        font-family: 'solaimanlipi', arial, sans-serif;
        font-size: 15px;
        border-radius: 8px;
        padding: 3px 10px 1px;
        font-weight: normal;
        border: 2px solid #f3f3f3 !important;
        box-shadow: 0px 1px 2px #6888a5;
    }

        .signup-link .btn-primary:hover {
            background: #792248;
        }

.login100-form-btn {
    font-size: 15px;
    height: inherit;
    line-height: 22px;
    padding: 2px 5px 0;
    border: 2px solid #f3f3f3 !important;
    box-shadow: 0px 1px 2px #792248;
    border-radius:8px;
    background-image: linear-gradient(to bottom, #0d0408, #792248);
}

    .login100-form-btn:hover {
        background-image: linear-gradient(to bottom, #792248, #792248);
    }

textarea:focus, input:focus {
    border-color: #f3f3f3 !important;
}

.powered-by {
    text-align: center;
    font-weight: bold;
    font-family: "Lucida Grande", Tahoma, sans-serif;
    letter-spacing: 0.5px;
    color: #000;
    font-size: 12px;
    padding-bottom: 5px;
}

.ManualModal .modal-header {
    padding: 5px !important;
}

    .ManualModal .modal-header .close {
        float: right;
        font-size: 18px !important;
        font-weight: 700;
        line-height: 1;
        opacity: 0.8 !important;
        text-shadow: 0 2px 0 #FFF;;
        margin-top: 0px;
        color: #792248;
        background: #e8e8e8;
        padding: 0px 2px;
        border: 2px solid;
        border-radius: 20px;
        width: 22px;
    }

.ManualModal .modal-content {
    width: 100%;
    margin: 50px auto;
    border-radius: 0px;
    background: #fff;
    border: 5px solid #760c20;
    box-shadow: 4px 4px 4px #d25987;
}

.ManualModal .manual-description {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    padding: 5px 10px;
}

    .ManualModal .manual-description p {
        margin: 0;
    }

.ManualModal .modal-body {
    padding: 10px 10px 0;
    clear: both;
    border-top: 1px solid #ddd;
}

.ManualModal .modal-header p {
    font-size: 20px;
    margin-left: 10px;
    color: #792248;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    max-width: 85%;
    margin-bottom: 0;
    float: left;
}

.ManualModal .modal-dialog {
    width: 80%;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    padding: 5px 10px;
}

.helplinenumber {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #0067c1;
    margin-top: 5px;
}

    .helplinenumber a {
        color: #0067c1;
    }

.referral-button a:hover {
    color: #FFF; !important;
    background: #792248 !important
}
