﻿body {
  margin: 0;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.LoginHolder {
  width: 1000px;
  background-color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.control {
  width: 400px;
  background-color: #f6f6f6;
  margin: auto;
  padding-bottom: 60px;
  margin-top: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.control .Logo {
  text-align: center;
  height: 50px;
  margin: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}
.control .loginLogo {
  background-image: url("../Images/loading.gif");
  height: 50px;
}
.control .login_header {
  text-align: center;
  font-size: 30px;
  color: #A8A8AA;
  padding-top: 38px;
  padding-bottom: 28px;
  height: 50px;
}
.control .welcome {
  text-align: left;
  font-size: 20px;
  color: #A8A8AA;
  margin-bottom: 30px;
}
.content {
  width: 260px;
  margin: auto;
}
.control .authentication {
  text-transform: lowercase;
  font-size: 14px;
  color: #A8A8AA;
  display: block;
}
.control .authentication span {
  margin-bottom: 5px;
  display: block;
}
.control .authentication input {
  height: 35px;
  line-height: 35px;
  background: #FFF;
  border: 1px solid #E0E0E0;
  text-indent: .5em;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.AuthenticationButton {
  margin-top: 10px;
}
.AuthenticationButton input {
  width: 100%;
  display: block;
  font-size: 14px;
  height: 35px;
  color: #FFF;
  background-color: #15a5bd;
  border: 1px ;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.AuthenticationButton input:hover {
  background-color: #107d8f;
}
.AuthenticationAlert {
  margin-top: 10px;
}
.AuthenticationAlert .login-message-alert {
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  top: 8.3em;
}
.login-message-alert.login-message {
  display: inline-block;
  zoom: 1;
  padding: 0 1em;
  font-size: .9em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.login-message-alert.login-message.error {
  background: #FFE3CE;
  border: 1px solid #FDAC70;
  color: #D24500;
}
