/*
#accountContainer{
  	padding: 5px;
  	font-size: 15px;
}
*/
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #f8f9fa;
}

/* Modern logo styling */
.as-logo {
  height: 70px;
  transition: transform 0.3s ease;
}

.as-logo:hover {
  transform: scale(1.05);
}

/* Background and layout improvements */
#accountDetails {
  /* Remove the purple background image and create a modern gradient */
  background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 100%);
  float: left;
  width: 100%;
  height: calc(100% - 120px);
  position: relative;
  overflow: hidden;
}

/* Add decorative elements */
#accountDetails:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(
    45deg,
    rgba(65, 105, 225, 0.03) 0%,
    rgba(80, 200, 120, 0.03) 100%
  );
  transform: rotate(-15deg);
  z-index: 0;
}

/* Header improvements */
#accountHeader {
  float: left;
  width: 100%;
  height: 80px;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: white;
  position: relative;
  z-index: 10;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#accountHeader .logo {
  display: flex;
  align-items: center;
}

#accountHeader .title {
  color: #4a6fa5;
  font-weight: 500;
  font-size: 20px;
}

#partners {
  float: left;
  width: 100%;
  height: 80px;
  padding: 15px 0;
}

#accountDetails .as-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

#accountDetails .actions {
  margin-bottom: 20px;
  text-align: center;
}

#partners table #logos {
  height: 50px;
}

/**************    LOGIN ********/
#div-login {
  width: 400px;
  margin: 8% auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0 0 25px 0;
}

/* Login form header */
.login-header {
  text-align: center;
  padding: 25px 30px 15px;
  background: linear-gradient(to right, #4a6fa5, #5d7fad);
  color: white;
  margin-bottom: 20px;
}

.login-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.login-subtitle {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  opacity: 0.9;
}

.accent {
  font-weight: 600;
}

#login-form {
  font-size: 1.1em;
  padding: 15px 30px;
}

#session-form {
  font-size: 1.1em;
  padding: 15px 30px;
}

#session-form .welcome {
  padding: 20px 0px;
}

.loginField {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #e4e9f2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  padding: 12px 15px;
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.2s ease;
  background-color: #f8fafb;
}

.loginField:focus {
  outline: none;
  border-color: #4a6fa5;
  box-shadow: 0 0 0 3px rgba(74, 111, 165, 0.1);
  background-color: white;
}

.loginButton {
  width: 100%;
  transition: all 0.3s ease;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  background-color: #4a6fa5;
  color: white;
  box-shadow: 0 4px 12px rgba(74, 111, 165, 0.2);
}

.loginButton:hover {
  background-color: #395b8c;
  box-shadow: 0 6px 15px rgba(74, 111, 165, 0.3);
  transform: translateY(-1px);
}

.loginButton:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(74, 111, 165, 0.2);
}

.login-footer {
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.forgot-password {
  color: #4a6fa5;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.forgot-password:hover {
  color: #395b8c;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  #div-login {
    width: 90%;
    margin: 10% auto;
  }

  .header-container {
    padding: 0 15px;
  }

  #accountHeader .title {
    font-size: 16px;
  }

  .login-title {
    font-size: 20px;
  }
}

/**************    SIGNUP ********/
#div-signup {
  width: 940px;
  margin: 7% auto;
  display: flex;
  justify-content: center;
}
#signup-payroll,
#signup-wob {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: white;
}
#signup-payroll #edit-person {
  float: left;
  width: 900px;
}
#signup-payroll fieldset#company {
  float: left;
  width: 420px;
  padding: 0px;
  margin: 10px;
}
#signup-payroll fieldset#person {
  float: right;
  width: 420px;
  padding: 0px;
  margin: 10px;
}

#signup-payroll #edit-user {
  float: left;
  width: 900px;
}
#signup-payroll fieldset#user {
  float: left;
  width: 420px;
  padding: 0px;
  margin: 10px;
}
#signup-payroll fieldset#conditions {
  float: right;
  width: 420px;
  padding: 0px;
  margin: 10px;
}

#signup-wob #edit-person {
  float: left;
  width: 420px;
}

#signup-wob {
  width: 460px;
  margin: 7% 0;
}

#signup-wob fieldset#person {
  float: left;
  width: 420px;
  padding: 0px;
  margin: 10px;
}

#signup-wob #edit-user {
  float: left;
  width: 420px;
}
#signup-wob fieldset#user {
  float: left;
  width: 420px;
  padding: 0px;
  margin: 10px;
}

#signup-wob fieldset#conditions {
  float: left;
  width: 420px;
  padding: 0px;
  margin: 10px;
}

#signup-wob .actions {
  margin-left: 70px;
}

#signupConfirmation,
#signupActivated {
  float: left;
  padding: 20px;
  margin-top: 60px;
  font-size: 1.3em;
  box-shadow: 4px 4px #aaaaaa;
  border-width: 1px;
  border: 1px solid;
  border-style: groove;
  background: white;
}
