@import url('/resources/fonts/Roboto-Light/stylesheet.css');
@import url('/resources/fonts/comvay-icons/style.css');

body {
	background: url('/resources/login_images_orgs/boi.jpg');
	background-size: cover;
	font-family: 'robotolight', sans-serif !important;
}

#login > h1,
#backtoblog,
#thrive-comvay-login-lost-pass {
	display: none;
}

.login-logo {
	position:absolute;
	z-index: 1;
	top:60px;
	left: 73px;
}

.login-logo img {
	height: 57px;
}

.login-text {
	float:left;
	width: 600px;
	font-family: 'robotolight', sans-serif !important;
	text-align: right;
	padding-top: 30px;
	padding-right: 100px;
}

.login-text h1 {
	background: none !important;
	color: #fff;
	font-size: 70px !important;
	text-align: right;
	font-family: 'robotolight', sans-serif !important;
	letter-spacing: 0.02em;
	line-height: 90px !important;
	padding-bottom: 30px;
}

.login-text p {
	color: #fff;
    font-size: 26px !important;
    font-family: 'robotolight', sans-serif !important;
    line-height: 39px;
}

#lostpasswordform,
#loginform {
	float:right;
	width: 360px;
	padding: 40px;
	margin: 0px;
	/*height: 450px;*/
	font-family: 'robotolight', sans-serif !important;
	box-shadow: 0 0 30px #5f7075;
}


#lostpasswordform {
	margin-top: 120px;
}

#lostpasswordform p.submit label,
#loginform p.submit label {
	color: #E4512D;
}

#thrive-comvay-login-lost-pass {
	display: none;
}

#wp-submit {
	width: 100%;
	clear:both;
	background-color: #f49322;
	color: #fff;
	border: none;
	font-size: 24px !important;
	padding: 15px 0px;
	height: auto;
	margin: 40px 0px;
}

#login {
	width: 1200px;
	padding-top: 225px;
}

.login-seperator {
	border-bottom: 1px solid white;
	width: 190px;
	margin-top: 20px;
	margin-bottom:35px;
}

.login-signin {
	display: none;
	font-size: 68px !important;
	color: #f49322;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 100px;
	font-family: 'robotolight', sans-serif !important;
}

.login-signin-logo {
	text-align: center;
    height: 187px;
    font-family: 'robotolight', sans-serif !important;
    background: url(/resources/login_images_orgs/boi_logo.png);
    background-size: 55% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.login .mdl-textfield {
	float:right;
	width: 100%;
	margin-top: -33px;
	border:none;
	overflow: hidden;
}

.login .mdl-textfield input[type=text],
.login .mdl-textfield input[type=password] {

	padding: 20px 0px;
	padding-left: 80px;
	margin: 0px;
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 20px !important;
	box-shadow: none;
}

.login .mdl-textfield.is-focused .mdl-textfield__label {
	/*border-bottom: 1px solid red;*/
	color: #417ec1 !important;
}

.wp-core-ui .button-primary {
	text-shadow: none !important;
	box-shadow: none !important;
}

#lostpasswordform label,
#loginform label {
	color: #fff;
	width: 100%;
	float:right;
}

.login .mdl-textfield label {
	color: #aaa !important;
	padding-left: 80px;
	font-size: 20px !important;
	margin-top: 20px;
}

.login .mdl-textfield.is-focused label,
.login .mdl-textfield.is-dirty label {
	font-size: 14px !important;
	margin-top: 0px;
}

.login .mdl-textfield.is-focused input[type=text],
.login .mdl-textfield.is-dirty input[type=text],
.login .mdl-textfield.is-focused input[type=password],
.login .mdl-textfield.is-dirty input[type=password] {
	outline: none;
}

.login input[type=checkbox]:checked:before {
	margin: -1px 0 0 -2px;
}

.comvay-icon {
	color: #aaa;
	font-size: 40px !important;
	float: left;
	position: absolute;
	z-index: 1;
	padding-left: 10px;
}


.login form .input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
}
.login form .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
   opacity:  1;
}
.login form .input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa;
   opacity:  1;
}
.login form .input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   #aaa;
}
.login form .input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaa;
}

.login form .input::placeholder { /* Most modern browsers support this now. */
   color:    #aaa;
}

p.forgetmenot {
	float: left;
	width: 40%;
}

#loginform p.submit p.forgetmenot label {
	font-size: 14px !important;
	color: #417ec1;
}

p.forgetmenot input {
	height: 20px;
	width: 20px;
	border: 1px solid #417ec1;
	border-radius: 2px;
	margin-left: 5px;
}

input[type=checkbox] {
	border: 1px solid #417ec1 !important;
}

input[type=checkbox]:checked {
	background-color: #417ec1 !important;
}

.login #nav {
	float:right;
	width: 40%;
	margin: 0px !important;
	text-align: right;
	padding: 0px;
}

.login #nav a {
	font-size: 14px !important;
	color: #417ec1;
}

.login #login_error, .login .message {
	border: none;
	border-bottom: 1px solid #E4512D;
	color: #E4512D;
	font-size: 14px !important;
}

.login #login_error {
	color: red;
}

.login #login_error a {
	color: #E4512D;
	font-size: 14px !important;
}
/*
.login form .input, .login form input[type=checkbox], .login input[type=text] {
	background: white;
}
*/

.login #login_error, .login .message {
	box-shadow: none;
}

#maintenance-text {
	display: none;
}

.maintenance-form {
	margin: -60px auto !important;
	float: none !important;
	text-align: center;
	width: 520px !important;
	padding: 80px 0px !important;
}

