﻿ html,body{height:100%;margin:0;padding:0;overflow:hidden;background-color:#fefefe}body{font-family:"Open Sans",Arial,Helvetica,sans-serif;display:flex;flex-direction:row;background-color:#fefefe}.login-credentials{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:30%;min-width:380px;height:100vh;padding:18vh 1.5em 2em;overflow-y:auto;overflow-x:hidden;background-color:#fefefe;position:relative}.login-logo{margin-bottom:22rem;text-align:left}.login-logo img{max-width:220px;height:auto}.login-form{width:100%;max-width:80%}.login-form .form-group{margin-bottom:0.8rem}.login-form label{color:#73767a;display:block;font-size:1.8rem;margin-bottom:0.1rem}.login-form .form-control{border:none;border-bottom:2px solid #919498;border-radius:0;box-shadow:none;font-size:1.6rem;padding:0.2rem 0;background:transparent}.login-form .form-control:focus{border-bottom-color:#2a7de1;background-color:#fefefe;box-shadow:none}.btn-login{appearance:none;background-color:#2a7de1;border:none;border-radius:5px;color:#fff;padding:0.8em 2em;font-size:1.5rem;font-weight:400;font-family:"Open Sans",Arial,Helvetica,sans-serif;cursor:pointer;transition:text-shadow 250ms,box-shadow 250ms;width:130px}.btn-login:hover,.btn-login:focus{text-shadow:0 2px 3px rgba(0,0,0,0.4);box-shadow:inset 0 3px 4px rgba(0,0,0,0.4);color:#fff}.login-remember{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;font-size:1rem}.login-remember label{display:inline;font-size:1.5rem;margin:0 0 0 0.35rem}.login-help-link{font-size:1.5rem;text-decoration:none;color:#919498}.login-help-link:hover{color:#555;text-decoration:underline}.login-error-box{margin-bottom:1rem;padding:10px 14px;border:1px solid orangered;color:orangered;border-radius:3px;font-size:1.6rem}.login-info-box{margin-top:1rem;padding:10px 14px;border:1px solid #31708f;color:#31708f;border-radius:3px;font-size:1.5rem}.login-warning-box{margin-bottom:1.5rem;padding:14px;background:#fcf8e3;border:1px solid #faebcc;border-radius:3px}.product-logo-footer{position:absolute;bottom:30px;right:20px;max-width:220px;height:auto;opacity:1;visibility:visible;transition:opacity 220ms ease,visibility 220ms ease}.login-banner{box-sizing:border-box;display:flex;width:70%;height:100vh;overflow:hidden;background-color:#fefefe}.login-banner a{display:flex;width:100%;height:100%}.login-banner img{width:100%;height:100%;object-fit:fill;object-position:center}@media (hover:hover) and (pointer:fine){.login-banner img{transition:transform 0.2s ease;will-change:transform}.login-banner img:hover{transform:scale(1.01)}}@media screen and (max-width:1100px){body{flex-direction:column-reverse;overflow-y:auto}.login-credentials{width:100%;min-width:0;height:auto;min-height:50vh;padding:5em 2em 2em;justify-content:flex-start;overflow-x:hidden}.login-form{width:100%;max-width:55%}.login-banner{width:100%;height:50vh}.login-logo{margin-bottom:10rem;text-align:left}.login-logo img{max-width:clamp(100px,60vw,180px)}.login-form label{font-size:1.4rem}.login-form .form-control{font-size:1.3rem}.btn-login{font-size:1.3rem}.login-remember label,.login-help-link{font-size:1.2rem}.product-logo-footer{position:absolute;bottom:1.5rem;right:1.5rem;height:auto;opacity:1;visibility:visible;pointer-events:auto}}@media screen and (max-height:1000px) and (max-width:1100px){.login-banner{display:none}.login-credentials{min-height:100vh;width:75%;min-width:0;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;padding-top:20vh}.login-logo{margin-bottom:3rem;text-align:left}.login-logo img{max-width:220px}.product-logo-footer{position:absolute;bottom:1.5rem;right:1.5rem;height:auto;opacity:1;visibility:visible;pointer-events:auto}}@media screen and (max-height:800px){.product-logo-footer{opacity:0;visibility:hidden;pointer-events:none}}