body{
    padding: 0px;
}

.admin {
	background: #FFF;
	width: 100%;
	max-width: 420px;
	margin: auto;
	margin-top: 20px;
	padding: 40px;

	border-radius: 5px;
	margin-bottom: 30px;
}

.admin.register {
	max-width: 800px;
}

.admin .form-control {
	margin-bottom: 20px;
	border-radius: 3px;
	/*position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;*/
}
/*.admin .form-control:focus {
	z-index: 2;
}
.admin input[type="email"] {
	margin-bottom: -1px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.admin input[type="password"] {
	margin-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}*/

.picture-thumb,
.picture-thumb:before,
.picture-thumb input,
.picture-thumb .preview {
	width: 60px;
	height: 60px;
}
.picture-thumb {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
	position: relative;
	float: right;
}
.picture-thumb:before {
	content: 'FOTO';
	position: absolute;
	line-height: 60px;
	text-align: center;
	color: #999;
	font-size: 14px;
}
.picture-thumb input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
}
.picture-thumb .preview {
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.picture-thumb .preview img {
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.text-warning {
  color: #e30742;
  font-size: 20px;
}
a.text-warning:hover {
  color: #66512c;
}