/*
Title:	Synopsys Sign In: solvnet_signin.css
Author: rashmid@synopsys.com
Created: January 2015
*/

html {
	margin:0;
	padding:0;
	color:#000;
	background: url("/idp/images/solvnet-final-bg.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: #fff;
	min-width:750px;
	margin-top: 3px;
	color: #000;
}

h1 {
	font-size: 18px;
}

#signinInstructions{
	width:80%;
}

#signinBx {
	float: none;
	border:none;
	width:300px;
}

#topNav {
	margin:0px;
}

.contact {
	font-size: 11px;
}


#signinTxt li a {
	font-size:100%;
}

.loginCanvas {
    left: 50%;
    margin-left: -350px;
    margin-top: -250px;
    position: fixed;
    top: 50%;
    z-index: 100;
}

.loginBox {
    background-color: #fff;
    border: 1px solid #ebebeb;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px; /* IE */
    behavior: url(/idp/styles/PIE.htc); /* IE */
    height: auto;
    padding:15px 15px 10px 20px;
    width: 660px;
}

.loginRegister {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    height:auto;
    padding: 0px 20px 0px 20px; ;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
}
#footer{
	background: #a2a2a2;
	margin: 0px;
	padding: 10px;
	font-size: 11px !important;
	border-radius: 0px 0px 4px 4px;
        behavior: url(/idp/styles/PIE.htc); /* IE */
 	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

#footer  a {
    text-decoration: none;
    color: #fff;
}
.copyreserve{
    font-size:100%;
}
#j_username {
        padding: 0.5em 0.6em;
        display: inline-block;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 3px #ddd;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 15px;
	width:150px;
}
#j_password{
        padding: 0.5em 0.6em;
        display: inline-block;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 3px #ddd;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 15px;
	width:150px;
}
form li div {
	padding:0px;
}
#signinTxt li{
	font-size:100%;
	padding-left:0px;
}
#signinTxt ul{
	padding-left:0px;
}
.pure-button {
    background-color: #e6e6e6;
    border: 0 none rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.8);
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    text-decoration: none;
}
.pure-button {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #7d60a2;
    color: #fff;
}
#forgot{
	margin-left:15px;
	float: none !important;
}
