body.auth:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 20px solid white; content: ' '; box-sizing: border-box; }

#dlgRestorePassword .interface-field.inline, #dlgRestorePassword .popup-message { max-width: unset; }
#dlgAuth #btnLogin { padding-left: 40px; padding-right: 40px; }
#dlgRegistration .interface-field { max-width: unset; width: calc(100% - 6px); }
#dlgRegistration .interface-field .interface-label { width: 22%; }
#dlgRegistration .popup-message { max-width: unset; width: calc(100% - 6px); }

@media only screen and (max-width: 480px) {
	body.auth:before { border: 5px; }
}