.login-container-portlet {
  width: 500px;
  height: 640px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px;
  font-family: 'Poppins', sans-serif; }

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 30px; }

.button-container button {
  width: 258px;
  height: 40px;
  border-color: #FF7500;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  background-color: #FF7500;
  color: white; }

.form-group {
  margin-bottom: 20px;
  position: relative; }

.form-group label {
  font-weight: 500; }

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center; }

.lock-icon {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  pointer-events: none; }

.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px; }

.form-validator-stack {
  position: absolute;
  top: 90%;
  left: 0;
  margin-top: 5px;
  color: #d9534f;
  font-size: 14px; }

.header-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  margin-bottom: 10px; }

.header-box h2 {
  font-size: 26px;
  color: #FF7500;
  margin-bottom: 0px; }

.header-box h2 b {
  color: #173748;
  font-weight: 700; }

.header-box p,
.modal-content p {
  color: #848484;
  font-size: 17px;
  line-height: 1.3; }

.header-box img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px; }

.login-container-portlet .field {
  font-size: 16px;
  background-color: white;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.login-container-portlet .field:focus {
  outline: none; }

.toast-container .alert {
  display: block; }

.toast-content {
  display: flex;
  align-items: flex-start;
  background-color: #FFF;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: fixed;
  top: 100px;
  right: 40px;
  z-index: 1050;
  width: 500px;
  height: 100px; }

.toast-content button {
  align-items: flex-start; }

.toast-icons {
  display: flex;
  gap: 10px;
  margin-right: 10px;
  align-items: flex-start;
  padding: 5px; }

.lock-icon,
.error-icon {
  width: 20px;
  height: 20px; }

.toast-text {
  flex: 1; }

.toast-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

.toast-message {
  margin: 0;
  font-size: 14px; }

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #721c24; }

.close:hover {
  color: #501013; }

.login-options-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  text-align: center; }

.login-options-container label {
  font-weight: 500;
  font-size: 14px; }

.remember-me {
  display: flex;
  align-items: center; }

.remember-me label {
  margin-left: 0.5rem;
  margin-top: 0.4rem; }

.forgot-password a {
  text-decoration: none;
  color: #FF7500;
  font-weight: 600;
  font-size: 16px; }

@media (max-width: 680px) {
  .login-container-portlet {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px; } }