body, html {
  height: 100%;
  margin: 0;
  font-family: 'Arial', sans-serif;
  background: no-repeat center center fixed;
  background-size: cover;
}
/* Add this to your styles.css file */
.login-box.submitted {
  border: 2px solid green;
  box-shadow: 0 0 10px rgba(0, 128, 0, 0.5);
  transition: all 0.3s ease;
}
  
.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
  
.login-box {
  background: rgba(255, 255, 255, 0.563);
  padding: 40px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
  
.login-title {
  color: #004b93;
  margin-bottom: 10px;
}
  
.form-group {
  margin-bottom: 15px;
}
  
.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border: 1px solid #ccc; 
}
.form-control::placeholder {
   
  color: #666;
  opacity: 1;
}

.btn-login {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}
  
.btn-login:hover {
  background-color: #0056b3;
}
  
.login-options {
  margin-top: 20px;
}
  
.option-link {
  color: #004b93;
  text-decoration: none;
  font-size: 0.9em;
}
  
.option-link:not(:last-child)::after {
  content: '|';
  margin: 0 10px;
  color: #333;
}
  
.footer-text {
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-size: 0.8em;
}
  
.help-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
  
.help-link a {
  color: #004b93;
  text-decoration: none;
  font-size: 0.9em;
}
  
 
  body,
html {
  height: 100%;
  margin: 0;
  font-family: 'Arial', sans-serif;
  background: no-repeat center center fixed;
  background-size: cover;
}

/* Add this to your styles.css file */
.login-box.submitted {
   
  border: 2px solid green;
  box-shadow: 0 0 10px rgba(0, 128, 0, 0.5);
  transition: all 0.3s ease;
}

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/*Start of the code*/
.registration {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: url('/img/bg_image.png') no-repeat center center fixed;
  background-size: cover;
}

.registration-title,
.registration-subtitle {
  text-align: center;
}

.registration-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.registration-columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.registration-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.registration-group {
  margin-bottom: 10px;
}

.registration-group input,
.registration-group button {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.registration-button {
  background-color: #5b9bd5;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.registration-button:hover {
  background-color: #4a8cc7;
}

@media (max-width: 768px) {
.registration-columns {
  flex-direction: column;
}
}


/*finish*/

.login-box {
  background: rgba(255, 255, 255, 0.563);
  padding: 40px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-title {
  color: #004b93;
  margin-bottom: 10px;
}

.login-subtitle {
  color: #333;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.btn-login {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}

.btn-login:hover {
  background-color: #0056b3;
}

.login-options {
  margin-top: 20px;
}

.option-link {
  color: #004b93;
  text-decoration: none;
  font-size: 0.9em;
}

.option-link:not(:last-child)::after {
  content: '|';
  margin: 0 10px;
  color: #333;
}

.footer-text {
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-size: 0.8em;
}

.help-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.help-link a {
  color: #004b93;
  text-decoration: none;
  font-size: 0.9em;
}

.error-message {
  color: #ff3860;
  background-color: #fff3f5;
  border-color: #ff3860;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
  text-align: center;
  margin-top: -20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.alert-box {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  left: 0;
  right: 0;
}

.success-message {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.email-icon {
  margin-right: .5rem;
  font-size: 1.5rem;
}
.alert {
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  top: -20px;
  width: 100%;
}
.email-icon {
  margin-right: 10px;
}

/* Additional styling for the icon */
.bx-envelope {
  vertical-align: middle;
  font-size: 1.2rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.alert-danger {
  color: #ff3860;
  background-color: #fff3f5;
  border-color: #ff3860;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.alert-danger i {
  margin-right: 10px;
  font-size: 24px;
}

.alert-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
}

.icon-login {
  width: 252px;
  height: 62px;
  margin-right: 10px;
}

label {
  font-family: 'IbmPlexSans-Medium', sans-serif;
  font-size: 15px;
}

.form-group input[type="checkbox"] {
  margin-right: 10px; /* Space between checkbox and label */
  transform: translateY(1px); /* Fine-tune vertical alignment if needed */
}

.password-container {
  position: relative;
  display: flex;
  align-items: center;
}

.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.eye-icon {
  transform: scale(0.8); 
  color: white;
}

.toggle-password:hover .eye-icon {
  color: white;
}
