.login-form {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	width: 100%;
	min-width: 300px;
	max-width: 500px;
	background: #eff1f4;
}
.login-form__header {
	font-size: 21px;
    line-height: 130%;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.login-form__input {
	margin-bottom: 15px;
}
.login-form__input input {
	width: 100%;
	display: block;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #B0B0B0;
	outline: none;
	text-align: center;
}
.login-form__errors p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: red;
	margin-bottom: 10px;
}
.login-form__button {}
.login-form__button input {
	width: 100%;
/*	background: #60c43f;
    border-color: #4c9f31;
	font-size: 18px;*/
	margin-top:10px;
}
.login-form__social-divider {
	position: relative;
    margin-top: 14px;
    margin-bottom: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.login-form__social-divider__line {
	height: 1px;
    border-top: 1px solid #e5e5e5;
    width: 45%;
}
.login-form__social-divider__line__or {
	margin: auto;
    width: 4em;
    text-align: center;
	color:#666;
	font-size:12px;
}
.login-form__social-links {
	text-align: center;
	margin:0 auto;
	margin-bottom:10px;
}
.reg__notice{
    background: rgba(255, 162, 0, 0.25);
	border-radius: 16px;
    padding: 15px;
    margin: 0 0 12px 0;
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
    color: #000;
    font-size: 14px;
}