.login-16 {
    background: url(../img/img-7.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background: #fff;
    overflow: hidden;
}

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

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

.login-16 .form-section h3 {
    margin: 10px 0 10   px;
    font-size: 20px;
    font-weight: 500;
    color: #040404;
}

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

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

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

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

.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 .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-16 .social-list {
    display: inline-flex;
    margin-bottom: 15px;
}

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

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

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

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

.login-16 .form-section p {
    margin-bottom: 8px;
    font-size: 15px;
    font-style: oblique;
 }

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

.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 .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

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

.login-16 .btn-primary {
    background: #dc4001;
    border-color: #dc4001;
}
.login-16 .btn {
    box-shadow: none!important;
}
.login-16 .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}
.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 .form-section .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

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

.float-start {
    float: left !important;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

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

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

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

.login-16 .photo {
    padding: 0 15px;
    max-width: 500px;
    margin: auto;
}

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

.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 .social-list .icon {
    position: relative;
    border-radius: 3px;
    margin: 0 4px 3px 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    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 .wave:nth-of-type(2) {
    top: -175px;
    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 .wave {
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

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



@media (max-width:576px) {

    .login-16 .form-inner {
        padding: 25px;
    }

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

    .login-16 .form-section .form-check-label {
        font-size: 14px;
    }

}

@media (max-width:768px) {
    .login-16 .form-inner {
        padding: 25px;
    }

    .login-16 .form-section a.forgot-password {
        font-size: 14px;
    }
    .login-16 .form-section .form-check-label {
        font-size: 14px;
    }
}

@media (min-width:992px) {

}

@media (min-width:1200px) {

    .login-16 {
        background: url(../img/img-7.jpg) top left repeat;
        background-size: cover;
        top: 0;
        width: 100%;
        text-align: center;
        bottom: 0;
        opacity: 1;
        z-index: 999;
        min-height: 100vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
        background: #fff;
        overflow: hidden;
    }

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

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

    .login-16 .form-section h3 {
        margin: 10px 0 10px;
        font-size: 20px;
        font-weight: 500;
        color: #040404;
    }

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

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

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

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

    .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 .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-16 .social-list {
        display: inline-flex;
        margin-bottom: 15px;
    }

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

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

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

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

    .login-16 .form-section p {
        margin-bottom: 8px;
        font-size: 15px;
        font-style: oblique;
     }

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

    .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 .extra-login::before {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        height: 1px;
        background: #d8dcdc;
        content: "";
    }

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

    .login-16 .btn-primary {
        background: #dc4001;
        border-color: #dc4001;
    }
    .login-16 .btn {
        box-shadow: none!important;
    }
    .login-16 .btn-lg {
        padding: 0 50px;
        line-height: 50px;
    }
    .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 .form-section .form-group {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

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

    .float-start {
        float: left !important;
    }
    .form-check {
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: 0.125rem;
    }

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

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

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

    .login-16 .photo {
        padding: 0 15px;
        max-width: 500px;
        margin: auto;
    }

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

    .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 .social-list .icon {
        position: relative;
        border-radius: 3px;
        margin: 0 4px 3px 0;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 16px;
        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 .wave:nth-of-type(2) {
        top: -175px;
        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 .wave {
        position: absolute;
        top: -198px;
        width: 6400px;
        height: 198px;
        animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
        transform: translate3d(0, 0, 0);
    }

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

@media (min-width:1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px
	}
}
