.hero-body-login {
    /* background-image: url("/static/images/loginBackground2.png"); */
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain; 

    /* position: absolute;
    top: 0%;
    left: 0px;
  width:37%; 
  height: 100%; 
  overflow: visible; */
}

/* .hero-body-login::before {
    background-image: url("/static/images/loginBackground.png");
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain; 
  } */
  
  /* Create the gradient overlay for the fade effect */
  /* .hero-body-login::after {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4));
    z-index: 2;
  }  */

  .newProjectBackground::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, transparent, rgba(241, 241, 241, 0.4)); */
    z-index: -1;
  }

.loginBox {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--background0);
    /* margin: 50px 0; */
    /* height: 80%; */
    min-height: 600px;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* border: 1px solid var(--universalTextGrey); */
    border-radius: 10px;
    /* background-color: var(--universalBackground); */
}

.loginMedia {
    width:700px;
    background-image: url(/static/images/drag_brace3.png);
    /* background-size: cover; Adjust this to your needs */
    background-repeat: no-repeat; /* Adjust this to your needs */
    /* opacity: 0.4; */
    background-color: rgba(256, 256, 256, 0.1);
    background-position: center center;
    background-size: auto;
}

.vlLogin {
    border-left: var(--border-1);
    height: 100%;
  }

.newProjectForm {
    width: 700px;
    margin:0 auto;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); */
    /* margin: 50px 0; */

    background-color: var(--background0);
    /* height: 80%; */
    max-height: 800px;
}
.profileForm {
    width: 700px;
    /* position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%); */
    background-color: var(--background0);
    /* margin-top:200px; */
    margin: 0 auto;

    /* height: 80%; */
    /* max-height: 1000px; */
}

/* #projectStorages {
    max-height: 300px;
    overflow: auto;
} */

.form-wrapper {
    /* display: inline-block; */
    margin: 0 auto;
    width: 500px;
    /* height: 100%; */
    /* background-color: var(--hero-body-background); */
}

.loginImageDiv {
    width: 60%;
    border: 1px solid var(--color7);
    float:right;
    height: 100%;
    background-color: var(--color7);
}

.loginImage{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginBrandImg {
    /* margin: 40px auto; */
    max-height: 2.25rem;
    position: relative;
    top: 40px;
    left: 50%;
    left: 40px;
    /* transform: translate(0, -50%); */
    /* margin-left: 35%; */
    /* margin: auto; */
    /* width:150px; */
    /* font-size: 80px; */
}

.loginBrandImg2 {
    display: none;
    left: 60px;
}


/* .form-wrapper a {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-00%, -0%);
} */

.loginTitle {
    color: black;
    /* font-weight: bold; */
    font-weight: 700;
    font-size: 24px;
    padding: 10px 0;
}

.loginFormBox {
    /* margin-top: 25%; */
    margin: 50px 0;
    position: relative;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    padding: 0 60px;
}

.loginImageSubDiv {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginImageSubDiv h1 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.loginImageSubDiv p {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.loginInput {
    font-size : 16px;
    border-radius: 5px;
    border-color: var(--textColor1);
    color: var(--textColor1);
    padding: 24px 10px;
    /* height: 40px; */
}

.loginSelect {
    font-size : 16px;
    border-radius: 5px;
    border-color: var(--textColor1);
    color: var(--textColor1);
    padding: 10px 10px;
    height: 50px;
}

.loginText {
    height: 100px;
    position: relative;
    color: var(--c1);
    padding: 10px 10px;
    line-height: 1.36;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    font-size : 16px;
    border-radius: 5px;
    border-color: var(--textColor1);
    color: var(--textColor1);
    /* padding: 24px 10px; */
    /* height: 40px; */
}

.loginSignupLink {
    border: 1px solid black;
    background-color: white;
    width: 100%;
    text-align: center;
  display: inline-block;
  font-size : 16px;
  color: black;
  padding: 12px 10px;
  border-radius: 5px;
  font-size: 1rem;
    font-weight: 600;
}

.loginSignupLink:hover {
    background-color: black;
    color: white;
}

.activeLink {
    background-color: var(--button-save-background);
    border: var(--button-save-border);
    color: var(--button-save-color);
}

.activeLink:hover {
    background-color: var(--button-save-background-hover);
    border: var(--button-save-border-hover);
}

.loginFormBox .textCenter {
    text-align: center;
    font-weight: 500;
    padding-top: 32px;
    padding-bottom: 10px;
}

.loginFormBox .underlineLink {
    text-decoration: underline;
}

.signupTerms {
    text-align: center;
    margin-bottom: .75rem;;
}

.signupTerms p {
    color: var(--universal-gray-100);
    font-size: 12px;
}

.policy-link, .terms-link {
    text-decoration: underline;;
}

/* OAuth Styles */
.oauth-divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background-color: var(--textColor1);
    opacity: 0.3;
}

.divider-text {
    padding: 0 15px;
    color: var(--textColor1);
    font-size: 14px;
    font-weight: 500;
}

.oauth-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.oauth-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background-color: white;
    color: #374151;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    width: 100%;
}

.oauth-button:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
    color: #111827;
    text-decoration: none;
}

.oauth-button:active {
    background-color: #f3f4f6;
    transform: translateY(1px);
}

.google-button:hover {
    border-color: #4285f4;
    box-shadow: 0 0 0 1px #4285f4;
}

.microsoft-button:hover {
    border-color: #0078d4;
    box-shadow: 0 0 0 1px #0078d4;
}

.oauth-icon {
    flex-shrink: 0;
}

.loginSubtitle {
    font-size: 1rem;
    color: var(--textColor1);
    margin-bottom: 2rem;
    text-align: center;
}

.terms-text {
    font-size: 0.875rem;
    color: var(--textColor1);
    text-align: center;
    margin: 1.5rem 0;
    line-height: 1.4;
}

.terms-link {
    color: var(--primary);
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

.login-divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.login-divider .divider-line {
    flex: 1;
    height: 1px;
    background-color: var(--border);
}

.login-divider .divider-text {
    padding: 0 1rem;
    color: var(--textColor1);
    font-size: 0.875rem;
}

