body {
	overflow: visible;
}

@font-face {
    font-family: 'Viga';
    src: url('../Fonts/Viga-Regular.woff2') format('woff2'),
        url('../Fonts/Viga-Regular.woff') format('woff'),
        url('../Fonts/Viga-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.newsroomLogo {
	margin: 0px 50%;
	position: absolute;
	top: 400px;
	opacity: 0;
	z-index: 100;
	display: none;
}
#mchLoginLogo {
	position: absolute;
	top: 1000px;
	left: 0px;
	opacity: 0;
	z-index: 100;
	display: none;
}

#loginBoxWrapper {
	position: absolute;
	top: 0px;
	left: -600px;
	min-height: 100%;
	width: 500px;
	background-color: rgba(66, 66, 66, 0.8);
	-webkit-box-shadow: 19px 2px 44px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: 19px 2px 44px -20px rgba(0,0,0,0.75);
	box-shadow: 19px 2px 44px -20px rgba(0,0,0,0.75);
	z-index: 50;
	opacity: 1 !important;
}

.loginErrorMessage {
	margin-right: 25px;
	margin-left: 25px;
}

#loginBoxLogoWrapper {
	position: relative;
	top: -20px;
	left: -600px;
	min-height: 250px;
	width: 500px;
	background-color: #fff;
	z-index: 51;
	opacity: 0;
}

.loginBoxContent {
	opacity: 0;
}

.customerLogo {
	margin: 20px auto 0;
    text-align: center;
    padding-top: 20px;
}
.customerBrand {
    font-family: 'Viga' , sans-serif;
	margin-bottom: 10px;
	text-align:center;
	font-size: 25px;
	color: grey;
	text-transform: uppercase;
}

#loginBoxContentWrapper {
	/*
	position: absolute;
    margin-left: 87px;
    */
    margin-top: 0px;
    text-align: center;
    
}

#backgroundPic {
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
}

input:-webkit-autofill {
	background-color: #fff !important;
}

#login-form .input-group .form-control:last-child {
	border-radius: 0px !important;
	background-color: #fff !important;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 0px;
}


.form-signin {
	max-width: 420px;
}

#login-form #btn-login {
	margin-top: 20px;
	border-radius: 0px;
}
#btn-forgetPassword {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 0px;
}



body {
	/*
    background-image: url("");
	overflow:hidden;
	opacity: .9;
	*/
}



p.form-title {
    font-family: 'Viga' , sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 4px;
	margin-bottom: 30px;
}

.login {
    width: 320px;
    margin: 0 auto;
}

div.login input[type="text"], div.login input[type="password"] {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    outline: 0;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #FFFFFF;
    outline: 0;
}

div.login button[type="submit"] {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 40px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

div.login button[type="submit"]:hover {
    transition: background-color 0.5s ease;
}

form.login .remember-forgot
{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
form.login .forgot-pass-content
{
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
form.login label, form.login a
{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

form.login a
{
    transition: color 0.5s ease;
}

form.login a:hover
{
    color: #2ecc71;
}

.pr-wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.show-pass-reset
{
    display: block !important;
}

.pass-reset
{
    margin: 0 auto;
    width: 250px;
    position: relative;
    margin-top: 22%;
    z-index: 999;
    background: #FFFFFF;
    padding: 20px 15px;
}

.pass-reset label
{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.pass-reset input[type="email"]
{
    width: 100%;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    outline: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000000;
    outline: 0;
}

.pass-reset input[type="submit"]
{
    width: 100%;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.pass-reset input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}

.linear-wipe {
	/*
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #FFF), color-stop(40%, #FF0), color-stop(60%, #FF0), color-stop(80%, #FFF));
  background: linear-gradient(to right, #020202 20%, #5f5f00 40%, #9c9c9c 60%, #464646 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 10s linear infinite;
          animation: shine 10s linear infinite;
    */
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.newsroomBuildinfo {
	color: #d2d2d2;
	text-align: center;
}

#loginBoxContentWrapper #langChooser {
	text-align: right;
	padding-right: 20px;
	margin-bottom: 60px;
	position: relative;
}

.loginRememberCB {
	color: #fff;
	text-align: left;
	margin-top: 15px;
}
.loginNeedHelp {
	color: #fff;
}


/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 

}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 

}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 

}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	#loginBoxWrapper {
	width: 100%;
	height: inherit;
	}
	body {
	overflow: visible;
	}
	#loginBoxLogoWrapper {
	width: 100%;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	#loginBoxWrapper {
	width: 100%;
	height: inherit;
	}
	#loginBoxLogoWrapper {
	height: 100%;
	min-height: auto;
	}
	.customerLogo {
	margin-top: 10px;
	}
	.customerBrand {
	font-size: 18px;
	padding-bottom: 20px;
	display: none;
	}
	body {
	overflow: visible;
	}
	#loginBoxLogoWrapper {
	width: 100%;
	}
	.form-signin {
	width: 100%;
	}
	p.form-title {
	margin-bottom: 0px;
	}
	.login {
	width: 100%;
	}
	.application-logo {
	width: 30%;
	padding-bottom: 10px;
	}
}