
/* /eb_website_login_backend_theme/static/src/scss/style.scss */
 .card.o_database_list{max-width: 500px !important;}.login_form_font_italic label, .login_form_font_italic a{font-style: italic !important;}.login_form_font_bold label, .login_form_font_bold a{font-weight: bold;}.login_form_font_underline .c_login_container .btn, .login_form_font_underline .c_login_container label, .login_form_font_underline .c_login_container a{text-decoration: underline;}#login-background{display: flex; align-items: center; justify-content: center; background-repeat: no-repeat; height: 100vh; animation: slideshow 30s infinite; transition: background-image 1s ease-in-out;}.centerlogo_top_right{position: absolute; top: 10px; right: 0%; width: auto; max-height: 80px;}.centerlogo_top_left{position: absolute; top: 10px; left: 10px; width: auto; max-height: 80px;}.centerlogo_top_center{position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: auto; max-height: 80px;}.centerlogo_bottom_center{position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); width: auto; max-height: 80px;}.centerlogo_bottom_right{position: absolute; bottom: 25px; right: 0%; width: auto; max-height: 80px;}.centerlogo_bottom_left{position: absolute; bottom: 25px; left: 0%; width: auto; max-height: 80px;}@media (max-width: 1024px){.o_login_form{max-width: 350px; padding: 25px;}}@media (max-width: 768px){.o_login_form{max-width: 300px; padding: 20px;}}@media (max-width: 480px){.o_login_form{max-width: 90%; padding: 15px;}}.rectangle{border-radius: 0px; overflow: hidden !important; position: relative;}.rectangle .btn, .rectangle .form-control{border-radius: 0px;}.round{border-radius: 50%; overflow: hidden !important; position: relative;}.round .btn, .round .form-control{border-radius: 50%;}.small_rounded_rectangle{border-radius: 10px; overflow: hidden !important; position: relative;}.small_rounded_rectangle .btn, .small_rounded_rectangle .form-control{border-radius: 10px;}.large_rounded_rectangle{border-radius: 35px !important; overflow: hidden !important; position: relative !important;}.large_rounded_rectangle .btn, .large_rounded_rectangle .form-control{border-radius: 35px;}.card-body{padding-left: 60px; padding-right: 60px; padding-bottom: 5px;}.text_center_left{display: flex; align-items: center; justify-content: flex-start;}.text_center{display: flex; align-items: center; justify-content: center;}.text_center_right{display: flex; align-items: center; justify-content: flex-end;}.text_top_center{display: flex; align-items: flex-start; justify-content: center;}.text_top_right{display: flex; align-items: flex-start; justify-content: flex-end;}.text_top_left{display: flex; align-items: flex-start; justify-content: flex-start;}.text_bottom_center{display: flex; align-items: flex-end; justify-content: center;}.text_bottom_right{display: flex; align-items: flex-end; justify-content: flex-end;}.text_bottom_left{display: flex; align-items: flex-end; justify-content: flex-start;}@media only screen and (max-width: 786px){.htmltext{display: none;}#login-background{width: 100% !important;}}