*{
	margin:0px;
	padding:0px;
}

html,body{
	height: 100%;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	font-family: Arial, sans-serif;
}

.container{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
    width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title{
	margin: 1em 0 1em;
}
.sub-title {
	text-align: right;
	padding-top: 20px;
}
.server-mode {
	margin-right: 5px;
}
.content {
	color: #333;
}
.text-field {
	margin-bottom: 1em;
}
.text-field-label {
	margin-bottom: 2px;

}
.text-field input {
	height: 2em;
	width: 100%;
    line-height: 2em;
    border-radius: 3px;
    border: solid 1px #bbb;
    outline: none;
    padding: 0 5px;
    box-sizing: border-box;
}
.footer {
	margin: 2em 0 5em;
}
.login-button {
    width: 100%;
    line-height: 2.5em;
    color: #fff;
    background-color: #1b76d2;
    border: 0;
    border-radius: 3px;
	font-weight: bold;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0 rgba(0,0,0,0.14), 0px 1px 5px 0 rgba(0,0,0,0.12);
}

.message {
	width: 300px;
	color: #333;
}

#error_message{
	font-size:13px;
}

#servermode_info{
	color:#666666;
}
