/* CSS Decktop */
@media all and (min-width: 994px) {
.StandardForm {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 4px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #00BDF2 solid;
	width: 236px;
	margin:2px;
}
.StandardFormHL {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 236px;
	margin:2px;
}
.ShortForm {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #00BDF2 solid;
	width: 100px;
}
.ShortFormHL {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 100px;
}
.Standard-Form {
	font-size:1em;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}
.Standard-Form table {
	width:100%;
}
.Standard-Form table td {
	height:40px;
}
.Standard-Form table td:first-child {
	width:35%;
	text-align:right;
}
.Standard-Form table td:nth-child(2) {
	width:1em;
	text-align:center;
}
.Standard-Form table td:nth-child(3) {
	text-align:left;
}

}
/* CSS tablet */
@media all and (max-width: 993px) {
.StandardForm {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 4px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #00BDF2 solid;
	width: 236px;
	margin:2px;
}
.StandardFormHL {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 236px;
	margin:2px;
}
.ShortForm {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #00BDF2 solid;
	width: 100px;
}
.ShortFormHL {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 100px;
}
.Standard-Form {
	font-size:1em;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}
.Standard-Form table {
	width:100%;
}
.Standard-Form table td {
	height:40px;
}
.Standard-Form table td:first-child {
	width:35%;
	text-align:right;
}
.Standard-Form table td:nth-child(2) {
	width:1em;
	text-align:center;
}
.Standard-Form table td:nth-child(3) {
	text-align:left;
}
}
/* CSS Mobile */
@media all and (max-width: 479px) {
.StandardForm {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #00BDF2 solid;
	width: 150px;
}
.StandardFormHL {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 150px;
}
.ShortForm {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #00BDF2 solid;
	width: 70px;
}
.ShortFormHL {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 70px;
}

.Standard-Form {
	font-size:1em;
	width:94%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}
.Standard-Form table {
	width:100%;
}
.Standard-Form table td {
	height:40px;
}
.Standard-Form table td:first-child {
	width:35%;
	text-align:right;
}
.Standard-Form table td:nth-child(2) {
	width:1em;
	text-align:center;
}
.Standard-Form table td:nth-child(3) {
	text-align:left;
}
}

/* CSS New */

input {
    border-radius: 0;

}

input[type=button] {
	-webkit-appearance: none;
}
input[type=submit] {
	-webkit-appearance: none;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

#email {

}

#password {

}



.DeliveryCheck {
	width: 80px;
	height: 26px;
	background-color: #AAAAAA;
	margin: 20px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.DeliveryCheck:after {
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.DeliveryCheck:before {
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #006400;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.DeliveryCheck label {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.DeliveryCheck input[type=checkbox]:checked + label {
	left: 43px;
}
