/*
CSS rules for the standard login form
3/12/2013 - mharen
*/

body {
  padding: 0;
  margin:0;
  background-color: #e3e3e3;
  font-family: Arial, Verdana, sans-serif;
  font-size:12px;
  color:#5f5f5f;
}

img {border:0; outline:none;}

a {color:#547ea8; text-decoration: none; outline:none;}

h1 {
  line-height: 31px;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}

.clear {clear:both; height:0px;}

#logoHolder {
    background: url(//www.juniper.net/shared/img/header/logo-top-m.gif) no-repeat;
    display:block;
    height: 42px;
    width: 148px;
    overflow: hidden;
    text-indent: -9999px;
}

div.container {
  background: #fff;
  padding: 20px 40px 0 40px;
  margin: 0 auto;
  max-width: 890px;
}

div#loginbox {
  background: #eee;
  padding: 50px;
  margin: 50px auto;
  width: 400px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
  box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

#loginFormContainer {
  background: url(//www.juniper.net/shared/img/global/bkg-heroContentShort.gif) repeat-x;
  border: 1px solid #e5e5e5;
  border-radius: 5px 5px 5px 5px;
  margin: 20px auto 20px;
  padding: 0 20px 0 20px;
  text-align: left;
  max-width: 285px;
  z-index: 1;
  background-color:#f9f9f9;
}

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

input[type=text], input[type=password] {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-box-sizing: border-box;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  color: #5f5f5f;
  display: inline-block;
  font-size: 16px;
  height: 24px;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  vertical-align: top;
  width: 100%;
}

input[type=text]:hover, input[type=password]:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: #b9b9b9;
  border-top: 1px solid #a0a0a0;
}

input[type=submit] {
  -moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
  -webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
  box-shadow:inset 0px 1px 0px 0px #cae3fc;
  text-shadow: 0px -1px 0px rgba(000,000,000,0.3), 0px 0px 0px rgba(255,255,255,0);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7b96ae), color-stop(1, #577389) );
  background:-moz-linear-gradient( center top, #7b96ae 5%, #577389 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b96ae', endColorstr='#577389');
  background-color:#7b96ae;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
 /* border:1px solid #313f4a; */
  border:1px solid #58748a;
  display:inline-block;
  color:#fff;
  font-size: 14px;
  font-weight:bold;
  padding:8px 18px;
  text-decoration:none;
  text-shadow: 0px -1px 0px rgba(000,000,000,0.3);
  margin-left: 0;
}

input[type=submit]:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #577389), color-stop(1, #7b96ae) );
  background:-moz-linear-gradient( center top, #577389 5%, #7b96ae 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#577389', endColorstr='#7b96ae');
  background-color:#577389;
}

input[type=submit]:active {position:relative;top:1px;}

#helpLink {float:right; margin-top:-43px; margin-right:-3px;}
#helpLink a {color:#fff; outline:none;}
#helpLink img {margin-right:-10px;}

#helplinka {text-align:right; margin-right:-10px;}

form label {color: #777; display: block; font-weight: bold; padding: 0;}

form label span.example {font-weight:normal;}

input {margin-top:0;}

label.error {color:red; margin-top:-7px;}

#loginarea {margin-top:20px; width:100%;}

#login {width:100%;}

.formrow {margin-top:5px;}

.error-message {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin-top: 7px;
  padding: 7px;
  background: #f8e0e0;
  color: #c00;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #f5a9a9;
  font-weight:bold;
}

.error-message p {margin:0; padding:0;}

#footer {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  clear: both;
  color: #919191;
  font-size: 11px !important;
  height: 25px;
  line-height: 25px;
  margin-top: 175px;
  padding: 0;
  width: 100%;
}

#footer .fNav {float: left; margin-right: 15px;}
#footer .fNav a {color: #919191;}
#footer .fCopyRight {float: right;}

@media (width: 768px) {
  #footer {margin-left:-30px; margin-right:-30px; width:740px;}
}

@media (max-width: 480px) {
  div.container {padding: 10px 15px;} 
  #footer .fCopyRight {float:left;}
  #footer {background-color:#f5f5f5; height:75px; margin-left:-6px; margin-right:0px; padding: 0px 5px;}
}

#browserCheck {
border: 1px solid;
padding:10px 10px;
color: #9F6000;
background-color: #feefb3;
margin: 20px auto;
}

/* show a message for IE7 and below */
#browserCheck h4 {margin:0; padding:0; line-height:25px;}

#browserCheck p {margin:0; padding:0; line-height:20px;}

/*
span.exampleContent:after {content: " (example: name@company.com)";}
*/

.question {text-decoration: none; border-bottom:1px dotted; color:#547ea8;}

div.exampleContent {font-weight:normal; padding:8px 4px;}
div.exampleContent:after {content: "Partners and customers: use your registered email address. Juniper Employees, use your network user ID.";}


/* help icon */
.a-k-C {
background-color: #efefef;
background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#ccc));
background-image: -moz-linear-gradient(top,#f9f9f9,#ccc);
border: 1px solid #bbb;
border-radius: 3em;
-webkit-border-radius: 3em;
-moz-border-radius: 3em;
color: #547ea8;
cursor: hand;
cursor: pointer;
font-weight: bold;
font-size: 14px;
padding: 0 .275em;
position: relative;
text-decoration: none;
top: 4px;
margin-left: .4em;
}

.a-k-C:active, .a-k-C:focus {border-color: #000;}

.a-k-C:hover {border-color: #777;text-decoration: none;}

/* IE workarounds */
html.ie input[type=text], html.ie input[type=password] {width: 99%;}
html.ie7 div#loginFormContainer {width: 285px;}
html.ie7 #helplinka {padding-bottom: 10px;}
html.ie7 h1 {margin-top: 14px;}