/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix */

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.login-container {
	width: 400px;
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.title {
	color: #1174b7;
    font-weight: bold;
    font-size: 1.7em;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}

.error-container {
	min-height: 66px;
}

.form {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
input::placeholder {
	text-align: center;
}
input::-ms-input-placeholder {
	text-align: center;
}
.input {
	border: 2px solid #1174b7;
	border-radius: 10px;
    margin-bottom: 25px;
    padding: 25px 0px;
}
.hr {
	border-color: #1174b7;
}
.button {
	border: 2px solid #1174b7;
	border-radius: 10px;
	background-color: #b4c7e7;
	color: white;
}

.forgot {
	color: #1174b7;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	display: inline;
}

.copy {
	right: 10px;
	bottom: 10px;
}
