﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Poppins&display=swap');


html {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    /*font-family: 'Roboto Slab', serif;*/
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #fff;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    /*font-family: 'Roboto Slab', serif;*/
    font-family: 'Poppins', sans-serif !important;
    margin: 0 0 20px 0;
    color: #111;
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 16px;
    }
}
/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/** Login 16 start **/
.login-16 {
    /*background: #0D2608;*/
    background: linear-gradient(135deg, #000000, #600037);
    animation: backgroundPulse 8s infinite alternate;
    position: relative;
    overflow: hidden;
}

@keyframes backgroundPulse {
    0% {
        background: linear-gradient(135deg, #000000, #600037);
    }

    100% {
        background: linear-gradient(135deg, #1a0012, #99004d);
    }
}

    .login-16 .login-16-inner {
        z-index: 999;
        position: relative;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }

        .login-16 .login-16-inner .ocean {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #015871;
        }

        .login-16 .login-16-inner .wave {
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
            position: absolute;
            top: -138px;
            width: 6400px;
            height: 138px;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
            transform: translate3d(0, 0, 0);
        }

            .login-16 .login-16-inner .wave:nth-of-type(2) {
                top: -115px;
                animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
                opacity: 1;
            }

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0, -25px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }
}

.login-16 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Slab', serif;
}

.login-16 .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 860px;
    z-index: 999;
}

.login-16 .login-box {
    /*background: linear-gradient(45deg,#006C99, #0CC18A);*/
    background: #600037;
    background-size: cover;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
    border-radius: 13px;
}

.login-16 .login-16-inner:after {
    position: absolute;
    left: -1px;
    top: 30px;
    width: 286px;
    height: 180px;
    content: "";
    z-index: -1;
    background: url(../img/img-16.jfif) top left repeat;
}

.login-16 .form-section {
    /*text-align: center;*/
    padding: 80px 40px;
    background: #1a1a1a;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    transform: translateY(0px);
    animation: fadeInUp 1.2s ease-out forwards;
    transition: transform 0.3s ease;
    z-index: 5;
}

.login-16 .pad-0 {
    padding: 0;
    order: 2;
}

.login-16 .form-section p {
    margin-bottom: 0;
    font-size: 16px;
    color: #41637c;
}

    .login-16 .form-section p a {
        /*color: #223d52;*/
        color: #fff;
    }

.login-16 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-16 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-16 .form-section .thembo {
    margin-left: 4px;
}

.login-16 .logo img {
    height: 30px;
    margin-bottom: 20px;
}

.login-16 .form-section h3 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.login-16 .form-section .form-group {
    margin-bottom: 30px;
}

    .login-16 .form-section .form-group .form-box {
        float: left;
        width: 100%;
        position: relative;
    }

        /*.login-16 .form-section .form-group .form-box .form-control {
            padding: 15px 15px 15px 50px;
            background-color: #fff;
            border: 1px solid #b6cddf;
            border-radius: 0;
        }*/


        .login-16 .form-section .form-group .form-box .form-control {
            /*padding: 15px 15px 15px 50px;
            background-color: #fff;
            border: 1px solid #b6cddf;
            border-radius: 0;*/
            width: 100%;
            padding: 15px 15px 15px 50px;
            border: none;
            border-radius: 6px;
            background: #333;
            color: #fff;
            transition: all 0.3s ease;
        }

            .login-16 .form-section .form-group .form-box .form-control:focus {
                outline: none;
                background: #444;
                box-shadow: 0 0 8px #600037;
            }



        .login-16 .form-section .form-group .form-box i {
            position: absolute;
            top: 10px;
            left: 20px;
            font-size: 18px;
            color: #98b4c9;
        }

.login-16 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-16 .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-16 .form-section .terms {
    margin-left: 3px;
}

.login-16 .form-section a {
    text-decoration: none;
}

.login-16 .form-section .checkbox {
    font-size: 15px;
}

.login-16 .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

    .login-16 .form-section .form-check a {
        color: #efefef;
    }

.login-16 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #41637c;
}

.login-16 .form-section a.forgot-password {
    font-size: 13px;
    color: #41637c;
}

.login-16 .form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.login-16 .form-check-input:checked {
    background-color: #272a2a !important;
    border: 1px solid #272a2a !important;
}

.login-16 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    position: absolute;
    margin-left: -22px;
    border-radius: 0;
}

.login-16 .social-list a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    background: #fff;
    border-radius: 100px;
}

    .login-16 .social-list a:hover {
        color: #fff;
    }

