/* Overrides */
.container {
	width: unset; 
	max-width: 1170px; 
	padding: 0;
	top: 20%;
	transform: translateY(-20%);
	position: absolute; 
	left: 0; right: 0;
} 



body { background-color: #eee; }

.login-form {
	box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.25), 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    width: 306px;
	background-color: white;
	
	float: left;
}

	.login-form fieldset {
		border-top: 1px solid #eee;
		font-size: 14px;
		padding: 13px;
	}
	
		.login-form fieldset label {
			display: block;
			margin-bottom: 5px;
			margin-top: 5px;
		}
		
		.login-form fieldset input[type="text"],
		.login-form fieldset input[type="password"] {
			border: 1px solid #cccccc;
    		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
			transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
			width: 265px;
		}
			
			.login-form fieldset input[type="text"]:FOCUS,
			.login-form fieldset input[type="password"]:FOCUS {
				border-color: #e9332d;
				box-shadow: 0 0 6px #f8b9b7;
			}
		
		.login-form fieldset .btn {
			border: 1px solid;
			border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
			border-radius: 4px;
			box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
			padding: 6px 14px;
			background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
			cursor: pointer;
			color: #333;
			transition: all 0.1s;
		}
		
			.login-form fieldset .btn:HOVER {
				background: #e6e6e6;
			}
			
			
	.login-form.new-password fieldset input[type="text"] { width: 265px; }
	.login-form.new-password fieldset button { width: 280px; }
	
	.new-password input,
	.new-password button { display: block; margin-bottom: 10px; }
	
	.login-form .feedbackPanel {
	    position: relative;
	    padding: 15px 3px;
	    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	    box-shadow: /*0 0 40px 10px grey*/none;
	    z-index: 100;
	    min-width: 200px;
	    min-height: 20px;
	    right: 0; left: 0;
	}
		.login-form .feedbackPanel::after { display: none; }
		
		
@media screen and (max-width:900px)
{
	.remanexpo {
		display: none !important;
	}
}