body{
	margin:0px;
}
.flags{
	height: 27px;
	position: absolute;
	margin: auto;
	left: 39%;
	text-align: center;
	display: block;
}
.logo
{
	padding: 6px 15px 17px;
}
.footer-widgets {
    padding-bottom: 40px;
    background: #31323a;
    padding-top:14px;
    position: relative;
}
.footer-text {
    float: none;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Arial', sans-serif;
    color: #FFF;
    margin: auto;
    position: relative;
    z-index: 2;
	top:16px;
}
.submit
{
	vertical-align: top;
	margin-top:10px;
	background: rgb(163, 232, 220) none repeat scroll 0% 0%;
	border: medium none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	height: 40px;
	width: 230px;
	border-radius: 5px;
	/*margin-top: 10px;*/
	box-shadow: 5px 5px 5px #888888;
}
.red
{
	background-color:#1069EF;
	color:#FFF
}
header
{
	box-shadow: 0 0 3px 1px rgba(107,141,139,0.4);
	border:none;
	height:75px;
}
footer
{
	background-color: #24252b;
	padding: 18px 0 0;
	position: absolute;
	bottom: 0;
	width: 100%;

}
.container
{margin-right: auto;
margin-left: auto;
}
/* LOGIN FORM */
/*.box{
	position: relative;
	margin: auto;
	height: 386px;
  top: 40px;
	left: 0;
	z-index: 200;
	right: 0;
	width:400px;
	color:#666;
	border-radius: 3px;
	background: #FFF;
  margin-bottom: 100px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  overflow: hidden;
  font-family:Arial, Helvetica, sans-serif;
}*/
.box
{
	position: absolute;
height: 420px;
top: 50%;
left: 50%;
width: 400px;
color: #666;
border-radius: 3px;
background: #FFF;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
transform: translate(-50%, -50%);
}

.error
{
	text-align:center;
	color:red;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.box h1{
  margin-left: 40px;
padding-bottom:26px;
	font-size:25px;
  font-weight: 300;
  color: #607d8b;
}
.img
{
	position:relative;
	top:4px;
}
a
{
	color:#FFF;
	text-decoration:none;
}
.box .button{
	background: #cfd8dc;
	border:0;
	color: #009688;
	padding:10px;
	font-size: 16px;
  font-weight: 300;
	width:330px;
	margin:20px auto;
	display:block;
	cursor:pointer;
    -webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 2px;
}

.box .button:active{
	background: #009688;
  color: #263238;
}

.box .button:hover{
		background: #009688;
  color: #FFF;
    -webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.box p{
	font-size:14px;
	text-align:right;
}

.group 			  { 
  position:relative; 
  margin-bottom: 35px; 
  margin-left: 40px;
}

.inputMaterial 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #757575;
}

.inputMaterial:focus 		{ outline:none;}

/* LABEL ======================================= */

label 				 {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color: #009688;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:315px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background: #1069EF; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width:50%;
}


/* active state */
.inputMaterial:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

#footer-box{
  width: 100%;
  height: 50px;
  background: #1069EF;
  position: absolute;
  bottom: 0;
}



.sign-up{
  color: white;
  cursor: pointer;
  padding-left: 10px;
padding-right: 10px;
}

.sign-up:hover{
   color: #b2dfdb; 
}