﻿.otp-outer {
	display: flex;
	flex-flow: wrap;
	flex-direction: column;
	justify-content: center;
	min-height: 80vh;
}

.otp .otp-top {
	background-image: linear-gradient(to right, #315ea2, #0ea5ca);
	background-image: -webkit-linear-gradient(to right, #315ea2, #0ea5ca);
	padding: 40px 30px;
	border-radius: 10px 10px 0px 0px;
}

	.otp .otp-top h2 {
		color: #fff;
		text-transform: capitalize;
	}

.otp .otp-content {
	padding: 25px 30px;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
}

	.otp .otp-content h3 {
		color: #2c2c2c;
		font-weight: 400;
		margin-bottom: 30px;
	}

		.otp .otp-content h3 span {
			color: #ff3143
		}

	.otp .otp-content form {
		display: block;
		margin-bottom: 30px;
	}

	.otp .otp-content input[type="text"] {
		border: none;
		border-bottom: 1px solid #2c2c2c;
		font-size: 30px;
		line-height: 50px;
		color: #2c2c2c;
		font-weight: bold;
		width: 25%;
		max-width: 340px;
		text-align: center;
		letter-spacing: 20px;
		outline: none !important;
		/*
		border: none;
		border: 1px solid #2c2c2c;
		font-size: 20px;
		line-height: 50px;
		color: #2c2c2c;
		font-weight: bold;
		width: 45px;
		height: 40px;
		text-align: center;
		outline: none !important;
		margin-right: 10px;
		*/
	}


@media only screen and (max-width: 1199.98px) {
	.otp .otp-top {
		padding: 20px;
	}

	.otp .otp-content {
		padding: 20px;
	}
}

@media only screen and (max-width: 991.98px) {
}

@media only screen and (max-width: 767.98px) {
	.otp-outer {
		display: block;
		min-height: inherit;
	}
}

@media only screen and (max-width: 639.98px) {
}

@media only screen and (max-width: 575.98px) {
	.otp .otp-content h3 {
		margin-bottom: 20px;
	}

	.otp .otp-content form {
		margin-bottom: 20px;
	}

	.otp .otp-content input[type="text"] {
		font-size: 30px;
		line-height: 36px;
		width: 40px;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 375.98px) {
	.otp .otp-content h3 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.otp .otp-content input[type="text"] {
		font-size: 24px;
		line-height: 30px;
		width: 36px;
		margin-right: 1px;
	}

	.otp .otp-content .btn {
		margin-top: 20px;
	}
}
