/* MIXINS   
----------------------------------------------------------*/
#login-body {
  background: #000;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  font-family: Arial, Helvetica, Sans-Serif;
  /*background: url(../../assets/images/play.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/ }

#login-wrapper {
  background: url("../../assets/images/bg_login.jpg") no-repeat;
  margin: 0 auto;
  width: 800px;
  height: 600px; }

#mdserror-body {
	background:#000;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, Sans-Serif;
	/*background: url(../../assets/images/play.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

#mdserror-wrapper {
	background: url("../../assets/images/bg_login.jpg") no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 600px; 
}

#fields {
  margin: auto;
  padding-top: 20px;
  width: auto;
  position: relative;
  top: 430px; }

#field_holder {
  text-align: center;
  margin: 0;
  list-style-type: none; }

#usage-warning {
  color: #464646;
  font-size: 11px;
  padding-top: 100px; }

#error-message {
  margin: 0 0 10px 0;
  color: #fff;
  height: 20px; }

#forgot_link {
  font-size: 11px;
  color: #fff;
  text-decoration: none; }

#forgot_link:hover {
  text-decoration: underline; }


#login_link {
  font-size: 13px;
  color: #fff;
  text-decoration: underline; }

#login_link:hover {
  text-decoration: underline; }

.form_group {
  margin: 0 0 5px 150px;
  text-align: left; }
  .form_group label {
    color: #fff;
    width: 150px;
    float: left;
    line-height: 26px; }
    .form_group label.error {
      float: none;
      color: #c00;
      font-size: 14px; }
  .form_group input {
    padding: 6px;
    border: none;
    margin: 0;
    outline: none;
    color: #383838;
    box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.5);
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=3);*/
    width: 151px; }
    .form_group input.error {
      border: 1px solid #c00; }
  .form_group .subtext {
    font-size: 10px;
    color: #fff;
    width: 230px;
    margin: 0px 60px 0 0;
    float: right; }
  .form_group .pw_criteria {
    display: none; }

.error_group {
  text-align: left;
  margin: 0 0 10px 300px;
  font-size: 12px; }
  .error_group label {
    color: #c00; }

.form_submit_group {
  text-align: left;
  margin: 10px 0 0 300px; }
  .form_submit_group a {
    margin: 0;
    cursor: pointer;
    color: #fff; }
    .form_submit_group a:visited {
      color: #fff; }


input:-webkit-autofill, textarea:-webkit-autofill {
  background-color: #FFFFFF !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}