.rt-login-container{width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;background-color:var(--rt-color-grey-100)}.rt-loginbox{display:flex;max-width:500px;flex-direction:column;gap:2em}.rt-loginbox__text{padding:1em;background-color:var(--rt-color-grey-100);margin-bottom:1em}.rt-loginbox__form{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;background:#fff;padding:50px;min-width:500px;min-height:450px}.rt-loginbox__form img{width:200px;height:30px}.rt-loginbox__form label{margin-right:auto}.rt-loginbox__form input{border:1px solid #ccc;border-radius:3px;opacity:1;max-height:38px;width:100%;flex:0 0 38px;margin:2px;border:1px solid #ccc}.rt-loginbox__form input[type=submit]{color:#fff;margin:32px;background-color:var(--rt-color-brand-400);border:1px solid var(--rt-color-brand-400)}.rt-loginbox__form a{display:block;margin-left:auto;color:#000}@media(max-width: 600px){.rt-loginbox__form{min-width:unset}}.rt-loginbox button{width:100%}.rt-loginbox input{margin-bottom:calc(2em - 10px) !important}.rt-loginbox button{margin-bottom:calc(2em - 10px) !important}
