*{
	margin:0px;
	padding:0px;
}

html,body{
	width: 100%;
	height: 100%;
	background-color: #fff;
}
body.password-change {
	background-color: #eee;
}
.container{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.password-change-form {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}
.password-change-form-panel {
    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;
	padding: 3em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel-inner {
	min-width: 300px;
}
.error_code {
	font-size: 15vh;
	text-align: center;
}
.logo {
	text-align: center;
}
.error_message {
	font-size: 3vh;
	text-align: center;
}
.error_code_message {
	margin-top: 2vh;
	text-align: center;
}
.description {
	margin-top: 1vh;
	text-align: center;
}
.message-list {
	margin-top: 2vh;
	list-style: none;
}
.message-list li {
	padding: 0.2em 0;
}
.input-title {	
    font-size: 0.9em;
}
.input-field {
	margin-bottom: 1em;
}
.input-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;
}
.submit {
	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);
}
.cancel {
	width: 100%;
	margin-top: 1em;
    line-height: 2.5em;
    color: #333;
    background-color: #eee;
    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);
}
