@media screen and (max-width: 600px) {
	body {
		background-image: url("");
		background-color: white;
		min-height: 100vh;
		height: -webkit-fill-available;
	}
	.card {
		display: flex;
		flex-direction: column;
		box-shadow: none;
		width: 100%;
		border-radius: 0px;
	}
	.header {
		border-right: none;
		border-bottom: 1px solid lightgray;
	}
}

.btn-toggle-visibility-icon {
	background: none;
	border: none;
	color: #006060;
	font-size: 14px;
	height: 14px;
	min-height: 20px;
	min-width: auto;
	margin: 0;
	position: absolute;
	padding: 0 !important;
	top: 25px; 
	right: 16px;
}