h1.maintenance-head {
	font-size: 76px !important;
	color: #E4512D;
	font-family: 'robotolight', sans-serif !important;
}

p.maintenance-perform {
	font-size: 32px !important;
	line-height: 1em !important;
}

p.maintenance-perform,
p.maintenance-back {
	margin-top: 70px;
	color: #888;
	font-family: 'robotolight', sans-serif !important;
}

.maintenance-icon {
	margin-top: 60px;
}

.maintenance-icon i {
	font-size: 120px !important;
	color: #888;
}

.maintenance-back {
	font-size: 40px !important;
	color: #E4512D !important;
	line-height: 0.8em !important;
}

.wp-hide-pw {
	display: none !important;
}

#pass1-text {
	padding: 10px;
	font-size: 18px !important;
	background: none;
	background-color: white;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #E4512D;
	margin-bottom: 10px;
}

#thrive-wp-login-lost-pass {
	display: none;
}

.footer {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	width: 1200px;
	text-align: center;
	padding-bottom: 15px;
	color: #fff;
}

.footer a {
	color: #fff !important;
}

@media screen and (max-height: 800px) {
	#login {
		padding-top: 125px;
	}
}

@media screen and (max-height: 601px) {
	#login {
		padding-top: 25px;
	}

	.login-signin {
		padding-top: 30px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1240px) {
	.footer,
	#login {
		width: 800px;
	}
	.login-text {
		display: none;
	}
	
}

@media screen and (max-width: 840px) {
	#login {
		width: auto;
	}

	.footer {
		width: 100%;
	}

	#lostpasswordform,
	#loginform {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		padding-left: 5%;
		padding-right: 5%;
		float: none;
	}


	.login #nav,
	p.forgetmenot {
		float: none;
		width: 100%;
		clear:both;
	}

	.login #nav {
		text-align: left;
		padding-top: 10px;
	}

	#login {
		padding-top: 128px;
	}

	.login-logo {
		top: 40px;
		left: auto;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 580px) {
	#lostpasswordform,
	#loginform {
		width: 80%;
		margin-left: 5%;
		margin-right: 5%;
		padding-left: 5%;
		padding-right: 5%;
		float: none;
	}
}

@media screen and (max-width: 500px), screen and  (max-height: 700px) {
	.login-signin {
		font-size: 40px !important;
	}

	#lostpasswordform {
		margin-top: 40px;
	}
}

@media screen and (max-height: 760px) {

	.login-signin {
    	padding-top: 15px;
    	font-size: 32px !important;
    }
    /*
    .login form .input, .login input[type=text] {
    	margin-bottom: 0px;
    }
    */

    .login #login_error, .login .message {
    	margin-bottom: 5px;
    }

    .login-signin {
		margin-bottom: 40px !important;
	}
}

@media screen and (max-height: 660px) {
	.login-signin {
		font-size: 40px !important;
		margin-bottom: 20px !important;
	}

	#lostpasswordform,
	#loginform {
		padding-top: 15px;
	}

	#wp-submit {
		margin: 15px 0px;
	}
}

@media screen and (max-height: 520px) {
	.login-signin {
    	font-size: 24px !important;
    	padding-top: 5px;
    	padding-bottom: 0px;
    }

    /*
    .login form .input, .login input[type=text] {
    	font-size: 14px !important;
    	padding-left: 60px;
    	padding-bottom: 10px;
    }
    */

    .comvay-icon {
    	font-size: 28px !important;
    }

    #wp-submit {
    	font-size: 16px !important;
    	padding: 12px 0px;
    }
}

/* maintenance */


@media screen and (max-width: 1025px) {
	.maintenance-form {
		width: 440px !important;
		padding: 60px 0px !important;
	}

	h1.maintenance-head {
		font-size: 55px !important;
	}

	p.maintenance-perform {
		font-size: 24px !important;
	}

	.maintenance-icon i {
		font-size: 70px !important;
	}

	p.maintenance-back {
		font-size: 32px !important;
	}
}

@media screen and (max-height: 800px) {
	.maintenance-form {
		width: 440px !important;
		padding: 60px 0px !important;
		margin-top: 50px !important;
	}

	h1.maintenance-head {
		font-size: 55px !important;
	}

	p.maintenance-perform {
		font-size: 24px !important;
	}

	.maintenance-icon i {
		font-size: 70px !important;
	}

	p.maintenance-back {
		font-size: 32px !important;
	}
}

@media screen and (max-width: 840px) {
	.maintenance-form {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 500px) {
	.maintenance-form {
		width: 310px !important;
		padding: 40px 0px !important;
	}

	h1.maintenance-head {
		font-size: 40px !important;
	}

	p.maintenance-perform {
		font-size: 18px !important;
		margin-top: 30px;
	}

	.maintenance-icon i {
		font-size: 50px !important;
	}

	p.maintenance-back {
		font-size: 25px !important;
		margin-top: 30px;
	}

	.maintenance-icon {
    	margin-top: 30px;
	}
}

@media screen and (max-height: 680px) and (min-width: 841px){
	.maintenance-form {
		width: 310px !important;
		padding: 40px 0px !important;
		margin-top: 150px !important;
	}

	h1.maintenance-head {
		font-size: 40px !important;
	}

	p.maintenance-perform {
		font-size: 18px !important;
		margin-top: 30px;
	}

	.maintenance-icon i {
		font-size: 50px !important;
	}

	p.maintenance-back {
		font-size: 25px !important;
		margin-top: 30px;
	}

	.maintenance-icon {
    	margin-top: 30px;
	}
}