:root{
    --bs-primary-1:#60269e;
}
body{
    font-family: "Roboto", sans-serif !important;
}
.top__bar {
    background: var(--bs-primary-1);
    padding: 13px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .top__bar-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
  }
  .top__bar-left a {
    font-size: 1rem;
    text-decoration: none;
    margin-right: 27px;
    text-transform: lowercase;
    color: var(--bs-white);
  }
  .top__bar-left a i {
    font-size: 16px;
    margin-right: 5px;
    color: var(--primary-color-1);
  }
  .top__bar-right {
    text-align: right;
  }
  .top__bar-right a {
    font-size: 1rem;
    text-transform: capitalize;
    color: var(--bs-white);
    text-decoration: none;
  }
  .top__bar-right a i {
    font-size: 16px;
    color: var(--primary-color-1);
    margin-right: 5px;
  }
  .top__bar.two {
    background: linear-gradient(135deg, var(--primary-color-1) 39%, var(--color-7) 0%);
  }
  .top__bar.two .top__bar-left {
    justify-content: end;
  }
  .top__bar.two .top__bar-left span {
    font-size: 18px;
    margin-right: 27px;
    text-transform: capitalize;
    color: var(--text-heading-color);
    color: var(--text-white);
  }
  .top__bar.two .top__bar-left span i {
    font-size: 16px;
    margin-right: 5px;
  }
  .top__bar.two .top__bar-left a i {
    color: var(--text-white);
  }
  .top__bar.two .top__bar-right {
    text-align: left;
  }
  .top__bar.two .top__bar-right a i {
    color: var(--text-white);
  }
  .top__bar.four {
    background: var(--primary-color-1);
  }
  .top__bar.four .top__bar-left span {
    font-size: 18px;
    margin-right: 27px;
    text-transform: capitalize;
    color: var(--text-heading-color);
    color: var(--text-white);
  }
  .top__bar.four .top__bar-left span i {
    font-size: 16px;
    margin-right: 5px;
  }
  .top__bar.four .top__bar-left a i {
    color: var(--text-white);
  }
  .top__bar.four .top__bar-right a i {
    color: var(--text-white);
  }
  
  @media (max-width: 991px) {
    .top__bar-left a:last-child {
      margin: 0;
    }
  }
  @media (max-width: 767px) {
    .top__bar-left {
      justify-content: center;
      margin-bottom: 15px;
    }
    .top__bar-left a {
      font-size: 16px;
    }
    .top__bar-left a i {
      font-size: 14px;
    }
    .top__bar-right {
      text-align: center;
    }
    .top__bar-right a {
      font-size: 16px;
      text-transform: capitalize;
    }
    .top__bar-right a i {
      font-size: 14px;
    }
    .top__bar.two .top__bar-right {
      text-align: center;
    }
    .top__bar.two .top__bar-left {
      justify-content: center;
    }
  }
  @media (max-width: 480px) {
    .top__bar-left {
      margin-bottom: 5px;
    }
    .top__bar-left a {
      margin-bottom: 3px;
    }
  }

.login .login-inner {
    z-index: 999;
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.login .login-inner:before {
    content: "";
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    border-radius: 0 30px 30px 0;
}

.login h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}
.login .login-box {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-size: cover;
    position: relative;
}

.login .form-section {
    text-align: center;
    padding: 60px 80px;
    background: #fff;
    border-radius: 20px 0 0 20px;
}

.login .form-section p{
    color: #535353;
    font-size: 16px;
}

.login .form-section a {
    text-decoration: none;
    color: #535353;
}

.login .pad-0{
    padding: 0;
}

.login .form-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login .logo-2 img{
    margin-bottom: 20px;
    height: 100px;
}

.login .form-section .thembo{
    margin-left: 4px;
}

.login .form-section h3 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 23px;
    font-weight: 400;
    color: #040404;
}

.login .form-section .form-group {
    margin-bottom: 25px;
}

.login .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login .form-section .form-control {
    padding: 10px 25px;
    font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 50px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    height: 50px;
}

.login .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login .form-section .terms{
    margin-left: 3px;
}

.login .btn-section {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .btn-section .btn-1 {
    border-radius: 50px 0 0 50px;
    border-right: solid 1px #e6e6e6;
}

.login .btn-section .link-btn {
    padding: 5px 20px;
    color: var(--bs-dark);
    background-color: #f3f3f3;
}
input[type="radio"]:checked{
    background: #0dcaf0 !important;
}
.login .btn-section .active-bg {
    color: #0dcaf0;
}

.login .btn-section .btn-2 {
    border-radius: 0 50px 50px 0;
}


.login .form-section .form-check{
    float: left;
    margin-bottom: 0;
}

.login .form-section .form-check a {
    color: #535353;
}

.login .form-section .form-check-label {
    padding-left: 5px;
    font-size: 16px;
    color: #535353;
}

.login .form-section a.forgot-password {
    font-weight: 500;
}

.login .form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.login .form-check-input:checked {
    background-color: #0dcaf0!important;
}

.login .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    position: absolute;
    margin-left: -22px;
}

