/*  */

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  font-family: Roboto;
  color: #6f768a;
  background: #22283b; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }

#loginDirectLyncLogo {
  width: 100%;
  height: 80px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff url(../images/DirectLync_logo_login.png) no-repeat center; }

#loginBody {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#loginContainer {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

#loginBox {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 16px 5px rgba(50, 50, 50, 0.3);
  text-align: center;
  width: 450px;
  margin: auto; }

#loginMessage {
  height: 40px;
  line-height: 35px;
  color: #E53434; }

#loginBox #logo {
  width: 338px;
  height: 92px;
  margin: 8px auto 0 auto; }

#loginInner {
  width: 450px;
  padding: 30px 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

#loginBox label {
  width: 340px;
  text-align: left;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500; }

#loginBox input[type=text], #loginBox input[type=password] {
  color: #535252;
  width: 310px;
  height: 38px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-bottom: 22px;
  font-family: Roboto;
  font-size: 18px;
  padding-left: 30px; }

#loginBox input[type=submit] {
  min-width: 110px;
  height: 40px;
  font-family: Roboto;
  border-radius: 3px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 18px;
  padding: 0 10px;
  cursor: pointer;
  background: #ea5a5a;
  color: #fff; }

#loginBox input[type="submit"]:hover {
  background: #D43636; }

#loginBox h2 {
  color: #ea5a5a;
  margin: 20px 0; }

#loginBox p {
  margin-bottom: 30px;
  line-height: 140%; }

.userTextFieldIcon {
  background: url(../images/login_icon_username.png) no-repeat 10px 12px; }

.passwordTextFieldIcon {
  background: url(../images/login_icon_password.png) no-repeat 10px 12px; }

.emailTextFieldIcon {
  background: url(../images/login_icon_email.png) no-repeat 10px 12px; }

.loginLinks {
  font-size: 90%; }

.loginLinks a {
  font-weight: 500; }

.loginLinks a:hover {
  text-decoration: underline; }

#poweredBy {    
   margin: 40px auto 30px;
   width: 184px;
   height: 71px; 
   background: url(../images/poweredby_logo_login.png) no-repeat 10px 12px; }

#resetRequest {
  font-size: 15px; }

.resetRequestRulesHeader {
  margin: 0 auto 10px auto;
  width: 300px; }

.resetRequestRules {
  width: 45%;
  margin: 0 auto 20px auto;
  text-align: left;
  line-height: 25px; }

.resetRequestMessage {
  height: 30px;
  font-size: 13px; }

.resetRequestCheck {
  height: 15px;
  width: 20px;
  float: left; }

#resetRequest .smallFont {
  font-size: 13px; }

/*# sourceMappingURL=DirectLync_login.css.map */
