/**
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 {
/*height: 150px;
display: block;
margin : 0 auto;
margin-top: 20px;
content: url(Logo-Wetteraukreis-300dpi_1_400.png);*/
--login-logo: url(https://i.postimg.cc/vTQwbprG/Frame-6.png) no-repeat center
background-size: 44%;
}

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

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

/* (input) Login button/input*/
#umcLoginSubmit {
color: #cd6624;
}
.login-pf-page .login-pf-header{
/*height: 150px;
display: block;
margin : 0 auto;
margin-top: 20px;
content: url(Logo-Wetteraukreis-300dpi_1_400.png);*/
--login-logo: url(https://i.postimg.cc/vTQwbprG/Frame-6.png) no-repeat center;
background-size: 44%;
}


