.row.justify-content-center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }
    .text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .items-center {
        align-items: center;
    }
    .flex {
        display: flex    ;
    }
    .right-0 {
        right: 0;
    }
    .inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .absolute {
        position: absolute;
    }
    button, [role=button] {
        cursor: pointer;
    }
    button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
        -webkit-appearance: button;
        background-color: transparent;
        background-image: none;
    }
    button, select {
        text-transform: none;
    }
    .mt-1.relative {
        position: relative;
        border: 0;
    }
   .mt-1.relative button#toggle-password {
    border: none;
    background: transparent;
    color: #606770;
}
    .text-green-600 {
        --tw-text-opacity: 1;
        color: rgb(22 163 74 / var(--tw-text-opacity, 1));
    }
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f0f2f5;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .left-panel {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .left-panel h1 {
        font-size: 3rem;
        color: #1877f2;
        margin: 0;
        font-weight: bold;
    }

    .left-panel p {
        font-size: 1.25rem;
        color: #606770;
        margin-top: 10px;
    }

    .right-panel {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        width: 360px;
        text-align: left;
    }

    .login-box form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .login-box input {
        padding: 10px;
        font-size: 1rem;
        border: 1px solid #dddfe2;
        border-radius: 6px;
        outline: none;
    }

    .login-box input:focus {
        border-color: #1877f2;
    }

    .login-box button {
        background: #1877f2;
        color: white;
        font-size: 1rem;
        padding: 10px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

    .login-box button:hover {
        background: #165dc1;
    }

    .login-box a {
        color: #1877f2;
        font-size: 0.9rem;
        text-decoration: none;
    }

    .login-box .line {
        border-top: 1px solid #dddfe2;
        margin: 15px 0;
    }

    .create-account {
        background: #42b72a;
    }

    .create-account:hover {
        background: #36a420;
    }

    .create-page {
        font-size: 0.9rem;
        color: #606770;
        margin-top: 20px;
    }
    .login-box{
        background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    }
    .create-account{
        color:#fff !important;
    }
.form-group {
    margin-bottom: 0;
}
.alert.alert-secondary {
    margin-bottom: 0;
}
@media(max-width:820px){
    .left-panel {
        height: 29vh;
    }
    
}
@media(max-width:600px){
    .left-panel {
    height: auto;
    margin-top: 0;
  }
.left-panel h1 {
  font-size: 2rem;
}
.left-panel p {
  font-size: 1rem;
}
}