   
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

.login {
  background: #FFF;
  border: 1px solid #42464b;
  border-radius: 6px;
  min-height: 500px; /* overrides height and max-height */
  height: auto;
  margin: 5px auto 0;
  width: 98%;
}
.login h1 {
  background-image: linear-gradient(top, #f1f3f3, #d4dae0);
  border-bottom: 1px solid #a6abaf;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  color: #727678;
  display: block;
  height: 43px;
  font: 600 14px/1 'Open Sans', sans-serif;
  padding-top: 14px;
  margin: 0;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2), 0 1px 0 #fff;
}
.div01 {
  height:50px;
  margin:20px 10px 10px 60px;
  width: auto;
}
.div02 {
  height:10px;
  margin:10px 10px 10px 60px;
  width: auto;
}
.div03 {
  margin:5px 0px 5px 5px;
  width: auto;
}
.div04 {
  margin:20px 10px 15px 55px;
font-size: 21px;
  width: auto;
}

#select01{
  background: url('http://i.minus.com/ibhqW9Buanohx2.png') center left no-repeat, linear-gradient(top, #d6d7d7, #dee0e0);
  border: 1px solid #a1a3a3;
  border-radius: 4px;
  box-shadow: 0 1px #fff;
  box-sizing: border-box;
  
  height: 39px;
  margin: 0px 0 0 2px;
  padding-left: 10px;
  transition: box-shadow 0.3s;
  width: 80px;
}

#select01 option{
 width:70px;   
}


input[type="password"], input[type="text"], input[type="date"] {
  background: url('http://i.minus.com/ibhqW9Buanohx2.png') center left no-repeat, linear-gradient(top, #d6d7d7, #dee0e0);
  border: 1px solid #a1a3a3;
  border-radius: 4px;
  box-shadow: 0 1px #fff;
  box-sizing: border-box;
  color: #696969;
  height: 39px;
  margin: 0px 0 0 2px;
  padding-left: 10px;
  transition: box-shadow 0.3s;
  width: 240px;
}
input[type="password"]:focus, input[type="text"]:focus {
  box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  outline: 0;
}

input[type="number"] {
  background: url('http://i.minus.com/ibhqW9Buanohx2.png') center left no-repeat, linear-gradient(top, #d6d7d7, #dee0e0);
  border: 1px solid #a1a3a3;
  border-radius: 4px;
  box-shadow: 0 1px #fff;
  box-sizing: border-box;
  color: #696969;
  height: 39px;
  margin: 0px 0 0 2px;
  padding-left: 10px;
  transition: box-shadow 0.3s;
  width: 240px;
}

.show-password {
  display: block;
  height: 16px;
  margin: 26px 0 0 28px;
  width: 87px;
}
#checkbox01 {
  height: 16px;
  position: relative;
  width: 25px;
}


input[type="submit"] {
  width:240px;
  height:35px;
  /*display:block;*/
  font-family:Arial, "Helvetica", sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 1px 0px #37a69b;
  padding-top:6px;
  margin: 10px 0 0 2px;
  position:relative;
  cursor:pointer;
  border: none;  
  background-color: #37a69b;
  background-image: linear-gradient(top,#3db0a6,#3111);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius:5px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #497a78, 0px 10px 5px #999;
}

input[type="button"] {
  width:120px;
  height:35px;
  /*display:block;*/
  font-family:Arial, "Helvetica", sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 1px 0px #37a69b;
  padding-top:6px;
  margin: 10px 0 0 2px;
  position:relative;
  cursor:pointer;
  border: none;  
  background-color: #37a69b;
  background-image: linear-gradient(top,#3db0a6,#3111);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius:5px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #497a78, 0px 10px 5px #999;
}

.shadow {
  background: #000;
  border-radius: 12px 12px 4px 4px;
  box-shadow: 0 0 10px 1px #000;
  height: 2px;
  margin: 20px auto;
  opacity: 0.2;
  width: 98%;
}


input[type="submit"]:active {
  top:3px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #31524d, 0px 5px 3px #999;
}


.button01 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 9px 18px;
    border: 2px solid #adadad;
    border-radius: 8px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#adadad));
    background: -moz-linear-gradient(top, #f7f7f7, #adadad);
    background: linear-gradient(to bottom, #f7f7f7, #adadad);
    font: normal normal bold 15px arial;
    color: #111111;
    text-decoration: none;
	width: 120px;
}
.button:hover,
.button:focus {
    border: 2px solid #f7f7f7;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d0d0d0));
    background: -moz-linear-gradient(top, #ffffff, #d0d0d0);
    background: linear-gradient(to bottom, #ffffff, #d0d0d0);
    color: #111111;
    text-decoration: none;
}
.button:active {
    background: #adadad;
    background: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#adadad));
    background: -moz-linear-gradient(top, #adadad, #adadad);
    background: linear-gradient(to bottom, #adadad, #adadad);
}

.switch-field {
	display: flex;
	margin-bottom: 0px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #F7F4F4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 6px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #74D742;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
	
