diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 3c919994..589f6d0d 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -310,21 +310,30 @@ } /* loginpage sidemenu */ .login-box { - background: var(--main-bg-color); - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - } - .login-box .panel-body { - background: rgba(0, 0, 0, 0.25) !important; - } - .login-register { - background: var(--main-bg-color)!important; - height: 100%; - position: fixed; - } - .login-sidebar { - position: relative; - right: 0; - margin-top: 500px; - height: auto; - } \ No newline at end of file + background: var(--main-bg-color); + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); +} +.login-box .panel-body { + background: var(--main-bg-color) !important; +} +.login-register { + background: var(--main-bg-color)!important; + height: 100%; + position: fixed; +} +.login-sidebar { + position: relative; + right: 0; + margin-top: 300px; + height: auto; +} +.bounceInDown, .flipInX, .flipInY, .hvr-wobble-bottom:hover, .revealIn, .rubberBand, .showSweetAlert[data-animation=pop], .slideIn, .slideInDown, .slideInRight, .tada { + -webkit-animation-name: none; + animation-name: none; +} +.loginLogo { + max-width: 100%; + max-height: 250px; + width: auto; +} \ No newline at end of file diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index d5aee908..2f532cd5 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -310,21 +310,30 @@ } /* loginpage sidemenu */ .login-box { - background: var(--main-bg-color); - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - } - .login-box .panel-body { - background: rgba(0, 0, 0, 0.25) !important; - } - .login-register { - background: var(--main-bg-color)!important; - height: 100%; - position: fixed; - } - .login-sidebar { - position: relative; - right: 0; - margin-top: 500px; - height: auto; - } \ No newline at end of file + background: var(--main-bg-color); + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); +} +.login-box .panel-body { + background: var(--main-bg-color) !important; +} +.login-register { + background: var(--main-bg-color)!important; + height: 100%; + position: fixed; +} +.login-sidebar { + position: relative; + right: 0; + margin-top: 300px; + height: auto; +} +.bounceInDown, .flipInX, .flipInY, .hvr-wobble-bottom:hover, .revealIn, .rubberBand, .showSweetAlert[data-animation=pop], .slideIn, .slideInDown, .slideInRight, .tada { + -webkit-animation-name: none; + animation-name: none; +} +.loginLogo { + max-width: 100%; + max-height: 250px; + width: auto; +} \ No newline at end of file