    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
 
 
 .poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
     font-family: "Poppins", sans-serif;
    color: #000000;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert{
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}




.login-box .alert-dismissible .btn-close{
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover{
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs{
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error{
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}

 
 
 
.login-16 {
    background: url(../images/bg-img-02.jpg) top left repeat;
    background-size: cover;
    top: 0px;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 9;
   /**  min-height: 100vh;**/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 21px 0px;
    overflow: hidden;
}

.login-16 .ocean {
    height: 0%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-16 .wave {
    background: url('../images/wave.png') repeat-x;
    position: absolute;
    top: -158px;
    width: 100%;
    height: 198px;
    /* animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; */
    /* transform: translate3d(0, 0, 0); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-16 .wave:nth-of-type(2) {
    top: -150px;
    /* 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 .photo{
    padding: 0 15px;
    
    margin: auto;
}

.login-16 .form-section {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.login-16 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-16 a {
    text-decoration: none;
}

.login-16 .form-inner {
    max-width: 600px;
    width: 100%;
    padding: 25px 25px 0px 25px;
    text-align: center;
    z-index: 999; 
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
	border-radius: 5px;
	margin-bottom:10px;
}

.login-16 .bg-img {
    display: flex;
}

.login-16 .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}

.login-16 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login-16 .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #535353;
    text-transform: capitalize;
    background: #fff;
}

.login-16 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    vertical-align: top;
    position: absolute;
    border-radius: 2px;
    border: none;
    background-color: #f7f7f7;
    margin-left: -22px;
}

.login-16 .form-check-input:focus {
    border-color: snow;
    outline: 0;
    box-shadow: none;
}

.login-16 .form-check-input:checked {
    background-color: #2ad4bc;
}

.login-16 .form-section p {
    color: #535353;
    margin-bottom: 0;
    font-size: 16px;
}

.login-16 .form-section p a {
    color: #535353;
}

.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 .form-section h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 600;
    color: #040404;
}

.login-16 .form-section .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
	    text-align: left;
}

.login-16 .form-section .form-control {
    padding: 11px 52px 9px;
    font-size: 16px;
    outline: none;
    height: 50px;
    color: #535353;
    border-radius: 3px;
  border: 1px solid #e1e1e1;
    
}

.login-16 .form-section .form-check {
    margin-bottom: 0;
}

.login-16 .form-section .form-check a {
    color: #535353;
}

.login-16 .form-section .form-check-label {
    padding-left: 5px;
    font-size: 16px;
    color: #535353;
}

.login-16 .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
}

.login-16 .logo img {
    margin-bottom: 15px;
    height: 25px;
}

.login-16 .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    width: 100%;
}

.login-16 .btn-theme:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 3px;
    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:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.login-16 .btn-lg{
    padding: 0 50px 0px 50px;
    line-height: 50px;
}

.login-16 .btn{
    box-shadow: none!important;
}

.login-16 .btn-md{
    padding: 0 50px;
    line-height: 45px;
}

.login-16 .btn-primary{
    background: linear-gradient(90deg, #438d02 0%, #699d3b 100%);
    border-color: #f5821f;
}

.login-16 .btn-primary:after {
    background: #438d02;
}

.login-16 .social-list {
    display: inline-flex;
    margin-bottom: 27px;
}

.login-16 .social-list .icon {
    position: relative;
    background: #f3f3f3;
    border-radius: 3px;
    margin: 0 4px 3px 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #ffffff;
}

.login-16 .social-list .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-16 .social-list .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-16 .social-list .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.login-16 .social-list .icon:hover span,
.login-16 .social-list .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.login-16 .social-list .facebook{
    background: #3b5999;
}

.login-16 .social-list .facebook:hover .tooltip,
.login-16 .social-list .facebook:hover .tooltip::before {
    background: #3b5999;
}

.login-16 .social-list .twitter{
    background: #46c1f6;
}

.login-16 .social-list .twitter:hover .tooltip,
.login-16 .social-list .twitter:hover .tooltip::before {
    background: #46c1f6;
}

.login-16 .social-list .instagram{
    background: #db4437;
}

.login-16 .social-list .instagram:hover .tooltip,
.login-16 .social-list .instagram:hover .tooltip::before {
    background: #db4437;
}

.login-16 .social-list .github{
    background: #2392e0;
}

.login-16 .social-list .github:hover .tooltip,
.login-16 .social-list .github:hover .tooltip::before {
    background: #2392e0;
}

/** Social media **/
@media (max-width: 992px) {
    .login-16 .form-inner {
        padding: 50px;
    }

    .login-16 .bg-img{
        display: none;
    }
}

@media (max-width: 768px) {
    .login-16 .form-inner {
        padding: 50px 30px;
    }
}
/** Login 16 end **/

 