
@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-image: linear-gradient(0deg, #000000b0, #0000008f), url(../images/heath_care/login/health_log_bg.jpg);
    background-size: cover;
}
.login_text {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 0px;
}
.login_text_1 {
    font-size: 23px;
    font-weight: 900;
    color: #d7d0b7;
}
.line_1 {
    position: absolute;
    top: 180px;
    left: 20px;
}
.line {
    background-color: #ffd07d;
    height: 5px;
    width: 125px;
}

.contaent {
    position: absolute;
    top: 210px;
    left: 20px;
}
    .contaent h6 {
        text-align: justify;
        font-size: 18px;
        color: #bababa;
        padding-right: 80px;
    }
.blur_bg {
    background-color: #5c545469;
    border-radius: 65px;
    padding: 30px 15px;
}
.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: 20px 0;
}
.bg_container {
    background: linear-gradient(#c1bfd6cf,#c6b5bd);
}
.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-image: url('img/bg-new2.jpg');*/
    /*background-image: url('../images/bg_login.jpg');*/
    background-size: cover;
    /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
    /*background-image: linear-gradient(to bottom, #2e3f95, #7ec0c7);*/
}

.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 {
    background-color:transparent;
}

.login-16 .pad-0 {
    padding: 0;
}

.login-16 .form-section p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

    .login-16 .form-section p a {
        color: #f4b23f;
    }

.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: 10px 0 20px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #41637c;
}

.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: #6a6b769c;
            border: 1px solid #686c6e;
            border-radius: 30px;
            color:#fff!important;
        }
        .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;
}
.text_label {
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.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: #fff;
}

.login-16 .form-section a.forgot-password {
    font-size: 13px;
    color: #fff;
}

.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-image: linear-gradient(to bottom, #e69404, #ffcc72);
    color: #000;
    border-radius: 50px;
}
    .login-16 .btn-theme:hover {
        background-image: none;
        color: #ffdc9e;
        background: transparent;
        border: 2px solid #ffd07d;
    }

    .login-16 .btn-theme:after {
        background: #21004c;
    }

.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: 25px;
        margin-bottom: 20px;
        font-weight: 600;
        color: #000;
        letter-spacing: 1px;
    }

    .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: 90px;
                width: 95px;
                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: 0;
    }
}

@media (max-width: 992px) {
    .login-16 .form-section {
        padding: 50px 30px;
        border-right: none;
        margin: 30px auto;
    }
    .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: -5px;
        }
        .login-16 .info .box {
            height: 125px;
        }
}
ul#elements li {
    list-style: none;
    position: absolute;
    transition: 0.1s;
    color: #fff;
    text-shadow: 1px 1px 8px #2669ff;

}
@media only screen and (max-width:500px){
    .line_1 {
        display:none;
    }
  
    .login-16 .form-section {
        padding: 0px;
    }
    /*.logoimg{
        text-align:center !important;
    }*/
}
@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: 30px auto !important;
        display: block !important;
    }
}

@media only screen and (max-width: 375px) {
    .adj_mobile {
        margin: 15px 15px !important;
        display: block !important;
    }
}

@media only screen and (max-width: 320px) {
    .login-16 .info .box {
        width: 300px;
    }
}





/** Login 16 end **/

