html,body {background-color:var(--main-color);padding:0;margin:0;}body,main {display:flex;align-items:stretch;}main {background-image:var(--login-background);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;}#login-form {width:500px;flex:0 1 500px;background-color:rgba(244, 244, 244, .9);box-shadow:0 0 10px rgba(0,0,0,.3);max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;}#login-form img {margin-bottom:20px;}#login-form h2 {font-weight:normal;color:#808080;}#login-form div.row {display:flex;align-items:center;margin-top:10px;}#login-form input,#login-form select {height:55px;width:300px;}#login-form input:focus,#login-form select:focus {box-shadow:0 0 10px rgba(var(--main-color-rgb), .3);}.float-label > span {font-size:7.5pt;margin-top:-4px;}.float-label > span::before,.float-label > span::after {margin-top:5px;}#login-form button {height:50px;padding:0 20px;background-color:var(--secondary-color);color:var(--main-text-color);}#login-form img {max-height:40px;object-fit:contain;}#login-form div.row-actions {margin-top:25px;}#login-form footer {position:absolute;left:0;right:0;bottom:0;padding:20px 0;}