.login-form__headline, .single-alt-login-option {display: none !important;}
.login-form input[type=text], .login-form input[type=password] {border: 0; background-color: #111;}
.login-form input[type=text]:placeholder, .login-form input[type=password]:placeholder {opacity: 0 !important;}
#body-login #lost-password {color: black !important;}
#body-login .login-box {background-color: transparent; box-shadow: none;}
#alternative-logins a {background-color: #d7c97d !important; color: black; aspect-ratio: 1/1; border-radius: 50%;}
.login-form {opacity: 0; height: 10px; transition: height 1s, ease 1s;}
.login-form:hover {opacity: 1; height: 200px; transition: height 1s, ease 1s;}