#APIInputEmail1 {
	border: 1px solid #EBEBEB;
	height: 48px;
	border-radius: 16px;
	box-shadow: 0px 0px 84px 0px #0533E60D inset;
	width: 100%;
	padding: 5px 20px;
	transition: 0.4s ease;
}
#APIInputEmail1:focus {
	border-color: var(--primary);
}
#copyrights div, #copyrights p {
    color: #5d5d5d;
    font-size: 11px!important;
}
.email-disposable-form form {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
}
.response {
    font-size: 12px;
}

	a.navbar-brand {
		margin-top: -8px;
	}
	button.btn.btn-primary.btn-md {
		padding: 9px;
		margin-top: -1px;
	}
	span.token.property {
		color: #0cf;
	}
	pre.prettyprint {
		background: #0c212e;
		color: #FFF;
	}
	.padder {
		padding: 0px 25%;
	}
	.bordered {
		border-radius: 5px;
	}
	#ajaxresult:empty {
	   display: none;
	}
	pre#ajaxresult {
		width: calc(100% - 97px);
		background: #0c212e;
		color: #FFF;
		padding: 8px 4px;
		border-radius: 16px;
		text-align: center;
		position: absolute;
		bottom: -55px;
	}
.email-disposable-form .form-group {
	flex-grow: 1;
}
.email-disposable-form {
	position: relative;
}
@media screen and (min-width: 1200px) {
	pre#ajaxresult {
		width: 300px;
	}
	#APIInputEmail1 {
		width: 300px;
	}
	.email-disposable-form .form-group {
		flex-grow: 0;
	} 
}