

body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}


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


/** 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: #d9eeeb;
}

@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: 450px;
    width: 100%;
    padding: 50px 65px;
    text-align: center;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	border-radius:50px;
}
.mb-25
{
margin-bottom: 25px!important;
}

.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;
	color:#ed5485;
}

.login-8 .form-section h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 400;
    color: #040404;
}

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

.login-8 .form-section .form-control {
   font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    padding: 14.5px 45px 14.5px 25px;
}
.login-8 .form-inner .form-box i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #bdbdbd;
}



.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;
}

.login-8 .logo img {
    margin-bottom: 15px;
    height: 35px;
}

.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;
    width: 100%;
}

.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: #2ad4bc;
    border-color: #51d4bc;
	border-radius:35px;
}

.login-8 .btn-primary:after {
    background: #1abfa8;
}

.login-8 .title{
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 60px;
}

.login-8 .bg-img p{
	 padding-left: 15px;
    font-size: 15px;
    text-transform: initial;
    font-weight: 500;
    color: #000;
    padding-top: 76px;
    text-align: left;
}

.login-8 .bottom-container, .login-8 .top-container {
    position: fixed;
    padding: 20px;
	
}
.login-8 .bottom-container span 
{
color: #ed5485;
text-transform:capitalize;
font-size: 27px;
    width: 100%;
}
.login-8 .top-container span
{
text-transform:capitalize;
font-size: 27px;
    width: 100%;
}	

.login-8 .bottom-container {
    color: #232323;
	font-size: 27px;
    width: 100%;
	
}


.login-8 .top-container {
    background-color: #2ad4bc;
    color: #fff;
    clip-path: circle(13% at 85% 50%);
    animation: circleMove 20s ease-in-out infinite;
	font-size: 27px;
}
.emailimg {
	
	    width: 80%;
    border-radius: 50px;
    border: solid 5px #fff;
}

@keyframes circleMove {
    0%, 100% {
        clip-path: circle(13% at 85% 50%);
    }
    50% {
        clip-path: circle(13% at 15% 50%);
    }
}



#motion-homepage {
  offset-path: path("M-60,-8 C-39,18 6,4 11,0");
  animation: move 3000ms infinite alternate ease-in-out;
  width: 20px;
  height: 20px;
  margin-left: 191px;
    margin-top: -16px;
	margin-bottom:10px;
}
@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}



/** 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;
    }
}

@media screen and (min-device-width : 320px) and (max-device-width : 480px) {

#motion-homepage
{
	margin-left: 160px!important;
}

}





