.logo {
	width: 300px;
}
.login {
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.login-item {
	width: 350px;
}

.input-user {
	margin-top: 20px;
	margin-bottom: 35px;
}

.login-kbn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.input-title {
	width: 200px;
}

.input-text {
	width: 200px;
}

.user-select-box {
	cursor: pointer;
	font-weight: 800;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	margin: 20px;
	padding: 25px;
	font-size: 1.1em;
}


.user-sek-select-box {
	cursor: pointer;
	font-weight: 800;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	margin: 20px;
    padding: 15px;
    font-size: 1.1em;
}


.user-select.autholizer {
	background-color: #6EECE2;
}

.user-select.staff {
	background-color: #6edaff
}
.user-select.staff2 {
	background-color: #6ecce6;;
}


.user-select.corporator { 
	position: relative; 
/*	top: -100px; */
	font-weight: 200;
	font-size: 1.2em;
/*	text-align: right;*/
}

.user-select.back {
	font-size: 11px;
}