html {
  font: 12px "Roboto";
  height: 100%; }

body {
  margin: 0px;
  background: white url(../_images/login-bg-stretch.jpg) no-repeat left top;
  background-size: cover;
  height: 100%;
  min-width: 500px;
  position: relative; }

form {
  height: 100%;
  min-width: 500px; }

#signupOuter {
  float: left;
  height: 40%;
  margin-bottom: -310px;
  width: 1px; }

#loginInner .forgetPwdLink {
  margin-bottom: 10px; }

.BackToLoginLink {
  float: right;
  line-height: 22px;
  margin-top: 10px; }

.loginBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white url(../_images/greyfade32.png) repeat-x top;
  margin-left: -175px;
  left: 50%;
  width: 350px;
  clear: both;
  position: absolute;
  top: 50%;
  margin-top: -160px;
  padding: 0px 25px 6px;
  border: solid 1px #bfbfbf; }
  .loginBlock h2 {
    font-weight: normal;
    font-size: 20px; }
  .loginBlock a {
    color: #2eaae1;
    text-decoration: none; }
  .loginBlock a:hover {
    text-decoration: underline; }

#forgottenPasswordInner {
  display: none; }

#UpgradeCredentials {
  display: none; }

#OnlineLoginExists {
  display: none; }

#report-logo {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 95px;
  height: 95px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #21B5BC; }
  #report-logo img {
    margin-top: 23px;
    margin-left: 12.5px; }

.field {
  margin-bottom: 20px; }
  .field label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold; }
  .field input {
    width: 100%; }

.tinyLogo {
  float: right; }

input[type=email], input[type=text], input[type=password] {
  height: 32px;
  font-size: 14px;
  padding: 0 6px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-top: 1px solid #bdbdbd;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }
  input[type=email]:hover, input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b8b8b8;
    border-top: 1px solid #9d9d9d;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05); }
  input[type=email]:focus, input[type=text]:focus, input[type=password]:focus {
    outline: none;
    border: 1px solid #2eaae1;
    border-top: 1px solid #138fc6;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.signinContainer {
  height: 32px;
  margin-bottom: 15px; }

.signupContainer {
  height: 32px;
  margin-bottom: 15px; }

.login-button {
  display: inline-block;
  border: 1px solid #3178eb;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #2eaae1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2eaae1), to(#28a1d0));
  background-image: -webkit-linear-gradient(top, #2eaae1, #28a1d0);
  background-image: -moz-linear-gradient(top, #2eaae1, #28a1d0);
  background-image: -ms-linear-gradient(top, #2eaae1, #28a1d0);
  background-image: -o-linear-gradient(top, #2eaae1, #28a1d0);
  background-image: linear-gradient(top, #2eaae1, #28a1d0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 30px;
  height: 32px;
  min-width: 50px;
  text-align: center;
  padding: 0 8px;
  font-weight: bold; }
  .login-button:hover, .login-button:active {
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    background-color: #2eaae1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2eaae1), to(#0c88bf));
    background-image: -webkit-linear-gradient(top, #2eaae1, #0c88bf);
    background-image: -moz-linear-gradient(top, #2eaae1, #0c88bf);
    background-image: -ms-linear-gradient(top, #2eaae1, #0c88bf);
    background-image: -o-linear-gradient(top, #2eaae1, #0c88bf);
    background-image: linear-gradient(top, #2eaae1, #0c88bf);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05); }
  .login-button:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
  .login-button:disabled {
    background-color: #9a9a9a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#787878));
    background-image: -webkit-linear-gradient(top, #9a9a9a, #787878);
    background-image: -moz-linear-gradient(top, #9a9a9a, #787878);
    background-image: -ms-linear-gradient(top, #9a9a9a, #787878);
    background-image: -o-linear-gradient(top, #9a9a9a, #787878);
    background-image: linear-gradient(top, #9a9a9a, #787878);
    border: 1px solid #888888; }

#fonedynamics-logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold; }
  #fonedynamics-logo img {
    margin-left: 50px; }

.signinError {
  color: red;
  font-size: 15px; }

.signupError {
  color: red;
  font-size: 15px; }

#forgottenPasswordError {
  display: inline-block;
  line-height: 32px; }
