/* Base styles */
* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

/* Main page container */
.forgot-password-page {
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

/* Background elements */
.background-container {
  width: 100%;
  height: 100vh;
  background: url("../images/v40_5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100vh;
  background: url("../images/v39_1829.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 494px;
  overflow: hidden;
}

.blue-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(1,30,145,1);
  opacity: 0.8999999761581421;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.left-panel {
  width: 915px;
  height: 100vh;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

/* Company branding */
.company-branding {
  width: 441px;
  height: 206px;
  opacity: 1;
  position: absolute;
  top: 555px;
  left: 237px;
  overflow: hidden;
}

.company-name {
  width: 441px;
  color: rgba(1,30,145,1);
  position: relative;
  top: 0px;
  left: 0px;
  font-family: 'Rubik One';
  font-weight: Regular;
  font-size: 100px;
  opacity: 1;
  text-align: left;
}

.company-type {
  width: 295px;
  color: rgba(1,30,145,1);
  position: absolute;
  top: 104px;
  left: 72px;
  font-family: 'Rosario';
  font-weight: Regular;
  font-size: 60px;
  opacity: 1;
  text-align: left;
}

.company-tagline {
  width: 375px;
  color: rgba(1,30,145,1);
  position: absolute;
  top: 188px;
  left: 32px;
  font-family: 'Rosario';
  font-weight: Regular;
  font-size: 15px;
  opacity: 1;
  text-align: left;
}

.decorative-logo {
  width: 717px;
  height: 444px;
  background: url("../images/v40_9.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 127px;
  left: 71px;
  overflow: hidden;
}

/* Forgot password form */
.forgot-password-form {
  width: 556px;
  height: 450px;
  opacity: 1;
  position: absolute;
  top: 280px;
  left: 1176px;
  overflow: visible;
}

/* Form title and description */
.form-title {
  color: rgba(255,255,255,1);
  font-family: 'nunito';
  font-weight: bolder;
  font-size: 32px;
  margin: 0 0 50px 16px;
  text-align: center;
}

.form-description {
  color: rgba(255,255,255,0.8);
  font-family: 'Inter';
  font-weight: Regular;
  font-size: 16px;
  margin: 0 0 40px 16px;
  text-align: left;
  line-height: 1.4;
}

/* Form field containers */
.email-field {
  width: 556px;
  height: 116px;
  position: relative;
  margin-bottom: 40px;
}

/* Form labels */
.field-label {
  width: 228px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 0px;
  left: 16px;
  font-family: 'Lalezar';
  font-weight: Regular;
  font-size: 24px;
  opacity: 1;
  text-align: left;
  display: block;
}

/* Form inputs */
.form-input {
  width: 556px;
  height: 62px;
  background: rgba(255,255,255,1);
  position: absolute;
  top: 54px;
  left: 0px;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
  font-family: 'Inter';
  font-weight: Regular;
  font-size: 16px;
  color: rgba(12,6,6,1);
  outline: none;
  box-sizing: border-box;
}

.form-input::placeholder {
  color: rgba(12,6,6,0.6);
  opacity: 1;
}

.form-input:focus {
  box-shadow: 0 0 0 2px rgba(1,30,145,0.3);
}

/* Form actions */
.form-actions {
  position: relative;
  top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Send code button */
.send-code-button {
  width: 214px;
  height: 50px;
  background: rgba(255,255,255,1);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.send-code-button:hover {
  background: rgba(240,240,240,1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.send-code-button:active {
  transform: translateY(0);
}

.button-text {
  color: rgba(1,30,145,1);
  font-family: 'nunito ';
  font-weight: bold;
  font-size: 24px;
  pointer-events: none;
}

/* Back to login link */
.back-to-login {
  color: rgba(255,255,255,1);
  font-family: 'Inter';
  font-weight: Regular;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.back-to-login:hover {
  text-decoration: underline;
}

/* Page title */
.page-title {
  width: 222px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 206px;
  left: 1343px;
  font-family: 'Source Sans Pro';
  font-weight: Bold;
  font-size: 60px;
  opacity: 1;
  text-align: left;
}