.login .form-section form .otp-btn{
    display: flex;
    justify-content: space-between;
}
.login .social-list a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    margin: 2px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.login .login-box:hover .social-list a {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg
    );
}

.login .social-list a:hover{
    color: #fff;
}

.login .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: 'Jost', sans-serif;
    border-radius: 50px;
    float: left;
}

.login .btn-theme:hover {
    color: #fff;
}

.login .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.login .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;
    background: #0dcaf0;
}

.login .btn-info:after {
    background: #28c7e7;
}

.login .btn-lg{
    font-size: 17px;
    padding: 0 50px;
    line-height: 50px;
}

.login .btn{
    box-shadow: none!important;
}

.login .btn-md{
    padding: 0 50px;
    font-size: 15px;
    line-height: 45px;
}

.login .info{
    position: relative;
    width: 320px;
    margin: 0 auto;
    height: 320px;
}

.login .info .box h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

.login .info .box {
    position: absolute;
    width: 320px;
    margin: 0 auto;
    height: 320px;
    overflow: hidden;
    padding: 20px;
    border: solid 5px rgb(255 255 255 / 20%);
}

.login .info .box .content{
    position:absolute;
    top:15px;
    left:15px;
    right:15px;
    bottom:15px;
    border: solid 1px rgb(255 255 255 / 20%);
    padding: 60px 20px;
}

.login .info .box span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.login .info .box span:nth-child(1) {
    transform:rotate(0deg);
}

.login .info .box span:nth-child(2) {
    transform:rotate(90deg);
}

.login .info .box span:nth-child(3) {
    transform:rotate(180deg);
}

.login .info .box span:nth-child(4) {
    transform:rotate(270deg);
}

.login .info .box span:before {
    content: '';
    position: absolute;
    width:100%;
    height: 2px;
    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;
    }
}

.login.login-background {
    animation: Gradient 15s ease infinite;
    width: 100%;
    overflow: hidden;
}

.login.login-background .cube {
    position: absolute;
    top: 70vh;
    right: 200px;
    width: 10px;
    height: 10px;
    border: solid 1px red;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 6s ease-in forwards infinite;
}
.link-btn {
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.login.login-background .cube:nth-child(2n) {
    border-color: #00cad4;
}

.login.login-background .cube:nth-child(2) {
    animation-delay: 2s;
    right: 300px;
    border-color: yellow;
    top: 200px;
}

.login.login-background .cube:nth-child(3) {
    animation-delay: 3s;
    right: 50%;
    top: 150px;
    border-color: blue;
}

.login.login-background .cube:nth-child(4) {
    animation-delay: 4s;
    right: 30%;
    top: 150px;
}

.login.login-background .cube:nth-child(5) {
    animation-delay: 5s;
    right: 50%;
    bottom: 0px;
    border-color: black;
}

.login.login-background .cube:nth-child(6) {
    animation-delay: 6s;
    right: 10%;
    top: 50%;
    border-color: aquamarine;
}

/* Animate Background*/
@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}


@media (max-width: 1200px) {
    .login .form-section {
        padding: 70px 50px;
    }
}

@media (max-width: 992px) {
    .login .form-section h3 {
        font-size: 22px;
    }

    .login .logo-2 img {
        height: 65px;
    }

    .login .form-info{
        width: 100%;
    }

    .login .form-section {
        padding: 60px;
        border-radius: 10px;
    }

    .login .bg-img{
        display: none!important;
    }

    .login .login-box {
        max-width: 500px;
    }

    .login .logo{
        display:inherit;
    }

    .login .login-inner:before {
        display: none;
    }

    .login.login-background .cube:nth-child(2) {
        right: 100px;
        top: 100px;
    }

    .login.login-background .cube:nth-child(3) {
        left: 50px;
        top: 50px;
    }

    .login.login-background .cube:nth-child(4) {
        left: 100px;
        top: 350px;
    }

    .login.login-background .cube:nth-child(5) {
        left: 100px;
        bottom: 50px;
    }

    .login.login-background .cube:nth-child(6) {
        right: 50px;
        top: 5%;
    }
}

@media (max-width: 768px) {
    .login .form-section{
        padding: 50px 30px;
    }
}