.login-16 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    border-radius: 3px;
    float: left;
}

    .login-16 .btn-theme:hover {
        color: #fff;
    }

        .login-16 .btn-theme:hover:after {
            transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
            transition: transform 0.4s linear, transform 0.4s linear;
        }

    .login-16 .btn-theme:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        border-radius: 7px;
        transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
        transform-origin: bottom center;
        transition: transform 0.4s linear, transform 0.4s linear;
        z-index: -1;
    }

/*.login-16 .btn-theme {
    background: #304e64;
}*/

.login-16 .btn-theme {
    background: #600037;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .login-16 .btn-theme:hover {
        background-color: #a0005d;
        transform: scale(1.03);
    }


    .login-16 .btn-theme:after {
        background: #050606;
    }

.login-16 .btn-lg {
    font-size: 17px;
    padding: 0 50px;
    line-height: 45px;
}

.login-16 .btn {
    box-shadow: none !important;
}

.login-16 .btn-md {
    padding: 0 50px;
    font-size: 15px;
    line-height: 45px;
}

.login-16 .info {
    position: relative;
    width: 350px;
    margin: 0 auto;
    height: 350px;
    text-align: center;
}

    .login-16 .info .box h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600;
        color: #fff;
    }


    .login-16 .info .box p {
        color: #efefef;
        font-size: 15px;
    }

    .login-16 .info .box {
        position: absolute;
        width: 350px;
        margin: 0 auto;
        height: 350px;
        overflow: hidden;
        padding: 20px;
        border: solid 15px #10101000;
    }

        .login-16 .info .box .content {
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: solid 1px rgb(0 0 0 / 0%);
            padding: 70px 10px;
        }

            .login-16 .info .box .content .logoimg {
                height: 128px;
                width: 136px;
                /* box-shadow: 0px 15px 10px -15px #111; */
                margin-bottom: 20px;
            }

        .login-16 .info .box .line {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            box-sizing: border-box;
        }

            .login-16 .info .box .line:nth-child(1) {
                transform: rotate(0deg);
            }

            .login-16 .info .box .line:nth-child(2) {
                transform: rotate(90deg);
            }

            .login-16 .info .box .line:nth-child(3) {
                transform: rotate(180deg);
            }

            .login-16 .info .box .line:nth-child(4) {
                transform: rotate(270deg);
            }

            .login-16 .info .box .line:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 3px;
                background: #fff;
                animation: animate 4s linear infinite;
            }

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

/** Social media **/
.login-16 .facebook-bg {
    color: #4867aa;
}

    .login-16 .facebook-bg:hover {
        background: #4867aa;
    }

.login-16 .twitter-bg {
    color: #33CCFF;
}

    .login-16 .twitter-bg:hover {
        background: #33CCFF;
    }

.login-16 .google-bg {
    color: #db4437;
}

    .login-16 .google-bg:hover {
        background: #db4437;
    }

.login-16 .linkedin-bg {
    color: #2392e0;
}

    .login-16 .linkedin-bg:hover {
        background: #1c82ca;
    }

@media (max-width: 1200px) {
    .login-16 .form-section {
        padding: 80px 50px;
    }
}

@media (max-width: 992px) {
    .login-16 .form-section {
        padding: 50px 30px;
        border-right: none;
    }

    .login-16 .info .box .line {
        display: none
    }

    .login-16 .bg-form {
        display: flex;
        order: 2
    }

    .login-16 .bg-img {
        display: flex;
        order: 1
    }

    .login-16 .login-box {
        max-width: 500px;
    }

    .login-16 .info .box .content {
        padding: 10px 10px;
    }

    .login-16 .info {
        height: 120px;
    }

        .login-16 .info .box h3 {
            display: none
        }

        .login-16 .info .box .content {
            top: 0px;
        }

        .login-16 .info .box {
            height: 171px;
        }
}

ul#elements li {
    list-style: none;
    position: absolute;
    transition: 0.1s;
    color: #fff;
    text-shadow: 1px 1px 8px #2669ff;
}

@media(max-width: 425px) {
    ul#elements li {
        display: none
    }
}


