/* form {
    background-color: red;
} */

body .min-h-screen {
    background: #FFF !important;
}

body .min-h-screen .w-full.bg-white {
    background: #FFF;
    border: 1px solid #dddddd91;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    padding: 19px;
    padding-bottom: 20px;
    width: calc(100% - 30px);
}
body .min-h-screen a.login-register-logo {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    height: auto;
}
body .min-h-screen form label.block {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
}
body .min-h-screen form input {
    padding: 8px 16px;
    border: 1px solid rgb(253 143 43 / 30%) !important;
    border-radius: 0 !important;
    box-shadow: none;
}
body .min-h-screen form input:focus {
    box-shadow: none;
}
body .min-h-screen .w-full.bg-white form input[type="checkbox"] {
    padding: 0;
}
body .min-h-screen form .register-login-button-group {
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
}
body .min-h-screen form .register-login-button-group a.underline {
    width: 100%;
    text-align: right;
    max-width: 100%;
    text-decoration: none;
    color: rgb(253 143 43 / 100%);
    font-size: 15px;
    font-weight: 500;
}
body .min-h-screen form .register-login-button-group button {
    margin: 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    padding: 14px 8px;
    background-color: #fe8e0b;
    border-color: #fe8e0b;
    font-size: 15px;
    transition: 0.25s ease-in-out;
    letter-spacing: 0;
    color: #FFF;
}
body .min-h-screen form .register-login-button-group button:hover {
    background-color: transparent;
    color: #fe8e0b;
}

@media (max-width: 767px) {
    body .min-h-screen a.login-register-logo {
        max-width: 152px;
    }
}