 * {margin: 0;padding: 0;box-sizing: border-box;font-family: Arial, sans-serif;}.preload {position: fixed;width: 100%;height: 100vh;display: flex;justify-content: center;align-items: center;z-index: 1;}.preload .cload {width: 50px;height: 50px;border: 5px solid rgba(255, 0, 0, 0.2);border-top-color: white;border-radius: 50%;-webkit-animation: rotating 1s infinite linear;animation: rotating 1s infinite linear;}@-webkit-keyframes rotating {to {transform: rotate(1turn);}}@keyframes rotating {to {transform: rotate(1turn);}}#resposta {position: absolute;top: 32px;right: 32px;}.warning {background: red;max-width: 373px;margin: 0 auto;width: 100%;padding: 12px;color: white;text-align: center;font-size: 1rem;}.success {background: rgb(180, 93, 93);max-width: 373px;margin: 0 auto;width: 100%;padding: 12px;color: white;text-align: center;font-size: 1rem;}.login-container {display: flex;height: 100vh;}.login-left {width: 50%;display: flex;justify-content: center;background-repeat: no-repeat;background-size: cover;}.login-right {width: 50%;background-color: #fdfdfd;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;padding: 20px;}.login-form-container {width: 100%;max-width: 400px;text-align: center;margin-bottom: 30px;}.logo {max-width: 250px;margin-bottom: 40px;width: 100%;}.form-group {margin-bottom: 15px;text-align: left;}input {width: 100%;padding: 10px;margin-top: 5px;border: 1px solid #ddd;border-radius: 5px;}.password-container {position: relative;}.password-container input[type="password"], .password-container input[type="text"] {width: 100%;padding-right: 30px;}.toggle-password {position: absolute;top: 50%;right: 10px;transform: translateY(-50%);cursor: pointer;}.forgot-password {display: block;text-align: right;margin-top: 10px;font-size: 14px;color: #007bff;}.forgot-password:hover {text-decoration: none;cursor: pointer;}.login-button {width: 100%;padding: 10px;border: none;border-radius: 5px;font-size: 1.2rem;cursor: pointer;margin-top: 20px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);transition: 0.5s ease;height: 43px;}.login-button:hover {transform: scale(0.98);box-shadow: none;}.register-link {margin-top: 15px;}.register-link a {text-decoration: none;color: #007bff;}.login-footer {width: 100%;position: absolute;bottom: 10px;left: 0;display: flex;justify-content: space-between;padding: 0 20px;}.privacy-policy, .terms-conditions {font-size: 14px;color: #007bff;text-decoration: none;}.privacy-policy:hover, .terms-conditions:hover {text-decoration: none;cursor: pointer;}.modal-success {display: flex;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);backdrop-filter: blur(8px);z-index: 100000;}.modal-success .modal-content {background-color: #fff;padding: 20px;border-radius: 10px;text-align: center;position: relative;max-width: 400px;width: 100%;}.success-icon img {width: 50px;margin-bottom: 15px;}.close-success {position: absolute;top: 10px;right: 15px;font-size: 1.5rem;cursor: pointer;color: white;padding: 1px;border-radius: 50%;width: 35px;height: 35px;}.warning-error {width: 200px;}@media (max-width: 767px) {.login-container {flex-direction: column;}.login-left {display: none;}.login-right {width: 100%;height: 100%;}.login-footer {padding: 0 10px;}.modal-success .modal-content {width: 80%;}}