.login-illustration img {
	border-radius: 15px;
  box-shadow: 0 0 3px white;

}

a.btn.gast-link {
    background-color: #86bc24 !important;
}


a.btn.gast-link:hover {
    background-color: #658c1a!important;
}

#main > dashboard > div > div:nth-child(2) {
font-size: 0.5rem;
}

div.wpwl-group.wpwl-group-button.wpwl-clearfix {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 800px) {
	
   #main > app-gastlogin > div > div.login-illustration {
	display: none;	
	}
	
	#main > app-gastlogin > div > div.mobile-title.d-block.d-md-none {
	display: none!important;
	}
	
  .info-text p {
    background-color: white;
	color: black;
	padding: 32px;
    border-radius: 25px;
    box-shadow: 0 0 7px white;
	}
	
	.info-text p {
		/* margin-bottom: 2rem; */
	}
	
	.login-box {
	    background-color: #ffffffe0!important;
		padding: 25px!important;
		border-radius: 20px!important;	
		color: black!important;
	}
 }