@CHARSET "UTF-8";

.user-panel {
	position: absolute;
	top: calc(50% - 250px);
	left: 0;
	right: 0;
	max-width: 600px;
}

.user-panel h1 {
	margin-bottom: 55px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.user-panel .form-group {
	margin-bottom: 20px;
}

.user-panel .input-group-addon {
	background: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-color: #e1e1e1;
	border-radius: 0;
	padding: 8px 12px;
	height: 39px;
	text-align: left;
}

#registPanel .input-group-addon .required {
	color: #F45266;
	min-width: 6px;
    display: inline-block;
}

.user-panel .form-control {
	border-color: #e1e1e1;
	border-right: none;
	border-left: none;
	border-top: none;
	background: none;
	border-radius: 0;
	padding: 8px 12px;
	height: 39px;
	outline: none !important;
	box-shadow: none !important;
}

.user-panel .btn-group {
	width: 100%;
}

.user-panel .btn-group button {
	margin-top: 40px;
	padding: 8px 12px;
	margin-bottom: 30px;
}

.modal .tip a {
	text-decoration: underline;
	color: rgba(35, 71, 145, 1);
}

.modal .cancel {
	display: none;
}