* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
  }
/** Login 8 start **/
.login-8 {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    overflow: hidden;
    /*background-image: url(../img/bg.jpg);*/
    background: #eee;
}

.login-8 .ocean {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.login-8 .wave {
    background: url(../img/wave.svg) repeat-x;
    position: absolute;
    top: -128px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.login-8 .wave:nth-of-type(2) {
    top: -145px;
    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-8 .container{
    max-width: 1660px;
    margin: 0 auto;
}

.login-8 .form-section {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.login-8 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-8 a {
    text-decoration: none;
}

.login-8 .form-inner {
    max-width: 492px;
    width: 100%;
    padding: 35px;
    text-align: center;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 15px;
    /* border-bottom: 5px solid #252525; */
    padding-top: 61px;
    margin-top: 5rem;
    /* height: 460px; */
}

.login-8 .form-section .extra-login {
    position: relative;
}

.login-8 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login-8 .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-8 .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-8 .form-check-input:focus {
    border-color: snow;
    outline: 0;
    box-shadow: none;
}

.login-8 .form-check-input:checked {
    background-color: #2ad4bc;
}

.login-8 .form-section p {
    color: #535353;
    margin-bottom: 0;
    font-size: 16px;
}

.login-8 .form-section p a {
    color: #535353;
}

.login-8 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-8 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-8 .form-section .thembo {
    margin-left: 4px;
}

.login-8 .form-section h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 600;
    color: #040404;
    text-align: left;
}

.login-8 .form-section .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.login-8 .form-section .form-control {
    padding: 11px 20px 9px;
    font-size: 16px;
    outline: none;
    height: 55px;
    color: #535353;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #f7f7f7;
}

.login-8 .form-section .form-check {
    margin-bottom: 0;
}

.login-8 .form-section .form-check a {
    color: #535353;
}

.login-8 .form-section .form-check-label {
    padding-left: 5px;
    font-size: 16px;
    color: #535353;
}

.login-8 .form-section a.forgot-password {
    font-size: 16px;
    color: #535353!important;
}

.login-8 .logo img {
    margin-bottom: 15px;
    height: 25px;
}
.wid200{
        width: 200px;
}
.color-defult{
    background: #f7f7f7 !important;
color: #535353 !important;
}
.color-defult:hover{
    color: #000 !important
}
.copyright{
          height: 55px;
    position: fixed;
    bottom: 2px;
    width: 100%;
    z-index: 99999;
}
.copyright p{
    line-height: 61px;
        font-size: 14px;
}
.copyright p a{
    text-decoration: none;
    color: #424242;
}
.mar4{
        margin-left: 4rem;
}
.marl83{
        margin-right: 83px;
}
.login-8 .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;
    
}

.login-8 .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-8 .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.login-8 .btn-lg{
    padding: 0 50px;
    line-height: 55px;
}

.login-8 .btn{
    box-shadow: none!important;
}

.login-8 .btn-md{
    padding: 0 50px;
    line-height: 45px;
}

.login-8 .btn-primary {
    background: #0067b8;
    border-color: #0067b8;
    width: 100%;
}

.login-8 .btn-primary:after {
    background: #004f8c;
}

.login-8 .title{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 110px;
}

.login-8 .bg-img p{
    padding-left: 15px;
}

.login-8 .bottom-container, .login-8 .top-container {
    position: fixed;
    padding: 15px;
}

.login-8 .bottom-container {
    color: #232323;
}

.login-8 .top-container {
    background-color: #0067b8;
    color: #fff;
    clip-path: circle(13% at 85% 50%);
    animation: circleMove 20s ease-in-out infinite;
}

@keyframes circleMove {
    0%, 100% {
        clip-path: circle(13% at 85% 50%);
    }
    50% {
        clip-path: circle(13% at 15% 50%);
    }
}

/* Social list */
.login-8 .social-list .buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.login-8 .social-list a {
    text-decoration: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin:0 2px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
}

.login-8 .social-list a {
    transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
}
.login-8 .social-list a:hover {
    border-radius: 50%;
}

.login-8 .social-list a i {
    position: relative;
    z-index: 3;
}

.login-8 .social-list a.facebook-bg {
    background: #4867aa;
}

.login-8 .social-list a.twitter-bg {
    background: #33CCFF;
}

.login-8 .social-list a.google-bg {
    background: #db4437;
}

.login-8 .social-list a.dribbble-bg {
    background: #2392e0;
}

/** Social media **/
@media (max-width: 992px) {
    .login-8 .form-inner {
        padding: 50px;
    }

    .login-8 .bg-img{
        display: none;
    }
}

@media (max-width: 768px) {
    .login-8 .form-inner {
        padding: 50px 30px;
    }
}
/** Login 8 end **/

.login-8 .form-section .form-group.form_otp {
    display: flex;
    margin: 30px 0;
}

.login-8 .form-section .form-group.form_otp .form-control {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 5px;color: #000;font-weight: 600;
    width: 50px;text-align: center;
    height: 50px;
}
.login-8 .form-section .form-group.form_otp .form-control+.form-control {
    margin-left: 24px;
}

.login-8 .form-section p {
    font-size: 16px;
    font-weight: 600;
    color: #040404;
    text-align: left;
}

.frm_frog .otp_grp .form-control {
    background: #FFFFFF;
    border: 1px solid #828282;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    padding: 5px;
    align-items: center;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
    justify-content: center;
}
.foot_txt {
    padding: 0 15px;
    text-align: center;
    position: absolute;
    bottom: 100px;
}

.foot_txt h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.foot_txt h5 {}

.foot_txt h6 a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.otp_grp.form_otp {
    display: flex;
    align-items: center;
    gap: 5px;
}

.frm_frog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.login-8 .form-section .form-group.login-action {
    margin: 0;
}
