/*
*	RESET
*/
*{
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
}

*:after,
*:before {
	box-sizing: border-box;
}

/*
*	GLOBAL
*/
html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}



ul li{/* padding:10px; */}
#register_pnInfo .button{
    float: left;
    margin-top: 1%;
}
a.close {
	background-color: rgb(204,204,204);
	border-radius: 50%;
	display: none;
	color: rgb(255,255,255);
	/* display: block; */
	font-family: 'Varela Round', sans-serif;
	font-size: .8em;
	padding: .2em .5em;
	position: absolute;
	top: 1.25rem;
	transition: all 400ms ease;
	right: 1.25rem;
}
	
	a.close:hover {
		background-color: #1bc5b3;
		cursor: pointer;
	}

/*
*	LOG-IN BOX
*/
div.overlay {
	/* background-color: rgba(0,0,0,.25); */
	bottom: 169px;
	overflow: scroll;
	display: flex;
	justify-content: center;
	left: -3px;
	position: fixed;
	height: 708px;
	top: -115px;
	width: 100%;
}

	div.overlay > div.login-wrapper {
		align-self: center;
		/* background-color: rgba(0,0,0,.25); */
		border-radius: 2px;
		padding: 6px;
		width: 600px;
		height: 800px;
	}
	
		div.overlay > div.login-wrapper > div.login-content {
			background: url(https://phunudep.com/wp-content/uploads/2015/11/top-15-hinh-nen-hoa-hong-xanh-dep-va-lang-man-nhat-hinh-anh-4.jpg) center top no-repeat;
			/* background-color: rgb(255,255,255); */
			border-radius: 2px;
			padding: 24px;
			padding-top: 35%;
			height: 800px;
			position: relative;
		}
		
			div.overlay > div.login-wrapper > div.login-content > h3 {
				color: rgb(210, 72, 204);
				/* font-family: 'Varela Round', sans-serif; */
				font-size: 30px;
				margin: 0 0 1.25em;
				font-weight: 500;
				padding: 0;
				font-family: SVN-Avo;
			}
/*
*	FORM
*/
form label {
	color: rgb(0,0,0);
	display: block;
	font-family: 'Varela Round', sans-serif;
	font-size: 1.25em;
	margin: .75em 0;	
}
#register_txtAdress{
    height: 67px;
}
#register_txtNote{height: 142px !important;}
#register_txtngayden{
    margin-top: 9%;
}
#register_txtngaydi{
    margin-top: -4%;
}
#register_ddlCatProducts{
    margin-top: 3%;
    width: 43%;
    height: 26px;
    margin-left: 32%;
    margin-bottom: 2%;
}
	form input[type="text"],
	form input[type="email"],
	form input[type="number"],
	form input[type="search"],
	form input[type="password"],

	form textarea {
		background-color: rgb(255,255,255);
		border: 1px solid rgb( 186, 186, 186 );
		border-radius: 1px;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
		display: block;
		font-size: 1em;
		margin: 6px 0 12px 0;
		padding: .8em .55em;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
		transition: all 400ms ease;
		width: 90%;
	}
	
	form input[type="text"]:focus,
	form input[type="email"]:focus,
	form input[type="number"]:focus,
	form input[type="search"]:focus,
	form input[type="password"]:focus,
	form textarea:focus,
	form select:focus { 
		border-color: #4195fc;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
	}
	
		form input[type="text"]:invalid:focus,
		form input[type="email"]:invalid:focus,
		form input[type="number"]:invalid:focus,
		form input[type="search"]:invalid:focus,
		form input[type="password"]:invalid:focus,
		form textarea:invalid:focus,
		form select:invalid:focus { 
			border-color: rgb(248,66,66);
			box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
		}
	
form button {
	background-color: #50c1e9;
	border: 1px solid rgba(0,0,0,.1);
	color: rgb(255,255,255);
	font-family: 'Varela Round', sans-serif;
	font-size: .85em;
	padding: .55em .9em;
	transition: all 400ms ease;	
}

	form button:hover {
		background-color: #1bc5b3;
		cursor: pointer;
	}

/*Thats all. I hope you enjoyed it.
Thanks :)*/
/***************************************************************/
/*************** Footer Bar Style ******************************/
/***************************************************************/
.footer-bar
{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #111;
    border-top: 1px solid #E62600;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer-bar .article-wrapper{
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #888;
    float: left;
    margin-left: 10%;
}
.footer-bar .article-link a, .footer-bar .article-link a:visited{
    text-decoration: none;
    color: #fff;
}
.site-link a, .site-link a:visited{
    color: #888;
    font-size: 14px;
    font-family: arial, sans-serif;
    float: right;
    margin-right: 10%;
    text-decoration: none;
}
.site-link a:hover{
    color: #E62600;
}

#register_Button1{
	background:#906ea0; padding:10px;color:#fff
}
#register_Button1:hover{background-color:#E62600;}
