a{ cursor: pointer; }
.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: 115px 0 50px;
}
.dandy-logged-in-subheader *{ color: #fff !important; }
.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;
    background-image: url(mustache.png);
    background-position: 10% 40px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    padding: 150px 0 40px;
}
.dandy-log-in-form input[type=text], .dandy-log-in-form input[type=password], .dandy-log-in-form select{
    background: #fff !important;
    border: 0 none;
    border-radius: 30px;
    color: #000;
    padding: 10px 20px;
    width: 100%;
}
.dandy-log-in-form a{ color: #fff !important; }
.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[type=text], .dandy-register-form input[type=password], .dandy-register-form select{
    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;
}
@media(max-width: 586px){
	.dandy-log-in-form{
		background-image: none;
	}
}