body {
	background-color: #F1F1F1;
	color:#617383;
}

.container {
	margin-top: 80px;
	max-width: 350px;
	min-width: 200px;
	background-color: white;
	border-radius: 5px;
	padding-right: 25px;
	padding-left: 25px;
}

@media(max-height: 510px) {
.container {margin-top: 0;}
}

.app-name {
	margin-top:2px;
	margin-bottom:10px;
	font-size: 22px;
	text-align: center;
}

.footer { padding-top: 10px; }

.auth-success {
	margin-top: 20px;
}

input {
  font-family: Roboto,Arial,Helvetica,sans-serif;
  padding: 8px 6px;
  border: 1px solid #c6c6c6;
  resize: none;
  background: #fff;
  vertical-align: middle;
  outline:none;
  font-size:20px;
  font-weight:300;
  width:100%;
  box-sizing:border-box;
}

input[type=text]:focus, input[type=password]:focus{
	border-color: rgba(153,153,153,.9);
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 1px inset;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 1px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 1px inset;
  outline: 0 none;
}

input[type=submit]{
	width:100%;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	margin-top: 20px;
	font-size: 30px;
	line-height: 1.42857143;
	border-radius: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline:none;
	color: #f1f1f1;
	background-color: #19accd;
	border-color: #1699b6;
}

input[type=submit]:hover{
	color: #f1f1f1;
	background-color: #158da9;
	border-color: #106b80;
}

.app-logo {
	padding: 30px;
	max-width: 100%;
	box-sizing: border-box;
}

.provider-list {
	font-size: 17px;
}

.content {
	margin-bottom: 20px;
}

.no-icon {
	color: black;
	width: 22px;
	height: 22px;
	text-align: center;
}