/*** THEMING THE WP-LOGIN PAGE***/

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html,body {
	background: #000000;
}

body.login {
	min-width: 0;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}
body.imageassociates {
	background: #f1f1f1 url(https://imageassociatesllc.com/wp-content/uploads/2014/10/IMG_0019.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.iaproductions {
	background: #f1f1f1 url(https://imageassociatesllc.com/wp-content/uploads/2014/10/IMG_0156.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.iaproductions div#login {
	box-shadow: 0 0 300px 400px rgba(0,0,0,0.6),inset 0 0 0px 200px rgba(0,0,0,0.6);
}

body.login a {
	color: #0073aa;
	-webkit-transition-property: border, background, color;
	transition-property: border, background, color;
	-webkit-transition-duration: .05s;
	transition-duration: .05s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

body.login a {
	outline: 0;
}

body.login a:hover,
body.login a:active {
	color: #00a0d2;
}

body.login a:focus {
	color: #124964;
}

body.login a:focus,
body.login a:active {
	outline: thin dotted;
}

body.login p {
	line-height: 1.5;
}

.login .message,
.login #login_error {
	border-left: 0px solid #00a0d2!important;
	padding: 1px 12px;
	background-color: #fff;
	box-shadow: 0px 0px 5px white;
	border-radius: 10px;
	margin-bottom:10px;
}
.login .message b {
    background: red;
    display: block;
    padding: 10px;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -12px;
    box-sizing: border-box;
    box-shadow: 0 0 20px red;
    margin-top: 20px;
    color: white;
    font-size: 18px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.login #login_error {
	padding-top:10px;
	padding-bottom:10px;
}

#loginform p.submit,
.login-action-lostpassword p.submit {
	border: none;
	margin: -10px 0 20px; /* May want to revisit this */
}

.login * {
	margin: 0;
	padding: 0;
}

.login form {
	margin-top: 0px;
	margin-left: 0;
	padding: 26px 24px;
	opacity: 1;
    font-weight: normal;
	overflow: hidden;
	background: rgba(0,0,0,0.7);
	box-shadow: 0px 0px 10px 1px white;
	border-radius: 10px;
	position: relative;
	z-index: 0;	
}

.login form .forgetmenot {
	font-weight: normal;
	float: none;
	margin-bottom: 20px !important;
	text-align: center;
	color:#ddd;
}

.login .button-primary {
  float: none;
  width: 100%;
  height: auto !important;
  line-height: 48px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  	border-radius:5px;

}

#login form p {
	margin-bottom: 0;
	z-index: 0;
}

.iaproductions.login-action-login #login form p {
	opacity: 0;
	transition:opacity .5s ease;
}

.iaproductions.login-action-login #login form p.active {
	opacity: 1;
	transition:opacity .5s ease;
}

#choices {
	position: absolute;
	background: transparent;
	top:0;
	left:0;
	z-index: 5;
	width:100%;
	height: 100%;
	text-align:center;	
	box-sizing: border-box;
	padding:20px;
	display:table-cell;
    vertical-align: middle;
    padding-top: 55px;
}

#choices a {
	display:block;
	padding: 0 12px 2px;
    float: none;
    width: 100%;
    height: auto !important;
    line-height: 48px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    background: #00a0d2;
    border-color: #0073aa;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    margin-bottom:25px;
    line-height: 6 !important;
    
}

#choices a:hover {
	background: #0091cd;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    color: #fff;
}
}


#login form p.submit {
	margin: 0;
	padding: 0;
}

.login label {
	color: #bbb;
	font-size: 14px;
}

.login form .forgetmenot label {
	font-size: 12px;
	line-height: 19px;
}

.login h1 {
	text-align: center;
}

.login h1 a {
	background-image: url(https://imageassociatesllc.com/wp-content/uploads/2014/10/ipad2x_icon144x144.png);
	-webkit-background-size: auto;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 90px;
	font-size: 35px;
	font-weight: normal;
	line-height: 33px;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	width: auto;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}
.iaproductions.login h1 a:after {
    content: 'SITES';
    text-indent: 0;
    display: block;
    color: #ddd;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

#login {
	width: 320px;
	padding: 8% 0 0;
	margin: auto;
}

#login_error,
.login .message {
	margin-left: 0;
	padding: 12px;
}

.login #nav,
.login #backtoblog {
	font-size: 13px;
	padding: 0 0px 0;
}

.login #nav {
	margin: 24px 0 0 0;
	text-align:center;
	color: transparent;
	font-size:0px;
}

