.section__alkusz-login .login__input {
	width: 75%;
	color: #495057;
	border: 1px solid #ced4da;
	outline: 0 none;
	font-size: 1rem;
	transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;
	-webkit-appearance: none;
	appearance: none;
	padding: .9rem .5rem;
}

.section__alkusz-login .login__input:hover, .section__alkusz-login .login__input:focus {
	border-color: #495057;
}

.section__alkusz-login .alkusz__label {
	margin-left: 0;
	color: #1b1e21;
	text-transform: uppercase;
	font-size: 14px;
}
.section__alkusz-login .alkusz__error {
	color: #dc3232;
}

@media only screen and (max-width: 992px) {
	.section__alkusz-login .btn, .login__input {
		width: 100%!important;
	}
}
