@import url(https://fonts.googleapis.com/css?family=Raleway);

body,html{
	font-family: 'Raleway', sans-serif!important;
  font-size: 14px;
  background-color: #fff;
	height:100%;
	width:100%;
}

.quadro{
	border: 1px solid #ddd;
  border-radius: 10px;
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -220px;
  margin-left: -175px;
	padding:20px;
	background-color:#f5f5f5;
	box-shadow: 0px 4px 10px #ddd;
}

#username{
	height:30px;
}

#password{
	height:30px;
}

.check{
	color:#999;
	
}

.imago{
	margin: 0 auto;
  width: 100px;
}

#msg{
	text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

#lang_cho{
  height: 28px;
  width: 234px;
}

hr{
	margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #E2E2E2!important;
}

@media screen and (max-width: 900px) {
    .quadro {
        position: inherit;
        margin: auto;
        padding: 10px 20px 0px 20px;
    }

    #msg {
        font-size: 16px;
    }
}