  @media only screen and (max-height : 900px) {
    #s-logo {
      width: 25%;
      margin-left: 37%;
    }

    #s-globe {
      width: 25%;
      margin-left: 37%;
    }
  }
  
  .loginFailed
	{
	  color: #ed7d33;
	  text-align: center;
	  font-weight: normal;
	}

    .loginFailed a, .loginFailed a:visited
	{
      text-align: center;
      text-decoration: underline;
	}

  .updatesDialog
  {
    position:relative;
    top: 50%;
    left: 50%;
    width:803px;
    height:603px;
    margin:-315px auto auto -401px;
  }

  .loginFooter
  {
    position:absolute;
    right:0px;
    left:10px;
    bottom: 10px;
    color:#fff;
    z-index:-1;
  }
  
  .loginUnderInputs
  {
    padding-top: 6px;
  }
  
  .loginSSO
  {
    position:relative;
    top:1px;
  }
  
  .loginPage body 
  {
    font-size: 11px;
    color: #7d8189;
  }
  
  .bg-container {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
	}
	
  .colorful-bg {
	background:
		-webkit-linear-gradient(45deg, hsla(237, 75%, 39%, 1) 0%, hsla(237, 75%, 39%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(154, 79%, 44%, 1) 10%, hsla(154, 79%, 44%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(230, 76%, 44%, 1) 10%, hsla(230, 76%, 44%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(216, 100%, 36%, 1) 100%, hsla(216, 100%, 36%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(237, 75%, 39%, 1) 0%, hsla(237, 75%, 39%, 0) 70%),
		linear-gradient(135deg, hsla(154, 79%, 44%, 1) 10%, hsla(154, 79%, 44%, 0) 80%),
		linear-gradient(225deg, hsla(230, 76%, 44%, 1) 10%, hsla(230, 76%, 44%, 0) 80%),
		linear-gradient(315deg, hsla(216, 100%, 36%, 1) 100%, hsla(216, 100%, 36%, 0) 70%);
	}

  .pageBG 
  {
    position: absolute;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background:
      -webkit-linear-gradient(#1565c0, #0d47a1);
    background:
      linear-gradient(#1565c0, #0d47a1);
  }
  
  body
  {
    background:
      -webkit-linear-gradient(#1565c0, #0d47a1);
    background:
      linear-gradient(#1565c0, #0d47a1);
  }

  #loginCommon
  {
    overflow:auto;
  }
  
  .errorPageDialogBG
  {
    height: 270px;
    width: 288px;
    color: hsl(0, 0%, 100%); 
    clip: rect(0px, 288px, 270px, 0px);
    margin-top: -180px;
    margin-left: -144px;
  }
  
  .loginContainer input
  {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
  }  
  
  .loginForgotPassword
  {
    color: rgb(108, 201, 254);
    cursor: pointer; 
    text-decoration: none
  }
  
  .loginPageContainer
  {
    position: absolute;
    top: 50%;
    left: 50%;    
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
  }
  
  .loginContainer
  {
    width: 288px;
    height: 288px;
    clip: rect(0px, 288px, 288px, 0px);
    margin-top: -194px;
    margin-left: -144px;
  }
  
  .passwordExpirationContainer
  {
    width: 288px;
    height: 324px;
    clip: rect(0px, 288px, 324px, 0px);
    margin-top: -194px;
    margin-left: -144px;
  }
  
  .cannotConnectContainer
  {
    width:470px;
    height:480px;
    clip: rect(0px, 470px, 480px, 0px);
    margin-top: -288px;
    margin-left: -236px;
  }
  
  .loginPageBackground
  {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(128, 195, 255, 0.15);
  }

  .licenseMainPage
  {
    width: 488px;
    height: 304px;
    margin-top: -194px;
    margin-left: -244px;
    clip: rect(0px, 488px, 304px, 0px);
  }
  
  .newAccountContainer
  {
    height: 340px;
    width: 260px;
    margin-top: -220px;
    margin-left: -130px;
    clip: rect(0px, 260px, 340px, 0px);
  }
  
  .newAccountContainer.errorHeight
  {
    height: 400px;
    margin-top: -250px;
    clip: rect(0px, 260px, 400px, 0px);
  }
  
  .newLiteAccountContainer
  {
    height: 340px;
    width: 260px;
    margin-top: -220px;
    margin-left: -130px;
    clip: rect(0px, 260px, 340px, 0px);
  }
  
  .newLiteAccountContainer.errorHeight
  {
    height: 400px;
    margin-top: -250px;
    clip: rect(0px, 260px, 400px, 0px);
  }
  
  .navigationButtonsForHelpContainerLogin
  {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 300px;
    height: 90px;
    margin-left: -150px; /* 50% of the width */
    z-index: 1100;
  }
  
  .ctMenuContent.ctMenuContentLocaleLogin {
  padding: 5px 0;
  margin-top: 12px;
}

.ctMenuContentLocaleLogin a {
  cursor: pointer !important;
}

.newLoginDialog input[type=text], 
.newLoginDialog input[type=password],
.newLoginDialog input[type=email]
{
  background-color: rgba(128,195,255,0.3);
  padding: 0px 0px 0px 5px;
  margin: 0px auto 8px auto;
  height:35px;
  width: 236px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  letter-spacing: 1px;
  display: block; 
  font-size: 18px;
  border: none;
  -webkit-border-radius: 4px;
  	 -moz-border-radius: 4px;
          border-radius: 4px;      
          outline-style:none;
  box-shadow:none; 
  transition: display 1s ease-in-out;
}

.newLoginDialog input[type="text"]:focus,
.newLoginDialog input[type="password"]:focus 
{
	border: none;
  outline: none;
}

.newLoginDialog input[type="text"]::-moz-placeholder,
.newLoginDialog input[type="password"]::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}

.newLoginDialog input[type="text"]:-ms-input-placeholder,
.newLoginDialog input[type="password"]:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}

.newLoginDialog input[type="text"]::-webkit-input-placeholder,
.newLoginDialog input[type="password"]::-webkit-input-placeholder 
{
  color: rgba(255,255,255,0.5);
}

.loginError
{
	color: #ffaa00;
}

@media only screen and (min-width : 601px) {
      nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 48px;
        line-height: 48px; }
      .navbar-fixed {
        height: 48px; } }
   h1, h2, h3, h4, h5, h6 {
     font-weight: 200;
   } 

.input-field label {
 color: #b3e5fc;
}
/* label focus color */
.input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label {
 color: #fff;
}
/* label underline focus color */
.input-field input[type=text], .input-field input[type=password] {
 color: #fff;
 border-bottom: 1px solid #b3e5fc;
 box-shadow: none;
}
/* label underline focus color */
.input-field input[type=text]:focus, .input-field input[type=password]:focus {
 border-bottom: 1px solid #fff;
 box-shadow: none;
}
/* valid color */
.input-field input[type=text].valid, .input-field input[type=password].valid {
 border-bottom: 1px solid #fff;
 box-shadow: none;
}
/* invalid color */
.input-field input[type=text].invalid, .input-field input[type=password].invalid {
 border-bottom: 1px solid #fff;
 box-shadow: none;
}
/* icon prefix focus color */
.input-field .prefix.active {
 color: #fff;
}

#loadingIndicator{
  position: relative;
  margin: 0px auto;
  width: 100px;
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 1s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 9999px #fff inset;
    transition-delay: 9999s;
    -webkit-transition-delay: 9999s;
    -webkit-text-fill-color: white;
}

.password_leave_blank_text {
  padding-left: 40px;
  font-size: smaller;
  opacity: 0.5;
}

.row
{
	transition: visibility .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
}
