* {
	box-sizing: border-box;
}

body {
	color: #999;
	font-family: Arial Rounded MT Bold, sans-serif;
	line-height: 1.05;
}

main {
	max-width: min(40ch, 100vw);
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p {
	align-self: flex-start;
	flex: 1;
	max-width: 100%;
	margin: 0;
	padding-top: 0;
	color: inherit;
	font-weight: 500;
	line-height: inherit;
}

main p {
	font-weight: normal;
}

main strong {
	color: #000;
	font-weight: 700;
}

main h1 {
	font-size: 1.66rem;
}

main h2 {
	font-size: 1.33em;
}

main h2 {
	padding-bottom: 0;
}

main h3 {
	font-size: 1.05rem;
}

main .primary {
	color: #333dfc;
}

main .secondary {
	color: #535ded;
}

.mascot {
	align-self: flex-end;
}

.mascot img {
	display: block;
	max-width: 160px;
	margin: 0 auto;
}

main .proteus-otp-group {
	padding: 0 1rem;
}

main .proteus-otp-input {
	max-width: 12%;
	height: 4rem;
	background-color: transparent;
	border-color: #8590fd;
	border-radius: 0;
	border-width: 3px;
	outline: 0;
}

main .proteus-input,
main .proteus-input:hover,
main .proteus-input:focus,
main .proteus-input:hover:focus {
	width: 100%;
	height: 2.75rem;
	padding: 0 1rem;
	background-color: #535ded;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 1.33rem;
	font-weight: bold;
	transition: none;
}

.logo {
	max-width: 6rem;
}

.login-submit {
	font-weight: bold;
	align-self: end;
	cursor: pointer;
}

.proteus-phone,
.domain-checker-input {
	display: flex;
	align-self: stretch;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 0;
}

.proteus-phone .proteus-input,
.domain-checker-input .proteus-input {
	flex: 1;
}

.terms-text {
	font-family: sans-serif;
	font-size: 0.9em;
}

main .proteus-otp-group {
	padding: 0;
}
