@charset "utf-8";
/* CSS Document */



#logo_container, .intro1, .intro2{
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #FFF9D9;
}

.intro3{
	height: 93vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #FFF9D9;
}

.login, .register {
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #fff;
}

#logo_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

#lottie {
    display: flex;
    justify-content: center;
    align-items: center;
}


.intro1, .intro2, .intro3{
    padding: 30px;
	display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0;
}

.progress-bar {
    display: flex;
    gap: 5px;
    width: 80px;
}

.progress-bar div {
    flex: 1;
    height: 4px;
    background-color: #D9D9D9;
    border-radius: 2px;
}

.progress-bar .active {
    background-color: #4a2b0f;
}

.next-button {
    color: #4a2b0f;
    font-weight: 600;
    font-size: 20px;
	text-decoration: underline;
}

.title {
    margin-top: 20px;
}

.title h1 {
    font-size: 36px;
    color: #4a2b0f;
    margin: 0;
    line-height: 1.2;
}

.illustration {
	padding-top: 11rem;
}



.button-container1, .button-container2, .button-container3, .button-container4 {
	display: flex;
	justify-content: center;
}



.button {
  background-color: #FFD700;
  color: #4a2b0f;
  
	font-size: 18px;
  font-weight: 600;
	
  border: none;
  border-radius: 9px;
  box-shadow: 3px 3px 2px #dfddda;
	
  width: 100%;
	width: 23rem;
  cursor: pointer;
	
	padding: 15px;
	position: fixed;
	bottom: 35px;
	
}

.secondary {
  background-color: #FFD700;
  color: #4a2b0f;
  padding: 15px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 9px;
  box-shadow: 3px 3px 2px #dfddda;
  width: 100%;
	width: 23rem;
  cursor: pointer;
	position: fixed;
	bottom: 0;
	margin-bottom: 140px;
}

.or-divider {
	justify-content: center;
    text-align: center;
	font-size: 14px;
    color: #00000;
	left: 50%;
	position: fixed;
	bottom: 0;
	margin-bottom: 100px;
}


.login, .register {
    
    padding: 30px;
    box-sizing: border-box;
}

.login, .register h1 {
	margin-top: 40px;
	padding-bottom: 2em;
}

.input-group {
    padding: 20px 0;
}

input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}


.forgot-password {
    display: block;
    text-align: right;
    color: #4a2b0f;
    text-decoration: none;
    padding-bottom: 20px;
    font-size: 14px;
}
