.oodsp-login-container {
	display: flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.oodsp-login {
	width: 400px;
	margin: auto;
}

@media screen and (max-height: 550px) {

	.oodsp-login {
		padding: 0 0 12px;
	}
}

.oodsp-login #logo-onlyoffice {
	background-size: 90px;
}

.oodsp-login #union {
	background-size: 25px;
	width: 25px;
	height: 55px;
	padding: 0 20px;
}

.oodsp-login h1 a {
	display: inline-block;
	width: 90px;
}

.oodsp-login h1#header {
	text-align: left;
	font-weight: 600;
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
}

.oodsp-login h1#header div {
	color: #2271b1;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.oodsp-login .input {
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 16.71px !important;
	letter-spacing: 0% !important;
	font-family: unset !important;
}

#oodsp-submit-password {
	width: 100%;
	float: none;
}

.reset-password-link-wrap {
	margin-top: 15px;
	text-align: center;
}

.reset-password-link {
	text-decoration: underline;
	cursor: pointer;
}

#oodsp-reset-password-submit {
	width: 49%;
	float: left;
}

#oodsp-reset-password-cancel {
	width: 49%;
	float: right;
}