#backtoblog {
	margin: 16px 0 0 0;
	text-align: center;
}

.login #nav a,
.login #backtoblog a {
	text-decoration: none;
	color: #eee;
	display:block;
	font-size:16px;
    margin-bottom: 5px;
}

.login #nav a[href*="register"] {
	display:none;
}

.login #nav a[href*="lostpassword"],
.cvc_button {
	padding: 0 12px 2px;
	float: none;
	width: 100%;
	height: auto !important;
	line-height: 48px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
	background: #00a0d2;
	border-color: #0073aa;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	box-sizing: border-box;
}
.cvc_button {
	line-height: 1.3 !important;
	padding:15px;
}
.login #nav a[href*="lostpassword"]:hover,
.cvc_button:hover {
	background: #0091cd;
	border-color: #0073aa;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	color: #fff !important;
}

.login #nav a:hover,
.login #backtoblog a:hover,
.login h1 a:hover {
	color: #00a0d2;
}

.login-action-login #nav {
	margin: 10px !important;
}

.login form .input,
.login input[type="text"] {
	width: 100%;
	padding: 3px;
	margin: 2px 6px 16px 0;
	border-radius:5px;
	line-height:48px;
	text-align: left;
	font-size: 30px;
	box-shadow: inset 0 0 40px #8888aa;
	padding: 3px 15px !important;

}

.login form .input,
.login input[type="text"],
.login form input[type="checkbox"] {
	background: #fbfbfb;
}

.ie7 .login form .input,
.ie8 .login form .input {
	font-family: sans-serif;
}

.login #pass-strength-result {
	width: 100%;
	font-weight: 600;
	margin: 12px 0 6px;
	padding: 6px 5px;
	text-align: center;
	box-sizing:border-box
}

.mobile #login {
	padding: 20px 0;
}

.mobile #login form,
.mobile #login .message,
.mobile #login_error {
	margin-left: 0;
}

.mobile #login #nav,
.mobile #login #backtoblog {
	margin-left: 8px;
}

body.interim-login {
	height: auto;
}

.interim-login #login {
	padding: 0;
	margin: 5px auto 20px;
}

.interim-login.login h1 a {
	width: auto;
}

.interim-login #login_error,
.interim-login.login .message {
	margin: 0 0 16px;
}

.interim-login.login form {
	margin: 0;
}

@-ms-viewport {
	width: device-width;
}

@media screen and ( max-width: 782px ) {
	.interim-login input[type=checkbox] {
		height: 16px;
		width: 16px;
	}

	.interim-login input[type=checkbox]:checked:before {
		width: 16px;
		font: normal 21px/1 'dashicons';
		margin: -3px 0 0 -4px;
	}
}

#nav {

}

#backtoblog {
/* 	display:none; */
}
 
input[id^="user"] {
	border-radius:5px;
	line-height:48px;
	text-align: left;
	font-size: 48px;
	box-shadow: inset 0 0 40px #8888aa;
	padding: 3px 15px !important;
}

input.placeholder {
	text-align:center!important;
	text-transform:uppercase;
	font-size:14px !important;
}

input#rememberme {
	border-radius: 5px;
}

::-webkit-input-placeholder {
   color: #ccc;
   letter-spacing: 2px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #aaa;
   letter-spacing: 2px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;
   letter-spacing: 2px;
}

:-ms-input-placeholder {  
   color: #aaa;
   letter-spacing: 2px;
}

.indicator-hint {
	color:#888
}

/*** ALL FROM HERE DOWN IS FOR FRONTEND TML LOGIN
     WHICH IS CURRENTLY NOT IN USE DUE TO PROBLEMS
     WITH PAGE PASSWORDS AND REAUTH LOOPS *****/
     
.login-container  {
	background-size:cover;
	height: 100%;
	text-align:center;
	font-size:18px;
	font-weight: bold;
	color:transparent;
}

.login-container div.login {
	padding:20px;
	background:rgba(0,0,0,0.8);
	width:300px;
	margin: auto;
	margin-top:20px;
	text-align:center;
	font-size:12px;
	font-weight;normal;
	color:white;
}	

.login-container div.login ul {
	margin: 0;
	padding: 0;	
	list-style: none;
}

.login-container p {
	line-height: 22px;
	margin: 0 0 10px;
}

.login-container a:hover {
	color:#c5d9e4;
}

