html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    outline: none !important;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote::before, blockquote::after, q::before, q::after {
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

a {
    text-decoration: none;
    outline: none !important;
}

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.clear {
    clear: both;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.vertical-base {
    vertical-align: baseline;
}

.vertical-top {
    vertical-align: top;
}

nav.vertical ul li {
    display: block;
}

nav.horizontal ul li {
    display: inline-block;
}

img {
    max-width: 100%;
}

body {
    font-family: Cabin, sans-serif;
    outline: none !important;
}

* {
    outline: none;
}

:focus {
    outline: none !important;
}

.wrap {
    margin: 0px auto;
    width: 80%;
}

body a, form li, .submit input[type="submit"] {
    transition: all 0.1s ease 0s;
}

.one-login-head {
    text-align: center;
    position: relative;
    WIDTH: 80%;
    margin: auto;
}

    .one-login-head span {
        background: url("../images/tip.png") 0px 0px no-repeat;
        width: 30px;
        height: 13px;
        position: absolute;
        bottom: -12px;
        left: 203px;
        display: inline-block;
    }

.one-login {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 500PX;
    max-height: 500PX;
    text-align: center;
    border-radius: 100%;
    padding: 50px;
    border: 1px solid #d3d3d3;
    background: linear-gradient(135deg, #0D6EFD, #0AA1DD);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

    .one-login:before {
        position: absolute;
        content: "";
        /* width: 560px; */
        left: -30px;
        top: 0;
        height: 560px;
        background: #000000;
        box-shadow: 0px 8px 20px rgb(0 0 0 / 36%);
        z-index: -1;
        border-radius: 100%;
    }

    .one-login:after {
        position: absolute;
        content: "";
        /* width: 560px; */
        /* right: -30px; */
        bottom: 0;
        height: 560px;
        background: #000506;
        box-shadow: 0px 8px 20px rgb(0 0 0 / 36%);
        z-index: -1;
        border-radius: 100%;
    }

.hvr-float-shadow {
    vertical-align: middle;
    transform: translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    backface-visibility: hidden;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-float-shadow::before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: "";
        top: 105%;
        left: 5%;
        height: 52px;
        width: 95%;
        opacity: 0.5;
        background: radial-gradient(rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 80%);
        transition-duration: 0.3s;
        transition-property: transform, opacity;
    }

.one-login-head h1 {
    font-size: 27px;
    font-weight: 600;
    margin-top: 10px;
    color: rgb(255 255 255);
}

.form-area {
    padding: 2% 8% 0px;
    text-align: left;
}

.login-01 .form-area label {
    margin-bottom: 7px;
    display: block;
    color: rgb(255 255 255);
    font-size: 16px;
}

.col-red {
    color: rgb(255, 0, 0);
}

.admin-logo-cls {
    background: #fff;
    margin: auto;
    padding: 15px;
    width: 160px;
    border-radius: 100px;
    margin-bottom: 18px;
}

    .admin-logo-cls img {
        height: 100%;
        width: 60%;
    }

.line-heading {
    height: 1px;
    border-top: 1px solid #c4c2c2b5;
    position: relative;
    width: 100%;
    margin: 10px auto;
}

    .line-heading::after {
        content: "";
        position: absolute;
        z-index: 999999;
        left: 0px;
        right: 0px;
        height: 3px;
        background: #ffffff;
        width: 60%;
        margin: auto;
        top: -2px;
    }

.form-area li {
    border: none;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
    background: rgba(223, 223, 223, 0) !important;
}

.icon {
    height: 45px;
    width: 46px;
    display: block;
    float: left;
    margin: 1px -13px 0px 0px;
}

.user {
    background: url("../images/icon.png") 0px -1px no-repeat rgb(255, 197, 12);
}

.lock {
    background: url("../images/icon.png") -49px 0px no-repeat rgb(255, 197, 12);
}

.login-01 input[type="text"], .login-01 input[type="password"] {
    width: -webkit-fill-available;
    padding: 10px 0px 10px 10px;
    /* border: 1px solid rgb(169 169 169); */
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    background: #ffffff;
    /* border: 1px solid #00000017; */
}

.submit1 {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
    padding: 10px 0px;
    border: none;
    background: rgb(237, 110, 110);
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5px;
    border-radius: 2px;
}

    .submit1:hover {
        background: rgb(221, 94, 94);
    }

input[type="text"], input[type="password"] {
    width: 70%;
    padding: 0.8em 4em 0.8em 1.7em;
    color: rgb(235 235 235);
    font-size: 17px;
    outline: none;
    background: none;
    font-weight: 400;
    border: none;
}

.submit input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    background: #0D1117;
    border-radius: 35px;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 10px;
    outline: 2px dotted #ffffff;
    outline-offset: -4px;
}

input[type="submit"]:hover {
    background-color: #2c3185;
    color: #fff;
    outline-color: #fff;
}

h6 {
    float: right;
}

.p-container {
    margin-top: 1em;
}

    .p-container .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .p-container.checkbox i {
        border-color: rgb(255, 255, 255);
        transition: border-color 0.3s ease 0s;
    }

        .p-container.checkbox i:hover {
            border-color: red;
        }

    .p-container i::before {
        background-color: rgb(45, 165, 218);
    }

    .p-container .rating label {
        color: rgb(204, 204, 204);
        transition: color 0.3s ease 0s;
    }

    .p-container .checkbox input + i::after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s ease 0s;
    }

    .p-container .checkbox input + i::after {
        top: 5px;
        left: 5px;
        width: 13px;
        height: 12px;
    }

    .p-container.checkbox {
        float: left;
        margin-right: 30px;
    }

    .p-container .checkbox {
        padding-left: 40px;
        font-size: 16px;
        line-height: 14px;
        color: rgb(133, 130, 130);
        cursor: pointer;
    }

    .p-container .checkbox {
        position: relative;
        display: block;
    }

    .p-container h6 a {
        float: right;
        color: rgb(137, 137, 137);
    }

        .p-container h6 a:hover {
            text-decoration: underline;
        }

label.checkbox {
    float: left;
    margin-top: 3px;
}

.p-container .checkbox i {
    position: absolute;
    top: -5px;
    left: 5px;
    display: block;
    width: 22px;
    height: 22px;
    outline: none;
    border: none;
    background: rgb(223, 223, 223);
}

.p-container .checkbox input + i::after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s ease 0s;
}

.p-container .checkbox input + i::after {
    color: rgb(45, 165, 218);
}

.p-container .rating input:checked ~ label {
    color: rgb(45, 165, 218);
}

.p-container .checkbox input:checked + i::after {
    opacity: 1;
}

.social-icons p {
    color: rgb(137, 137, 137);
    font-size: 17px;
    text-align: center;
    padding-top: 20px;
}

ul.soc_icons2 {
    text-align: center;
    padding: 12px 0px;
}

    ul.soc_icons2 li.pic {
        background: none;
        display: inline-block;
        width: 24%;
        margin: 0px;
    }

        ul.soc_icons2 li.pic i {
            width: 68px;
            height: 68px;
            display: inline-block;
            background: url("../images/icon.png") 0px 0px no-repeat;
            vertical-align: middle;
            transition: all 0.8s ease 0s;
        }

            ul.soc_icons2 li.pic i:hover {
                border-top-left-radius: 3em;
            }

        ul.soc_icons2 li.pic a:hover {
            text-decoration: none;
        }

        ul.soc_icons2 li.pic a i.icon_4 {
            background-position: -106px 4px;
        }

        ul.soc_icons2 li.pic a i.icon_5 {
            background-position: -204px 4px;
        }

        ul.soc_icons2 li.pic a i.icon_6 {
            background-position: -302px 4px;
        }

.one-login h5 a, .one-login h5 {
    color: rgb(137, 137, 137);
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
}

    .one-login h5 a:hover {
        text-decoration: underline;
    }

.two-login-head {
    background: rgb(112, 44, 145);
    padding: 1em;
    text-align: center;
    position: relative;
}

    .two-login-head h2 {
        font-size: 2em;
        color: rgb(255, 255, 255);
        font-weight: 500;
        text-transform: uppercase;
    }

    .two-login-head lable {
        background: url("../images/tip2.png") 0px 0px no-repeat;
        width: 30px;
        height: 13px;
        position: absolute;
        bottom: -11px;
        left: 203px;
        display: inline-block;
    }

.two-login h5, .two-login h5 a {
    color: rgb(132, 132, 132);
    font-size: 16px;
}

    .two-login h5 a {
        font-weight: 600;
    }

        .two-login h5 a:hover {
            text-decoration: underline;
        }

.two-login {
    width: 28%;
    margin: 5% auto;
    background: rgb(255, 255, 255);
    text-align: center;
    border-bottom: 3px solid rgb(28, 129, 124);
}

.two-login-head h1 {
    font-size: 2em;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

form.two {
    padding: 12% 9%;
}

    form.two li {
        border: none;
        list-style: none;
        margin-bottom: 25px;
        width: 100%;
        background: rgb(223, 223, 223);
    }

.login-02 {
    margin-top: 9em;
}

.icon2 {
    height: 45px;
    width: 46px;
    display: block;
    float: left;
    margin: 1px -13px 0px 0px;
}

.user2 {
    background: url("../images/icon2.png") 0px -1px no-repeat rgb(112, 44, 145);
}

.lock2 {
    background: url("../images/icon2.png") -49px 0px no-repeat rgb(112, 44, 145);
}

.mail {
    background: url("../images/icon2.png") -99px 0px no-repeat rgb(112, 44, 145);
}

form.two input[type="text"], form.two input[type="password"] {
    width: 60%;
    padding: 0.8em 4em 0.8em 1.7em;
    color: rgb(133, 130, 130);
    font-size: 17px;
    outline: none;
    background: none;
    font-weight: 500;
    border: none;
}

.submit.two {
    border: none;
    padding: 41px 0px 20px;
}

    .submit.two input[type="submit"] {
        font-size: 20px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        cursor: pointer;
        outline: none;
        padding: 13px 10px;
        width: 100%;
        border: none;
        background: rgb(112, 44, 145);
    }

        .submit.two input[type="submit"]:hover {
            background: rgb(255, 197, 12);
        }

.p-container a {
    color: rgb(112, 44, 145);
    font-size: 15px;
}

    .p-container a:hover {
        text-decoration: underline;
    }

.three-login-head {
    background: rgb(242, 97, 34);
    padding: 1em;
    text-align: center;
    position: relative;
}

    .three-login-head h3 {
        font-size: 2em;
        color: rgb(255, 255, 255);
        font-weight: 500;
        text-transform: uppercase;
    }

    .three-login-head lable {
        background: url("../images/tip3.png") 0px 0px no-repeat;
        width: 30px;
        height: 13px;
        position: absolute;
        bottom: -11px;
        left: 203px;
        display: inline-block;
    }

.three-login h5, .three-login h5 a {
    color: rgb(132, 132, 132);
    font-size: 16px;
    text-align: left;
}

    .three-login h5 a:hover {
        text-decoration: underline;
    }

.three-login p {
    color: rgb(132, 132, 132);
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0px 20px;
    text-align: left;
}

.three-login {
    width: 28%;
    margin: 5% auto;
    background: rgb(255, 255, 255);
    text-align: center;
    border-bottom: 3px solid rgb(28, 129, 124);
}

.three-login-head h1 {
    font-size: 2em;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

form.three {
    padding: 12% 9%;
}

    form.three li {
        border: none;
        list-style: none;
        margin-bottom: 25px;
        width: 100%;
        background: rgb(223, 223, 223);
    }

.login-03 {
    margin-top: 9em;
}

.icon3 {
    height: 45px;
    width: 46px;
    display: block;
    float: left;
    margin: 1px -13px 0px 0px;
}

.mail2 {
    background: url("../images/mail.png") 0px 0px no-repeat rgb(242, 97, 34);
}

form.three input[type="text"], form.three input[type="password"] {
    width: 60%;
    padding: 0.8em 4em 0.8em 1.7em;
    color: rgb(133, 130, 130);
    font-size: 17px;
    outline: none;
    background: none;
    font-weight: 500;
    border: none;
}

.submit.three {
    border: none;
    padding: 8px 0px 13px;
}

    .submit.three input[type="submit"] {
        font-size: 20px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        cursor: pointer;
        outline: none;
        padding: 13px 10px;
        width: 100%;
        border: none;
        background: rgb(242, 97, 34);
    }

        .submit.three input[type="submit"]:hover {
            background: rgb(255, 197, 12);
        }

.copy-right {
    text-align: center;
    margin: 10% 0px 2%;
}

    .copy-right p {
        color: rgb(255, 255, 255);
        font-size: 1.1em;
        font-weight: 400;
    }

        .copy-right p a {
            font-size: 1em;
            color: rgb(255, 255, 255);
        }

            .copy-right p a:hover {
                text-decoration: underline;
            }

.error-cls-sty {
    color: red;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.form-area {
    outline: none !important;
}

@media (max-width: 1566px) {
    .three-login, .two-login, .one-login {
        /* width: 100%; */
        /* height: 100%; */
        /* max-width: 32%; */
        /* max-height: 60%; */
    }
}

@media (max-width: 1366px) {
    .three-login, .two-login, .one-login {
        width: 100%;
        height: 100%;
        /* max-width: 40%; */
        /* max-height: 64%; */
    }
}

@media (max-width: 1280px) {
    .three-login, .two-login, .one-login {
        /* width: 35%; */
    }

    .login-02, .login-03 {
        margin-top: 7em;
    }
}

@media (max-width: 1024px) {
    .three-login, .two-login, .one-login {
        /* width: 43%; */
        border-radius: 5% !important;
    }

        .one-login:after {
            right: -20px;
            border-radius: 5%;
        }

        .one-login:before {
            left: -20px;
            border-radius: 5%;
        }

    .three-login-head h3, .one-login-head h1, .two-login-head h2 {
        font-size: 1.7em;
    }
}

@media (max-width: 768px) {

    .three-login, .two-login, .one-login {
        width: 58%;
    }

    form {
        padding: 12% 6%;
    }

    .form-area {
        padding: 5% 0px 0px;
    }

    .one-login {
        padding: 30px 0px 0px;
    }

    .line-heading {
        width: 80%;
    }
}

@media (max-width: 640px) {
    .three-login, .two-login, .one-login {
        width: 70%;
    }

    .three-login-head h3, .one-login-head h1, .two-login-head h2 {
        font-size: 1.55em;
    }
}

@media (max-width: 767px) {

    .three-login, .two-login, .one-login {
        width: 100%;
        border-radius: 5% !important;
        max-width: 650px !important;
        max-height: 650px !important;
    }

    .copy-right p {
        font-size: 1em;
    }

    form {
        padding: 12% 5%;
    }

    .copy-right p {
        font-size: 1.05em;
        line-height: 1.5em;
    }
}

@media (max-width: 320px) {
    .one-login-head img, .two-login-head img, .three-login-head img {
        width: 16%;
    }

    input[type="text"], input[type="password"] {
        width: 62%;
        padding: 0.9em 1em 0.9em 1.7em;
        color: rgb(133, 130, 130);
        font-size: 16px;
    }

    .social-icons p {
        font-size: 15px;
        padding-top: 18px;
        line-height: 23px;
    }

    label.checkbox {
        float: none;
        margin-top: 3px;
    }

    .p-container .checkbox {
        padding-left: 0px;
    }

    .p-container h6, .p-container h6 a {
        float: none;
        margin-top: 10px;
    }

    .p-container {
        margin-top: 0px;
    }

    ul.soc_icons2 li.pic {
        width: 32%;
    }

    .one-login h5 a, .one-login h5 {
        font-size: 15px;
    }

    .three-login-head h3, .one-login-head h1, .two-login-head h2 {
        font-size: 1.3em;
    }

    .two-login h5, .two-login h5 a {
        font-size: 15px;
    }

    .three-login p {
        font-size: 14px;
    }

    .three-login h5, .three-login h5 a {
        font-size: 15px;
    }

    form {
        padding: 12% 4%;
    }

    .p-container a {
        font-size: 14px;
    }

    .three-login, .two-login, .one-login {
        width: 94%;
    }

    form li {
        margin-bottom: 14px;
    }

    .submit.three {
        padding: 1px 0px 13px;
    }

    .submit.two {
        padding: 22px 0px 20px;
    }

    .p-container .checkbox i {
        position: absolute;
        top: -3px;
        left: 39px;
    }

    .p-container label.checkbox.two i {
        position: absolute;
        top: -5px;
        left: 5px;
    }

    .one-login-head span, .two-login-head lable, .three-login-head lable {
        bottom: -11px;
        left: 129px;
    }

    .login-02, .login-03 {
        margin-top: 7em;
    }

    .login-02, .login-03 {
        margin-top: 6em;
    }
}

.login-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

    .login-01:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        filter: invert(1);
        background: url(/Images/body-bg.svg);
        box-shadow: 0px 8px 20px rgb(0 0 0 / 36%);
        z-index: -1;
    }

    .login-01:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        /* background: url(/Images/login-bg.jpg); */
        box-shadow: 0px 8px 20px rgb(0 0 0 / 36%);
        z-index: -2;
        filter: blur(3px);
        background-size: cover;
    }

.form-area-main {
    width: 100%;
}
