*{
	padding:0;
	margin:0;
}

input {
	-webkit-user-select: text; /* Chrome, Opera, Safari */
	-moz-user-select: text; /* Firefox 2+ */
	-ms-user-select: text; /* IE 10+ */
	user-select: text; /* Standard syntax */
}

.subject-register .button input[type="button"]{
	position:absolute;
	right: 40px;
	top: 13px;
	font-size: 15px;
	padding: 5px 10px;
	background-color: #007bff;
	border-style: none;
	color: white;
}

.subject-register .button input[type="submit"]{
	position:absolute;
	right: 40px;
	top: 13px;
	font-size: 15px;
	padding: 5px 10px;
	background-color: #007bff;
	border-style: none;
	color: white;
}


.register_wrapper{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	display:none;
}

.register_wrapper .register_information{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	background-color: white;
	padding: 50px; 
}


.register_wrapper input[type="text"]{
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}

.register_wrapper textarea{
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	resize: none;
	height: 100px;
}



.update_wrapper{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	display:none;
}

.update_wrapper .update_information{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	background-color: white;
	padding: 50px; 
}


.update_wrapper input[type="text"]{
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}

.update_wrapper textarea{
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	resize: none;
	height: 100px;
}




.submit-button input[type="submit"]{
	position: relative;
	float: right;
	font-size: 18px;
	padding: 5px 10px;
	margin-right: 12px;
	background-color: #007bff;
	border-style: none;
	color: white;
}

.submit-button input[type="button"]{
	position: relative;
	float: right;
	font-size: 18px;
	padding: 5px 10px;
	margin-right: 12px;
	background-color: #007bff;
	border-style: none;
	color: white;
}

.qty_update{
	text-align: right;
	
}

input[type="text"]{
	width: 100%;
	min-width: 100px;
}




/*****************
** login2
************/
#w_wrapper
{
	width: 100%;
	height: 100%;
	position: relative;
	
}

.band
{
	position: absolute;
	width: 100%;
	height: 290px;
	background-color: #3385ff;
	opacity: 0.5;
	top: 50%;
  transform: translateY(-50%);
}

.login_wrapper
{
	position: absolute;
	width: 100%;
	height: 290px;
	top: 50%;
  transform: translateY(-50%);
}

.login_wrapper input[type=text]
{
	position: absolute;
	top:	60px;
	width: 400px;
	height: 50px;
	right: 150px;
	border: 0;
	font-size: 20px;
	padding: 10px;
}

.login_wrapper input[type=password]
{
	position: absolute;
	top:	125px;
	width: 400px;
	height: 50px;
	right: 150px;
	font-size: 20px;
	padding: 10px;
}

.login_wrapper input[type=submit]
{
	position: 										absolute;
	top:													200px;
	width: 												150px;
	height: 											40px;
	right: 												150px;
  color: 												white;
  background-color:             #3385ff;
  font-size:                    17px;
  font-weight:                  800;
  border-style:                 none;
}