/* Logo */
html
	{	font-size: 10px;
	}
.login
	{	background-color: #041734;
		height: calc(100vh - 192px);
	}
.login #login
	{	width: 460px;
		height:	542px;
		padding: 40px;
		margin-top: 192px;
		background-color: #ffffff;
		border-radius: 15px;
		box-sizing: border-box;
	}
.login #login h1
	{	margin: 6px 0 41px 16px;
	}
.login #login h1 a
{
        background-image: url('/wp-content/uploads/brandpit_logo.svg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		width: 194px;
		height: 144px;
		padding: 0;
		
        }
.login #login .login-message
	{	font-size: 1.4rem;
		line-height: 2.1rem;
		font-weight: 500;
		letter-spacing: calc( 0.09 * 1em);
		text-transform: uppercase;
		color: #808080;
		text-align: center;
		font-family: 'Neue Haas Unica';
		margin-left: 18px;
	}
.login #login #loginform
	{	border: none;
		box-shadow: none;
		padding: 0;
		margin: 26px 0 0 0;
	}
.login #login #loginform input[type="text"],
.login #login #loginform input[type="password"],
.login #login #loginform input:-webkit-autofill
	{	background-color: #F1F1F1 !important;
		padding: 10px 25px;
		border: none;
		border-radius: 25px;
		box-shadow: none;
		-webkit-box-shadow: 0 0 0px 1000px #F1F1F1 inset !important;
		margin-bottom: 30px;
	}

.login #login #loginform input::placeholder
	{	
		font-family: 'Neue Haas Unica';
		font-size: 1.9rem;
		line-height: 2.8rem;
		letter-spacing: 0;
		color: #B1B1B1;
		/* padding: 0 0 0 1px; */
		/* margin-left: 10px; */
	}
.login #login #loginform .submit
	{	text-align: center;
		margin-top: 10px;
		margin-bottom: 4px;
	}
.login #login #loginform .submit input[type="submit"]
	{	background-color: #EF7D00;
		border: none;
		border-radius: 25px;
		font-family: 'Neue Haas Unica';
		font-size: 1.8rem;
		letter-spacing: calc(0.07 * 1em);
		line-height: 2.7rem;
		width: 200px;
		height: 40px;
		float: none;
	}


.login #login label[for="user_login"],
.login #login label[for="user_pass"],
.login #login #backtoblog,
.login #login #nav,
.login #login #login_error a,
.login #login .forgetmenot,
.login .wpml-login-ls
	{	display: none;
	}
.login #login .wp-pwd button
	{	display: none !important;
	}