@charset "UTF-8";
/* CSS Document */

html,
body {
	
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	
}

.backgrounddesign {
	height: 50vh;
	width: 100vw;
	background: #b1deff;
	z-index: 2;
	position: relative;
	top: -48px;
	transition: height 0.3s ease;
}

.backgrounddesignimg {
	width: 100vw;
	height: 100px;
	top: -50px;
	position: relative;
	z-index: 2;
}
.backoption, .backoption a {
	padding: 20px 0 0 5px;
	color: black;
	text-decoration: none;
	font-family: 'Poppins';
	position: fixed;
	z-index:99;
	top: 5px;
}

.white-logo {
	
	width: 40px;
	height: 22px;
	
}

.logocon {
	position: absolute;
	display: block;
	width: 100vw;
	text-align: center;
	top: 20px;
}

.name {
	font-family: "Poppins";
	font-size: 20px;
	font-weight: bold;
	color: white;
	position: relative;
	top: -6px;
	z-index: 5;
}

.undername {
	font-family: "IvyStyle Sans";
	font-size: 10px;
	font-weight: lighter;
	color: white;
	position: relative;
	top: -33px;
	z-index: 5;
}

.main {
	width: 100vw;
	height: 100vh;
}

.loginoptions {
	width: 100vw;
	height: 50px;
	background: none;
	position: absolute;
	bottom: 0px;
	display: flex;
	transition: height 0.6s ease;
	overflow: hidden;
}

.loginoptions button {
	width: 50%;
	height: 50px;
	border: none;
}

.loginoptions.shrink {
	height: 0px;
}
.signupbutton {
	border-top-right-radius: 20px;
	background: #1483D5;
	font-family: 'Poppins';
	font-weight: 500;
	transition: 0.3s ease;
}

.signupbutton:hover {
	background: #3EADFF;
}

.loginbutton {
	border-top-left-radius: 20px;
	background: #193158;
	font-family: 'Poppins';
	font-weight: 500;
	transition: 0.3s ease;
}
.loginbutton:hover {
	background: #284E8D;
}

.signupbutton.active {
	display: block;
}

.signupform {
	display: none;
	transition: 0.3s ease;
	height: 0vh;
	width: 0vw;
}

.signupform.active {
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;  
    height: 100vh;
    width: 100vw;
    position: relative;
    background: white;
	bottom: 210px;
    overflow: visible;
}


.signupbutton a.active {
	display: none;
}

.loginoptions.active {
	z-index: 1;
}

.signupformtitle {
	width: 100vw;
	font-size: 4vw;
	position: relative;
	font-family: 'Poppins';
	top: 0vw;
	text-align: center;
	color: #5DC0FF;
	font-weight: 500;
}

.contactform {
	display: flex;
	flex-direction: column;
	position: absolute;
	gap: 15px;
	top: 180px;
	width: 100%;
}

.contactform input {
    padding: 12px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 2.5vw;
    border: solid;
    border-radius: 10px;
	background: white;
	width: 80%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.inputwrapper {
  width: 100%;
  position: relative;
}

.titleholder,
.titleholdertwo,
.titleholderthree {
  position: absolute;
  top: -0.8em; 
  left: 9vw; 
  background: white;
  padding: 0 5px;
  font-size: 2vw;
  font-family: 'Poppins';
}

.contactformbutton {
	width: 80vw;
	border: none;
	margin-left: auto;
	margin-right: auto;
	background: black;
	color: white;
	border-radius: 20px;
	font-family: 'Poppins';
	font-size: 2.5vw;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}

.agreementbox {
	font-family: 'Poppins';
	font-size: 2vw;
	display: block;
	padding: 1px 0px 1px 4px;
	width: 80vw;
	margin-left: 12vw;
	margin-top: 0.25vw;
}

.checkboxwrapper {
	width: 100%;
	position: relative;
	display: flex;
	margin-top: -2vw;
}

.checkboxwrapper input {
	width: 3vw;
	display: block;
	margin-left: 6vw;
}

.checkboxwrapper div {
	margin-left: 0vw;
	margin-top: 0.7vw;
	display: block;
	width: 100%;
}
.divider {
	width: 83%;
	text-align: center;
	border: solid;
	height: 0px;
	border-width: 0.1px;
	margin-top:  5px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0.2px;
}
.dividerholder {
	background: white;
	width: 4vw;
	height: 4vh;
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.3vw;
	font-family: 'Poppins';
	font-size: 2.2vw;
}

.googleloginbutton {
	align-items: center;
	width: 80vw;
	top: 0vw;
	background: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	border-radius: 30px;
	padding: 2px;
	border: solid;
	border-width: 1.5px;
	border-color: #134D8B;
	font-family: "Roboto";
	font-size: 2.5vw;
	text-align: left;
	gap: 5px;
}

.googlelogin {
	width: 6vw;
	position: relative;
	display: block;
}

.googleloginbutton a {
	text-align: center;
	position: absolute;
	width: 100%;
	text-decoration: none;
	color: black;
}

.gotanaccount {
	width: 100vw;
	font-size: 2vw;
	font-family: 'Poppins';
	text-align: center;
	margin-top: 0vw;
}

.gotanaccount button {
	background: none;
	border: none;
	padding: 0px;
	font-size: 2vw;
	text-decoration: underline;
}
