/*
	Author:			Drew Thorstenson
	Date:			January, 2014
	Description:	This is the cascading style sheet for setupAuthenicator.php
*/

#step-title {
	margin:5px 20px 10px 20px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: rgb(63, 71, 87);
}
#step-wrap {
	margin:5px 20px 10px 20px;
	font-size: 13px;
}
#step-wrap li {
	padding: 2px 0px 2px 0px;
}
#send-now-btn {
	padding: 15px 0px 8px 0px;
	text-align: center;
}
#input-otp {
	padding: 7px 0px 8px 0px;
	text-align: center;
}

input[type=text] {
	font-size: 17px;
	text-align: center;
	height: 30px !important;
}

#successErrorContainer {
	width:100%;
	position:absolute;
	top:20px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}