.dandy-header{
	background: #dadada;
	padding: 10px 0;
}
.dandy-leftName{
    font-size: 26px;
    font-weight: bold;
}
.dandy-nav{
	
}
.dandy-nav ul{
	display: flex;
	gap: 10px;
	margin: 0;
}
.dandy-nav li{
	font-size: 16px;
	list-style: none;
	margin: 0;
}
.dandy-logged-in-subheader{
	background: #000;
	color: #fff;
	font-size: 50px;
	padding: 50px 0;
}
.dandy-logged-in-options{
	background: #d7d7d7;
	min-height: 300px;
	text-align: center;
}
.dandy-logged-in-options > div{
	align-items: center;
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}

.dandy-log-in-form{
	background: #000;
	color: #fff;
	padding: 50px 0;
}
.dandy-log-in-form input{
    background: #fff !important;
    border: 0 none;
    border-radius: 30px;
    color: #000;
    padding: 10px 20px;
    width: 100%;
}
.next-arrow-button{
    aspect-ratio: 1 / 1;
    background: #FDB913;
    border: 0 none;
    border-radius: 50px;
	cursor: pointer;
    font-size: 32px;
    height: 40px;
}
.forgot-button{
    background: #FDB913;
    border: 0 none;
    border-radius: 50px;
	cursor: pointer;
	padding: 0 20px;
    height: 100%;
}
.dandy-register-form input{
    background: #ccc !important;
    border: 0 none;
    border-radius: 30px;
    color: #000;
    padding: 10px 20px;
    width: 100%;
}
.profile-bottom{
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 50px 0;
}
.zipiframe{
	border: 0;
	height: 100%;
	min-height: 600px;
	overflow: hidden;
	padding: 0;
	width: 822px;
}