body {
	font-family: "comic sans ms";
}

.wrap {
	width: 250px;
	height: auto;
	margin: auto;
	margin-top: 10%;
}

.avatar {
	width: 100%;
	margin: auto;
	width: 200px;
	border-radius: 100px;
	height: 200px;
	background: #448ed3;
	position: relative;
	bottom: -5px;
}

.avatar img {
	width: 190px;
	height: 190px;
	border-radius: 100px;
	margin: auto;
	border: 3px solid #fff;
	display: block;
}

.wrap input {
	border: none;
	background: #fff;
	font-weight: 700;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 24px);
	margin: auto;
	padding: 6px 12px 6px 12px;
}

.bar {
	width: 100%;
	height: 1px;
	background: #fff;
}

.bar i {
	width: 95%;
	margin: auto;
	height: 1px;
	display: block;
	background: #d1d1d1;
}

.wrap input[type="text"] {
	border-radius: 7px 7px 0px 0px;
}

.wrap input[type="password"] {
	border-radius: 0px 0px 7px 7px;
}

.wrapButton {
	width: 100%;
	border-radius: 7px;
	background: #3e00f7;
	text-decoration: center;
	font-size: 20px;
	border: none;
	color: #ffffff;
	margin-top: -5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 15px;
	border-bottom: 3px solid #3c307d;
	cursor: pointer;
}

.exitButton {
	width: 100%;
	border-radius: 7px;
	background: #ff0000;
	text-decoration: center;
	font-size: 20px;
	border: none;
	color: #ffffff;
	margin-top: -5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 15px;
	border-bottom: 3px solid #3c307d;
	cursor: pointer;
}

.error {
	font-size: 15px;
	color: #cc0000;
	margin-top: 10px;
}

.default {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: white;
}

.credit {
	position: fixed;
	bottom: 80px;
	width: 100%;
	text-align: center;
	color: white;
}

.label {
	color: white;
}

.reset {
	position: fixed;
	bottom: 50px;
	width: 100%;
	text-align: center;
	color: white;
}

.resetInput {
	border: none;
	background: #fff;
	font-weight: 700;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 24px);
	margin: auto;
	padding: 6px 12px 6px 12px;
}

.resetButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
	background-color: #f24537;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
}

.resetButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537', GradientType=0);
	background-color: #c62d1f;
}

.resetButton:active {
	position: relative;
	top: 1px;
}

.center {
	text-align: center;
	margin: auto;
}