.check{color:var(--main-dark);cursor:pointer;display:block;font-family:roboto-italic;margin-bottom:12px;margin-top:15px;padding-left:30px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.check input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkmark{background-color:var(--white);border:2px solid var(--main-border);border-radius:3px;height:25px;left:0;position:absolute;top:-3px;width:25px}.check:hover input~.checkmark{background-color:var(--main-light)}.check input:checked~.checkmark{background-color:var(--main-border)}.checkmark:after{content:"";display:none;position:absolute}.check input:checked~.checkmark:after{display:block}.check .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:10px;left:7px;top:3px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:5px}.button{background-color:var(--action);border:0;border-radius:5px;cursor:pointer;margin-top:15px;padding:7px}.button:hover{background-color:var(--action-light)}.button h3{color:var(--white)}body{background-color:var(--main-light)}.content{display:inline-block;padding-left:20%;position:relative;top:14%}.bkg-left{background-color:var(--white);left:0}.bkg-left,.bkg-right{height:100%;position:absolute;z-index:1}.bkg-right{background-color:var(--main-login-light);right:0}.visual{background-image:url(/build/images/bkg_login.afd2284f.png);background-position:10% 50%;background-repeat:no-repeat;background-size:contain;height:90%;position:absolute;right:0;top:5%;z-index:2}.logo{margin-bottom:3%;width:50%}form{margin-top:5%}input{border:1px solid var(--grey-light);border-radius:5px;color:var(--black);font-family:var(--font-italic);padding:6px}input:active,input:hover{background-color:var(--line-highlight)}::placeholder{color:var(--grey-dark);font-family:var(--font-italic)}label{padding-left:10px}.input-error{border:1px solid var(--warning)}#username{margin-bottom:10px}.error-message{color:var(--warning);font-family:var(--font-italic);margin-top:30px}a,a:active,a:visited{color:var(--main-dark);cursor:pointer;font-family:var(--font-italic);margin-top:10px;text-decoration:underline}.sublinks{display:grid;margin-top:40px}@media only screen and (min-width:1440px) and (max-width:1600px){body,html{font-size:15px}.visual{right:20px}}@media only screen and (min-width:1366px) and (max-width:1439px) and (max-height:768px){body,html{font-size:14px}.content{padding-left:0;top:20%}.visual{right:20px}}@media only screen and (min-width:1366px) and (max-width:1439px) and (min-height:769px){body,html{font-size:14px}.content{top:23%}.visual{right:20px}}@media only screen and (min-width:1280px) and (max-width:1365px){body,html{font-size:13px}.content{padding-left:0;top:20%}.visual{right:20px}}@media only screen and (min-width:1180px) and (max-width:1279px){body,html{font-size:13px}.content{padding-left:0;top:20%}.visual{right:20px}}@media only screen and (min-width:1024px) and (max-width:1179px){body,html{font-size:12px}.content{padding-left:0;top:23%}.visual{right:10px}.checkmark{top:-4px}a,a:active,a:visited{margin-top:5px}.sublinks{margin-top:10px}}@media only screen and (min-width:768px) and (max-width:1023px){.content{padding-left:0;top:23%}}