.card{
	border-radius: 37px;
	height: 71vh;
	margin-top: 5rem;
    background-color: #ffffff26;
    border: unset;
}


form button{
	background-color: #fccc24 !important;
	padding: .375rem 3.75rem !important;
	font-weight: 600 !important;
}


form img{
	width: 20%;
}

form input, form button {
	border-radius: 17px !important;
}

form{
		padding-top: 1rem;
	}

body{
	background: rgba(248,117,94,1);
background: -moz-linear-gradient(-45deg, rgba(248,117,94,1) 0%, rgba(248,117,94,1) 32%, rgba(250,53,107,1) 98%, rgba(250,52,107,1) 99%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248,117,94,1)), color-stop(32%, rgba(248,117,94,1)), color-stop(98%, rgba(250,53,107,1)), color-stop(99%, rgba(250,52,107,1)));
background: -webkit-linear-gradient(-45deg, rgba(248,117,94,1) 0%, rgba(248,117,94,1) 32%, rgba(250,53,107,1) 98%, rgba(250,52,107,1) 99%);
background: -o-linear-gradient(-45deg, rgba(248,117,94,1) 0%, rgba(248,117,94,1) 32%, rgba(250,53,107,1) 98%, rgba(250,52,107,1) 99%);
background: -ms-linear-gradient(-45deg, rgba(248,117,94,1) 0%, rgba(248,117,94,1) 32%, rgba(250,53,107,1) 98%, rgba(250,52,107,1) 99%);
background: linear-gradient(135deg, rgba(248,117,94,1) 0%, rgba(248,117,94,1) 32%, rgba(250,53,107,1) 98%, rgba(250,52,107,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8755e', endColorstr='#fa346b', GradientType=1 );
height: 100vh;
}

@media (max-width: 767px) {
	form img {
    	width: 40%;
	}

	.card {
    	border-radius: 33px;
    	height: 67vh;
	}	


	
}

