@charset "utf-8";
/* CSS Document */
body {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color:#FFF;
  color:#434f5b;
}

.form-signmenu {
  max-width: 360px;  
  margin: 0 auto;
  padding-top: 30px;
}

.form-signin {
  max-width: 330px;
  padding: 14px;
  margin: 0 auto;
}
.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;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="ssoid"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.form-signin .li.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover{
	border-color:#eaeaea !important;
}
.btn-default:hover,.btn-default{
	border-color:#eaeaea !important;
}
.form-signmenu .a.hover{
 color:#F2C007;
}