body {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #000000;
}
.grey {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #EEEEEE;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 6px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

/*.form-signin input[type="email"] {
.form-signin input#bmsid {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
*/
.form-signin input[type="bmsid"] {
  margin-bottom: 10px;
  text-align: center;
/*
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
*/
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  text-align: center;
/*
  border-top-left-radius: 0;
  border-top-right-radius: 0;
*/
}
.form-signin input[type="radio"] {
  margin-bottom: 16px;
  margin-left: 6px;
}

.orange {
/*	color: #F18A25; */
	/* color: #C56D17; */
	color: #595454;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.red {
	color: #FF0000
  font-size: 14;
}
.uidtext {
	color: #000000
  font-size: 14;
  margin-left: 6px;
  margin-top: 18px;
  margin-bottom: 18px;
}

/* login_2 */
form.form_2 {
  border-color: #0076B0 !important;
  border: solid;
  border-width: thin;
  border-radius: 6px
  background-color: #EEEEEE;

}

/* login_3 */
fieldset.login_3 {
  border-color: #0076B0 !important;
  border: solid;
  border-width: thin;
  border-radius: 6px;
  padding: 20px
  background-color: #EEEEEE;
  box-shadow: 0 0 30px black;
}

/* login_5 */
fieldset.login_5 {
  #gradient.horizontal(#555;#333;0%;100%);
  border-color: #0076B0 !important;
  border: solid;
  border-width: thin;
  border-radius: 6px;
  padding: 20px
  background-color: #EEEEEE;
  box-shadow: 0 0 30px black;
}

/* login_grey */
form.form_grey {
  background-color: #EEE7E7;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* login_white */
form.form_white {
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* new BMS logo background */
form.form_grad {
  background: #f4f0f0;
  background: -moz-linear-gradient(top, #f4f0f0 43%, #dfd2d2 100%);
  background: -webkit-linear-gradient(top, #f4f0f0 43%,#dfd2d2 100%);
  background: linear-gradient(to bottom, #f4f0f0 43%,#dfd2d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f0f0', endColorstr='#dfd2d2',GradientType=0 );
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.form-signin input[type="prefilled"] {
  margin-bottom: 10px;
  text-align: center;
/*
  border-top-left-radius: 0;
  border-top-right-radius: 0;
*/
}

input[type="prefilled"]::-webkit-input-placeholder {
color: #5F6A6A !important;
}

input[type="prefilled"]:-moz-placeholder { /* Firefox 18- */
color: #5F6A6A !important;
}

input[type="prefilled"]::-moz-placeholder {  /* Firefox 19+ */
color: #5F6A6A !important;
}

input[type="prefilled"]:-ms-input-placeholder {
color: #5F6A6A !important;
}

input[type="redpassword"]::-webkit-input-placeholder {
color: red !important;
  opacity: 0.75;
}

input[type="redpassword"]:-moz-placeholder { /* Firefox 18- */
color: red !important;
  opacity: 0.75;
}

input[type="redpassword"]::-moz-placeholder {  /* Firefox 19+ */
color: red !important;
  opacity: 0.75;
}

input[type="redpassword"]:-ms-input-placeholder {
color: red !important;
  opacity: 0.75;
}

input[type="security"]::-webkit-input-placeholder {
  color: red !important;
  content: "Hello";
  margin-bottom: 10px;
  text-align: center;

}

input[type="security"]:-moz-placeholder { /* Firefox 18- */
  color: red !important;
  content: "Hello";
  margin-bottom: 10px;
  text-align: center;
}

input[type="security"]::-moz-placeholder {  /* Firefox 19+ */
  color: red !important;
  content: "Hello";
  margin-bottom: 10px;
  text-align: center;
}

input[type="security"]:-ms-input-placeholder {
  color: red !important;
  content: "Hello";
  margin-bottom: 10px;
  text-align: center;
}

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: middle;
}

.switch-field label {
  display: inline-block;
  width: 300px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #80b0da;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3c3c3c;
  font-weight: bold;
}

.switch-field label:first-of-type {
  border-radius: 4px;
}

.switch-field label:last-of-type {
  border-radius: 4px;
}

/*
input[required] + label {
    color: #999;
    position: relative;
    left: -166px; /* the negative of the input width
    margin-bottom: 10px;
    text-align: center;
}

input[required] + label:after {
    content:'Sec';
    color: red;
}

/* show the placeholder when input has no content (no content = invalid)
input[required]:invalid + label {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}

/* hide the placeholder when input has some text typed in
input[required]:valid + label{
    display: none;
}
*/


.input-field {
  position: relative;
  display: inline-block;
}

.input-field > label {
  position: absolute;
  left: 11%;
  top: 23%;
  opacity: 0.5;
  display: none;
  font-size: 16px;
  font-weight: normal;
}

.input-field > input[type=password]:placeholder-shown + label {
  display: block;
}


.first-letter {
  color: red;
}

/* for chrome autofill field */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

/* for firefox autofill field */
input {
  filter: none;
}
