 #loginform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

div.user-pass-wrap[style*="display: none"] {
    display: none !important;
}

#user_login {
    margin: 20px 0px;
}

.bank-id-container {
    margin-top: 20px;
}

input.vk-login-button {
	display: block !important;
	width: 100% !important;
	float: none !important;
	margin: 8px 0 !important;
	/* padding: 12px 24px !important; */
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px !important;
}

.vk-login-buttons {
	margin-top: 6px;
} 

#login form p:last-child  {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#login form p:last-child input {
	width: 100% !important;
	border-radius: 20px;
	background: white;
	font-color: blue !important;
}
