body {
	background-color: #BCBEC0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction:	column;
}

.wrap-box {
	width: 370px;
/*	height: 480px;*/
	background-color: #000;
	box-shadow: 0px 0px 20px -12px rgba(0,0,0,1);
}

.wrap-msg {
	margin-bottom: 16px;
}

.msgbox {
	width: 370px;
	height: 44px;
	background-color: #F9BBC0;
	border: 1px solid #C61D23;
	border-radius: 3px;
	display: flex;
	align-items: center;
	background-image: url('msgbox_red.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

.msg {
	font-family: 'Arial Narrow', sans-serif;
	padding-left: 40px;
}

.box-header {
	display: flex;
	justify-content: center;
	color: #fff;
}

.col-2 {
	margin-top: 20px;
}

.col-2 img {
	height: 150px;
}

.col-1 {
	padding-right: 16px;
	text-align: right;
	border-right: 1px solid #fff;
	margin-top: 58px;
	margin-right: 10px;
}

.box-title {
	font-family: 'TechnikaBook', sans-serif;
	font-size: 20px;
	text-transform:	uppercase;
	padding-top: 2px;
}

.box-subtitle {
	font-family: 'TechnikaLight', sans-serif;
	font-size: 14px;
	padding-top: 50px;
}

.login-form {
	font-family: 'TechnikaLight', sans-serif;
	font-size: 14px;
	color: #fff;
	width:100%;
}

.button {
	background-color: #fff;
	color: #000;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.newaccount {
	font-size: 13px;
	color: #BCBEC0;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	padding-bottom: 20px;
}

.forgetpassword {
	font-size: 13px;
	color: #BCBEC0;
	padding-top: 8px;
}

.username-title,
.password-title,
.form-title {
	padding-bottom: 8px;
	font-size: 12px;
}

.password-title,
.username-title,
.form-title {
	padding-top: 28px;
}

.login-form-item,
.register-form-item {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

.login-form-item input,
.register-form-item input {
	width: 100%;
	height: 28px;
	font-size: 16px;
}

#msg1 {
	display: none;
}

.align-center {
	text-align: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.btn-send {
	text-transform: uppercase;
	border-radius: 3px;
	font-family: 'Technika';
	font-size: 20px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	border: none;
	outline:none;
	cursor: pointer;
}

.hide {
	display: none;
}

.wrap-form-buttons {
	padding-bottom: 30px;
}