@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif; */

* {
	font-family: "Roboto", sans-serif;
	padding: 0;
	margin: 0;
}

.success-block {
	background: linear-gradient(to left, #f8f0ff, #fff, #e4ebff);
	padding: 3rem 5%;
	min-height: calc(100vh - 6rem);
}

img {
	max-width: 100%;
	height: auto;
}

.header-logo {
	max-width: 185px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.success-body {
	background-color: #fff;
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	border-radius: 0.75rem;
	text-align: center;
	max-width: 48rem;
	padding: 3rem;
	margin-top: 150px;
	margin: 60px auto 50px auto;
}
.success-icon {margin-bottom: 20px;}

.success-icon i {
	font-size: 64px;
	color: #22c55e;
}
.success-icon.cancel i {color: #da570d;}
.success-icon.apply i {color: #0097f4;}

.success-body h1 {
	font-size: 1.875rem;
	font-weight: 700;
    line-height: 2.25rem;
	color: #3730a3;
	margin-bottom: 1.5rem;
}

.success-body h2 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #474747;
	margin-top: 2rem;
	margin-bottom: 0.55rem;
}

.success-body p, .success-body li {
	font-size: 1.1rem;
    line-height: 1.75rem;
	color: #474747;
	margin-bottom: 6px;
}

.success-body p {margin-bottom: 0.75rem;}
.success-body p span {display: block;}
.success-inq {margin-top: 40px;}

.success-inq p {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

a {
	text-decoration: none;
	color: #493be6;
}
a:hover {color: #e04000;}

.footer-logo {
	text-align: center;
	margin-top: 40px;
}

.footer-logo a {
	display: inline-block;
	max-width: 220px;
}

@media screen and (min-width:200px) and (max-width:768px) {
	.success-block {
		padding: 24px 12px;
		min-height: calc(100vh - 3rem);
	}

	.success-body {
		padding: 2rem 12px;
		margin-top: 50px;
	}
	.success-icon {margin-bottom: 15px;}
	.success-icon i {font-size: 45px;}
	.success-body h1 {font-size: 1.5rem;}

	.success-body p {
		font-size: 1rem;
		line-height: normal;
		margin-bottom: 1rem;
	}
	.success-inq p {font-size: 0.85rem;}
}