* {
	box-sizing: border-box;
}

body {
	background: #f6f5f7;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;

}

h1 {
    font-size: 30px;
	margin: 0;
    font-weight: bold;
    color: blue;
    
}

h2 {
	text-align: center;
}

p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 2px;
}
.priv-label {
	font-size: 10px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 2px;
    white-space: nowrap;
}

span {
	font-size: 12px;
    margin-bottom: 20px;

}

a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
	margin-top: 0;
    color: blue;
    font-style: italic;
    text-align: left;
}

button {
	border-radius: 20px;
	border: 1px solid #1e32a7;
	background-color: #1e32a7;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
    margin-top: 5px;
 
}

button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 5px 0;
	width: 100%;
}

.container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
	            0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
	margin: 100px auto; /* 50px top and bottom, auto left and right */
}


.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}
#signUp {
    display: block;
    text-align: left;
    width: 100%;
    margin: 5px 0 15px 0; /* adjust margins as needed */
}

.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.overlay {
    background: linear-gradient(to right, rgba(30, 50, 167, 0.7), rgba(69, 196, 255, 0.7)), 
    url('../img/school-bgr.png'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }
  

.container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
.exclamation-container {
	margin: 3px 0;
}
.exclamation-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	height: 40px;
	width: 40px;
    margin-top: 0px;
    color: white;
}
.privacy-consent {
    font-size: 12px; /* Adjust the font size as needed */
    line-height: 1.4; /* Adjust line height for better readability */
    margin-top: 5px; /* Add some space above the paragraph */
    margin-bottom: 10px; /* Add some space below the paragraph */
    color: #ffffff; /* Change text color */
    text-align: justify; /* Justify the text */
    text-indent: 30px; /* Indent the first line by 20 pixels */
}
.overlay-left {
	transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-container {
	margin: 3px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	height: 40px;
	width: 40px;
    margin-top: 0px;
}
.checkbox-container {
    display: flex;               /* Use flexbox for alignment */
    align-items: center;         /* Center checkbox and label vertically */
    justify-content: flex-start; /* Align items to the left */
    margin: 0;             /* Add some space above the checkbox */
    width: 100%;                 /* Ensure the container takes full width */
    align-self: flex-start;      /* Override parent's centering and align to left */
}

.checkbox-container input {
    margin-right: 2px;           /* Space between checkbox and label */
    cursor: pointer;             /* Change cursor to pointer on hover */
}


.error {
    border: 2px solid red; /* Red border for error */
    animation: vibrate 0.3s; /* Apply vibrate animation */
}

@keyframes vibrate {
    0% { transform: translate(1px, 0); }
    25% { transform: translate(-1px, 0); }
    50% { transform: translate(1px, 0); }
    75% { transform: translate(-1px, 0); }
    100% { transform: translate(0, 0); }
}

/* Container for input fields */
.input-container {
    position: relative;
    margin-bottom: 2px;
}

/* Icon inside input fields */
.input-container .input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa;
}

/* Input field styling */
.input-container input {
    width: 100%;
    padding: 10px 10px 10px 35px; /* extra left padding for the icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Toggle password icon styling */
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
}

/* Login status message */
#loginStatus {
    color: red;
    text-align: center;
    margin-bottom:0;
    font-size: 12px;
    line-height: 1; /* Adjust line height for better readability */
}
/* Login status message */
#recoverStatus {
    color: red;
    text-align: center;
    margin-bottom:0;
    font-size: 12px;
    line-height: 1; /* Adjust line height for better readability */
}
