﻿#login-container
{
    display: block;
    width: 100%; 
    /*border: solid 1px #ddd;*/
}
#login-enter
{
    display: inline-block;
    /*width: 475px;*/ 
    /*height: 185px;*/
    vertical-align: top;
    margin-right: 84px;
}
    #login-enter label
    {

      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      height: 16px;
      padding: 5px 0 1px;
      width: 93px;
      color: #7b7b7b;
    }
    /*#login-enter .login-user
    {
        margin-left: 28px;
        margin-top: 32px;
    }
    #login-enter .login-pass
    {
        margin-left: 28px;
        margin-top: 12px;
    }*/
    #login-enter .btn-green
    {
      background: url("../images/sprites.png") no-repeat scroll right -195px #1c9d92;
      color: #fff !important;
      cursor : pointer;
      display : inline-block;
      float : right;
      font-size : 14px;
      margin-right : 15px;
      padding : 8px 70px 9px 20px;
    }
    #login-enter #login-error-length
    {
        margin-left: 28px;
        width: 335px;
        margin-top: 10px;
        color: red;
        display: none;
    }
    #login-enter #login-error-length a
    {
        color: red;
        text-decoration: underline;
    }

#txtUser, #txtPass, #txtTMSUser, #txtTMSPass
{
    width: 218px;
    height: 30px;
}

#txtUser, #txtTMSUser
{
    margin-bottom: 10px;
}

#movemaestro-error, #tms-error {
    color: #F00;
}

#login-info
{
    display: inline-block;
    width: 480px; 
    height: 185px;
    vertical-align: top;
}
#login-info img {
  display: inline-block;
  margin-top: 30px;
}
#login-info div.contact {
  display: inline-block;
  vertical-align: top;
}
#login-info div.contact p.header {
  color: #888;
  display: block;
  font-size: 28px;
  font-weight: 100;
  margin: 68px 0 0 13px;
  vertical-align: top;
}
#login-info div.contact p.details {
  color: #888;
  display: block;
  font-size: 28px;
  font-weight: 100;
  margin: 0 0 0 13px;
  vertical-align: top;
}
#login-info div.contact p.details span {
  color: #00817d;
  display: inline;
  line-height: 18px;
  vertical-align: top;
}