/**
This file contains the most important id's and classes of the Univention login page but is in no way complete.
 */

/* overwrite background-color */
body.umc {
}

/* (div) Container for the entire header*/
.umcHeader {
}

/* (div) Right part of the header containing live search, login button, etc*/
.umcHeaderRight {
}

/* (div) Menues toggle button
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.umcMobileMenuToggleButton {
}

/* (div) Container for the menu
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.mobileMenu {
}

/* (div) Menues header
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.menuInformationHeader {
}

/* (div) Container for the univention logo*/
.univentionLogo {
}

/* (div) Wrapper around login dialog */
#umcLoginWrapper {
}

/* (h1) Login page title */
h1 {
}

/* (div) The login forms box */
#umcLoginDialog {
}

/* (form) the login form itself */
#umcLoginForm {
}

/* (img) Image inside of the login dialog.
Picture could be changed via content: url()
*/
#umcLoginLogo {
}

/* (input) Username field */
#umcLoginUsername {
}

/* (input) Password field */
#umcLoginPassword {
}

/* (input) Login button/input*/
#umcLoginSubmit {
}