/* login */
/*@import url(https://fonts.googleapis.com/css?family=Roboto:300);*/


body {
	font-family: Arial;
}

.bg-1{
	background-color: #000000;
}
.bg-2 {
	background-color: #d82128;
}

.login-container {
    height: 100%;
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.login-main {
  position: relative;
  top: 10vh;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login-image {
    width: 300px;
    height: 160px;
    position: relative;
    left: 50%;
    top: 5vh;
    margin-left: -150px;
/*    color: black; */
    z-index: 1;
}

.login-main-text {
    padding-bottom: 20px;
}

.login-main input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 1px #cacaca solid;
  margin: 0 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  height: 36px;
  text-align: center;
  padding-left: 0px !important;
}

.login-main button {
  text-transform: uppercase;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 16px;
  
}
.login-main button:hover,.form button:active,.form button:focus {
  background: #ff161f;
}

body {
  background: #FFFFFF; /* fallback for old browsers */
 
  background: -webkit-linear-gradient(right, #FFFFFF, #FFFFFF);
  background: -moz-linear-gradient(right, #FFFFFF, #FFFFFF);
  background: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
  background: linear-gradient(to left, #FFFFFF, #FFFFFF);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

.login-pwd-forgotten {
	margin: 5px 0 20px 0;
	color: #fb1d26;
	cursor: pointer;
	text-align: center;
}


#errormessage {
	display: none;
	height: 30px;
	width: 100%;
	line-height: 30px;
	color: white;
	text-align: center;
	position: fixed;
	top: 50%;
	z-index: 9999;
}

#fakeUsername, #fakePassword {
	display: none;
}

.no-verification {
	display: none;
}

#disablemask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	background-color: silver;
	opacity: 0.5;
	display: none;
}

.login-2-step-tekst {
	margin: 5px 0 20px 0;
	color: #fb1d26;
	cursor: pointer;
	text-align: center;
}

.login-two-step {
	display: none;
}
