﻿.header {
	color: #ed3024;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	display: inline-block;
}
.regWrapper {
	position: relative;
	height: 550px;
	max-width: 350px;
	margin: auto;
}
.disTitle {
	width: 95%;
	padding-left: 15px;
	text-align: center;
}
.btn-sm {
	display: inline-block;
}
.disclaim {
	width: 100%;
	border: none;
	align-content: center;
	height: 86%;
	text-align: center;
}
.disText {
	margin-top: 1.5%;
	width: 95%;
	height: 95%;
	font-weight: normal;
	font-size: 10px;
	resize: none;
	border-style: solid;
	border-color: #eeeeee;
	border-width: 1px;
	padding: 10px;
}
.disButton {
	width: inherit;
	text-align: center;
	resize: both;
	margin-top: 20px;
	min-width: 240px; 
}
.btn-danger {
    color: #fff;
    background-color: #ed3024;
	border-color: #ed3024;
}

@media all and (min-width: 900px) {
	.header {
		color:#ed3024;
		font-weight: normal;
		font-size: 24px;
		text-align: center;
		display: inline-block;
	}

	/* Align page: center form fieldset */
	.parentdiv{
		text-align:center;
	}
	.regWrapper {
		position: relative;
		height:600px;
		max-width: 700px;
		margin:0 auto;
	}
	.disTitle {
		width: 95%;
		padding-left: 15px;
		text-align: center;
	}
	.btn-sm {
		float: right;
		display: inline-block;
		margin-top: 5px;
	}
	.disclaim {
		width: 100%;
		border: none;
		height: 86%;
		text-align: center;
	}
	.disText {
		width: 95%;
		height: 95%;
		margin-top: 13px;
		font-weight: normal;
		font-size: 15px;
		resize: none;
		border-style: solid;
		border-color: #eeeeee;
		border-width: 1px;
		padding: 10px;
	}
	.disButton {
		position: relative;
		width: 100%;
		text-align: center;
		resize: both;
		margin-top: 20px;
		align-content: center;
	}
}