.main-div{
    justify-content: center;
    display: flex;
}
.auth-left{
    background-color: white;
    top: 20px;
    margin: 12rem 0rem;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    height: 50%;
    border-radius: .5rem;
    padding: 3rem 6rem;
}
.auth-logo{
    margin-bottom: 3rem !important;
}
.auth-heading{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.auth-input{
    width: 30rem;
}
.auth-title{
    color: #000;
}