li:nth-child(n+1) {
    opacity: 1;
    left: 83vw;
    top: 52vh;
    font-size: 30px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+2) {
    opacity: 1;
    left: 10vw;
    top: 30vh;
    font-size: 28px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+3) {
    opacity: 1;
    left: 90vw;
    top: 70vh;
    font-size: 22px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+4) {
    opacity: 1;
    left: 90vw;
    top: 8vw;
    font-size: 26px;
    animation-name: animate9;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+5) {
    opacity: 1;
    left: 6vw;
    top: 50vh;
    font-size: 35px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+6) {
    opacity: 1;
    left: 80vw;
    top: 15px;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+7) {
    opacity: 1;
    left: 12vw;
    top: 73vh;
    font-size: 22px;
    animation-name: animate8;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+8) {
    opacity: 1;
    left: 88vw;
    top: 85vh;
    font-size: 33px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+9) {
    opacity: 1;
    left: 14vw;
    top: 3vh;
    font-size: 30px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+10) {
    opacity: 1;
    left: 93vw;
    top: 36vh;
    font-size: 40px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+11) {
    opacity: 1;
    left: 5vw;
    top: 83vh;
    font-size: 40px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+12) {
    opacity: 1;
    left: 3vw;
    top: 14vh;
    font-size: 24px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}

li:nth-child(n+13) {
    opacity: 1;
    left: 38vw;
    top: 56vh;
    font-size: 18px;
    animation-name: animate9;
    animation-duration: 16.2s;
    animation-iteration-count: infinite
}

li:nth-child(n+14) {
    opacity: 1;
    left: 22vw;
    top: 56vh;
    font-size: 32px;
    animation-name: animate8;
    animation-duration: 14.4s;
    animation-iteration-count: infinite;
}


@keyframes animate8 {
    0% {
        color: #fff;
    }

    25% {
        color: #fff;
        transform: rotate(-4deg) scale(1.1) translateY(16px) translateX(11px);
        opacity: 0.7;
    }

    50% {
        color: #fff;
        transform: rotate(-2deg) scale(1.1) translateY(9px) translateX(5px);
        opacity: 1;
    }

    75% {
        color: #fff;
        transform: rotate(4deg) scale(1) translateY(17px) translateX(3px);
        opacity: 1;
    }

    100% {
        color: #fff;
    }
}


@keyframes animate9 {
    0% {
        color: #fff;
    }

    25% {
        color: #fff;
        transform: rotate(-1deg) scale(1.2) translateY(2px) translateX(9px);
        opacity: 0.2;
    }

    50% {
        color: #fff;
        transform: rotate(-7deg) scale(1.2) translateY(10px) translateX(1px);
        opacity: 1;
    }

    75% {
        color: #fff;
        transform: rotate(6deg) scale(1.1) translateY(8px) translateX(9px);
        opacity: 1;
    }

    100% {
        color: #fff;
    }
}


@media only screen and (max-width: 767px) {
    .adj_mobile {
        margin: 15px auto !important;
        display: block !important;
    }
}




@media only screen and (max-width: 768px) {
    .adj_mobile {
        margin: 52px auto !important;
        display: block !important;
    }

    .login-16 .info .box .content {
        left: 6px;
    }
}


@media only screen and (max-width: 320px) {

    .login-16 .info .box .content {
        top: 0px !important;
        left: 0px !important;
        right: 52px !important;
        padding: 21px 10px !important;
    }

        .login-16 .info .box .content .logoimg {
            height: 117px;
            width: 130px;
            margin-bottom: 20px;
        }
}


@media (max-width: 377px) {
    .login-16 .bg-form {
        padding: 0 10px;
    }
}


.corner-lines1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.line1 {
    position: absolute;
    background: linear-gradient(90deg, #ff0000, #00ffcc, #ff00ff, #00ff00);
    background-size: 400% 400%;
    animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Top Left */
.line1.tl-vert1 {
    width: 3px;
    height: 80px;
    top: 20px;
    left: 20px;
}

.line1.tl-horz1 {
    width: 80px;
    height: 3px;
    top: 20px;
    left: 20px;
}

/* Top Right */
.line1.tr-vert1 {
    width: 3px;
    height: 80px;
    top: 20px;
    right: 20px;
}

.line1.tr-horz1 {
    width: 80px;
    height: 3px;
    top: 20px;
    right: 20px;
}

/* Bottom Left */
.line1.bl-vert1 {
    width: 3px;
    height: 80px;
    bottom: 20px;
    left: 20px;
}

.line1.bl-horz1 {
    width: 80px;
    height: 3px;
    bottom: 20px;
    left: 20px;
}

/* Bottom Right */
.line1.br-vert1 {
    width: 3px;
    height: 80px;
    bottom: 20px;
    right: 20px;
}

.line1.br-horz1 {
    width: 80px;
    height: 3px;
    bottom: 20px;
    right: 20px;
}