.login-container label {
	font-weight: normal;
	margin:0;
	padding:0;
	margin-bottom:-5px;
	font-size:28px;
	text-transform:uppercase;1;
	color:rgba(255,255,255,0.3);
	z-index:1;
	position: relative;
}

.login-container .forgetmenot label {
	font-size: 12px;
	color:#fff;
	margin-bottom:0;
	text-transform:none;
}

.login-container input[type="text"], 
.login-container input[type="password"], 
.login-container select, 
.login-container textarea {
	padding:10px 0;
	border-radius:8px;
	width:100%;
	text-align:center;
	font-size:24px;
	color:#ccc;
	margin:0;
	z-index:2;
	position: relative;
}

.login-container input[type="radio"], 
.login-container input[type="checkbox"] {
	margin:0;
}

.login-container form[name="lostpasswordform"] label {
	font-size:24px;
	margin-bottom:-3px;
}

label[for^="user"] {
text-indent: -9999px !important;
display: block;
line-height: 0;
element.style {
text-align: center;
}

element.style {
text-align: center;
}



/** Applies to both main and widget forms **/

div.login input[type="text"], 
div.login input[type="password"] {
	background:#fff;
	padding:10px 0;
	border-radius:8px;
}

div.login input[type="submit"],
div.login input[type="reset"] {
	width:100% !important;
	padding:10px !important;
	border-radius:8px !important;
	background:#ccc !important;
	border-width: 0 !important;
	-moz-transition: background 0.2s ease;
	-webkit-transition:  background 0.2s ease;
	transition:  background 0.2s ease;
}

div.login input[type="submit"]:hover,
div.login input[type="reset"]:hover {
	background:#c5d9e4 !important;
	-moz-transition: background 0.2s ease;
	-webkit-transition:  background 0.2s ease;
	transition:  background 0.2s ease;
}

/*** Widget ***/
.widget_theme_my_login .login form label,
.widget_theme_my_login input,
.widget_theme_my_login p,
.widget_theme_my_login ul,
.widget_theme_my_login li,
.widget_theme_my_login a,
.widget_theme_my_login form {
	display:inline-block;
}

.widget_theme_my_login p {
	margin-bottom: 0px;
}

.widget_theme_my_login p.message {
	background:transparent;
	padding: 0;
	border:none;
	font-weight: normal;
	color:#eee;
	font-size: 10px;
	display:block;
}

.widget_theme_my_login form {
	margin-right: 50px;
}

.widget_theme_my_login p.submit {
	width:auto;
}
.widget_theme_my_login input[type="text"], 
.widget_theme_my_login input[type="password"] {
	padding:5px !important;
}



.widget_theme_my_login ul {
	list-style: none;
	margin:0 !important;
	padding:0 !important;
	text-align: center;
}

.widget_theme_my_login div.login input[type="submit"],
.widget_theme_my_login div.login input[type="reset"] {
	padding:5px 10px !important;
	margin-left:10px;
	margin-right:10px;
}

.widget_theme_my_login div.login .tml-user-links li {
	margin:0;
	margin-right:25px;
}

/** IA SPECIFIC **/


/** HELP SPECIFIC **/
.ia-help-and-documentation .login-container div.login {
	background:#F5F5F5;
	color:black;
	border:1px solid #bbb;
}	
.ia-help-and-documentation .login-container label {
	color:rgba(0,0,0,0.3);
}

.ia-help-and-documentation .login-container .forgetmenot label {
	color:#000;
	margin-bottom:0;
}




/** IAP SPECIFIC **/
.login-container .tml-action-links a[href*="/register/"] {
	display:none;
}


/** PRODUCTIONS WIDGET **/

.iaproductions-production-schedule .widget_theme_my_login div.hideform {color:transparent;}

.iaproductions-production-schedule .widget_theme_my_login #top.widget-area {margin-top:0px;padding-top:0px;}

.iaproductions-production-schedule .widget_theme_my_login form[name="loginform"]:before {
	content: 'CREW LOGIN: ';
	margin-right:10px;
	font-weight: bold;
	
}

/** TALENT WIDGET **/

.iatalent .widget_theme_my_login {color:transparent;}
.iatalent .widget_theme_my_login .login {display:inline-block;}
.iatalent .widget_theme_my_login label {
	color:#333;
}

.iatalent .widget_theme_my_login input[type="submit"] {
	height: auto;
}


.iatalent .widget_theme_my_login .forgetmenot,
.iatalent .widget_theme_my_login .tml-action-links {
	display:none;
}

