body, html {
	background-color: #c0d5f1;
}
.container {
	width: 100%;
	height: 100%;
}
.center {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.frame {
	width: 500px;
}

.container .center .frame .frame-header h5 {
	text-align: center;
	margin: 40px 0px 0px 0px;
	color: #0d3c6b;
}
#toggle-password {
	border: 1px solid #ced4da;
}
.password-recover {
	margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ced4da;
}