.register-left{
    height: 100vh;
    background-image: url('../media/thrustbg/seamstress-22.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-wrapper{
    height: 100vh;
    overflow-y: scroll;
}

.admin-subtext{
    width: 70%;
}

.form-card{
    padding: 30px;
}

.login-wrapper{
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-form-wrapper{
    width: 400px;
}

.form-card{
  transform-style: preserve-3d;
}

.form-card::before{
     content:"";
  position: absolute;
  inset: -5px;
  transform: translate3d(0px,5px,-1px);
  background: conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #7DD857, #0579FD, #7DD857, #0579FD, #cf1261, #d61039, #7DD857, #0579FD, #7DD857, #0579FD, #7DD857, #0579FD);
  filter: blur(40px);
}

.register-left .content h1{
    font-size: 50px;
}

.register-left .content p{
    font-size: 20px;
}

.log-logo{
    width: 200px;
}



@media (max-width: 768px) {
    .c-font-1 {
        font-size: 3rem;
    }

    .register-left{
        height: 50vh;
    }

    .admin-subtext{
        width: 100%;
    }
        
    .register-left .content h1{
        font-size: 32px;
    }

    .register-left .content p{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .login-wrapper{
        height: 50vh;
    }
}

.c-font-1 {
    font-size: 3rem;
}

/* @media (min-width:730px) {
    .c-font-1 {
        font-size: 10rem;
    }
} */
