
/*------------------------------------------------------------------

[Login/Signup Stylesheet]

	Project:		Slate Admin 2.0
	Version:		1.0
	Last change:	07/20/2012
	Assigned to:	Rod Howard (rh)

-------------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}


/** Base Body Styles **/
body{ background: url(final-cover4.jpg) no-repeat fixed center top #f3f3e7; color:#838383; font: 13px/1.7em Verdana; margin:0; padding:0; background-size:100% 100%; }


.loginBg { width:1260px; height:auto; margin:0 auto; position:relative;  }

.account-container {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: none;
    display: block;
   
    left: 0;
    opacity: 1;
    top: 20px;
    width: 530px;
     height:auto;
}
.registrationBox{
    float: right;
    height: auto;
    right: 0;
    width: 530px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow:none;
    display: block;
	opacity:1;
	top:20px;
        margin-left: 30px;
	} 
.content {
	padding: 16px 28px 23px;
} 

.powered { position:absolute; top:20px; right:20px; }

.powered_bottom { position:absolute; bottom:40px; left:70px; }

.login-fields {
	
}

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
    background-color: #fdfdfd;
    box-shadow: 2px 2px 4px #f1f1f1 inset;
    color: #555;
    font-family: Verdana;
    font-size: 14px;
    margin: 10px 0;
    padding: 15px 15px 14px;
    width: 443px;
}

.username-field { background: url(../../img/signin/user.png) no-repeat; }

.password-field { background: url(../../img/signin/password.png) no-repeat; }




.login-actions {
	float: left;
	
	width: 100%;
	
	margin-top: -1em;
	margin-bottom: 1.25em;
}

.login-social {
	float: left;
	
	padding: 10px 0 15px;
	
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;	
}

.login-social p {
	margin-bottom: 1em;
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}

span.login-checkbox > input[type='checkbox'] + label {    
    clear: none;
    
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0;
    
    font-size: 12px;
    line-height: 1.2em;
    
    background: url(../../img/signin/check.png) no-repeat 0 0;
    
    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}
.globalLogo {
    margin-bottom: 20px;
}
/** Text Under Box**/
.login-extra {
	display: block; 
	width: 300px; 
	margin: 1.5em auto;
	 
	text-align: center;
	line-height: 19px; 
	
	text-shadow: 1px 1px 0px #fff; 	
}


.account-container h1 {
	margin-bottom: .4em;
	color: #303030;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}

/** Buttons **/
.twitter, .fb {
	position: relative;
	
	height: 32px; 
	width: 157px; 
	display: block;
	
	background: url(../../img/signin/twitter_btn.png) no-repeat; 
	
}

.fb {
	width: 162px; 
	
	background: url(../../img/signin/fb_btn.png) no-repeat; 	
}

.twitter:active, .fb:active {
	top: 1px;
}

.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}

.twitter a, .fb a {
	padding: 5px 0 0 35px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 11px; 
	height: 32px; 
	display: block;	
}

.fb a {
	padding: 5px 0 0 31px; 
	
}

.twitter, .fb {
	display: inline-block;
}

.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; float: right; margin-top: 18px;}






.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}

.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}

.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	
	width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
	
	position: relative;
	
	line-height: 1.3em;
}



@media (max-width: 480px) {
	
	.account-container {
		width: 280px;	
		margin-top: 35px;
	}
	
	.login-fields input {
		width: 160px;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		padding-left: 6px;
	}
	
}

.btn-secondary { 
    background: #34b45e none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    cursor: pointer;
    height: 50px;
    padding-left: 35px;
    padding-right: 35px;
//    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus:hover    { 
//background:#2fa957;
}

.btn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.account-container h1{
text-transform:none;
}
.button{margin-top:12px;}

@media screen and (max-width: 480px){
.login-fields input {
    width: 89%;
}

.registrationBox {
//    background: repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 20px #3f68cb;
    display: block;
   /* float: left; */ 
    height: auto;
    margin-top: 10px;
    right: 0;
    width: 100%;
    margin-left: 30px;
}
.account-container {
    margin-top: 15px;
    width: 100%;
}
body {
    color: #838383;
    font: 13px/1.7em Verdana;
    margin: 0;
    padding: 0;
	background-size:auto 100%;
}
.account-container h1 {
    color: #303030;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.content {
    padding: 16px 15px 23px;
}
}


@media (max-width: 1024px) {
.registrationBox{
   margin-top:5px;
}
}
