@import url(http://fonts.googleapis.com/css?family=Roboto:100,200,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body{
	margin: 0;
	padding: 0;
	background: #fff;

	color: #fff;
	font-family: Roboto;
	font-size: 12px;
}

.body{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/pallati-background2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top; 
	-webkit-filter: blur(2px);
	z-index: 0;
}

.grad{
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background-size: 100% 100%;
	z-index: 1;
	opacity: 0.7;
	background-position: center center;
}

.header div{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-weight: 100;
}

.header div span{
	color: #b2ada2 !important;
}

.login{
	height: 400px;
	width: 350px;
	z-index: 2;
	background: rgba(226, 226, 226, 0.7);
}
.header {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.login in{
	
}
.login input[type=text],.login input[type=password]{
	width: calc(100% - 12px);
	height: 30px;
	background: transparent;
	border: 2px solid #48457a;
	border-radius: 2px;
	color: #c3584e;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 4px;
	letter-spacing: 1px;
	font-weight: bold;
}

.login input[type=password]{
	margin-top: 10px;
}

.login input[type=button]{
	width: 100%;
	height: 35px;
	background: #c3584e;
	border: 1px solid #c3584e;
	cursor: pointer;
	border-radius: 2px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 6px;
	margin-top: 10px;
}

.login input[type=button]:hover{
	opacity: 0.8;
}

.login input[type=button]:active{
	opacity: 0.6;
}

.login input[type=text]:focus{
	outline: none;
	border: 2px solid #c3584e;
}

.login input[type=password]:focus{
	outline: none;
	border: 2px solid #c3584e;
}

.login input[type=button]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: #c3584e;
}

::-moz-input-placeholder{
   color: #c3584e;
}
.error-text{
	color: #c3584e;
	font-size: 14px;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-header{
	height: 51px;
    text-align: center;
    background: #c06354;
    padding: 0 61px;
    font: 18px 'Roboto', sans-serif;
    color: #fff;
    position: relative;
    padding-top: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top:0px;
}
.login-content {
    padding: 20px 40px 0px;
    text-align: center;
}
.forgot-pass {
    text-decoration: none;
    color: #48457a;
    font-size: 14px;
    top: 20px;
    position: relative;
}