:root{--theme-b0:hsl(0.0,0.0%,100.0%);--theme-b0-plus:hsl(0.0,0.0%,96.5%);--theme-b1:hsl(0.0,0.0%,95.0%);--theme-b1-plus:hsl(0.0,0.0%,90.0%);--theme-b2:hsl(0.0,0.0%,82.5%);--theme-b2-plus:hsl(0.0,0.0%,79.0%);--theme-b3:hsl(0.0,0.0%,71.5%);--theme-b3-plus:hsl(0.0,0.0%,67.5%);--theme-b4:hsl(0.0,0.0%,60.0%);--theme-b5:hsl(0.0,0.0%,50.0%);--theme-f0:hsl(0.0,0.0%,0.0%);--theme-f0-plus:hsl(0.0,0.0%,4.69%);--theme-f1:hsl(0.0,0.0%,6.7%);--theme-f1-plus:hsl(0.0,0.0%,13.4%);--theme-f2:hsl(0.0,0.0%,23.45%);--theme-f2-plus:hsl(0.0,0.0%,28.14%);--theme-f3:hsl(0.0,0.0%,38.19%);--theme-f3-plus:hsl(0.0,0.0%,43.550000000000004%);--theme-f4:hsl(0.0,0.0%,53.6%);--theme-f5:hsl(0.0,0.0%,67.0%);--theme-active-text:hsl(0,100%,80%);--theme-visited-link:hsl(256,81%,55%);--theme-volume-bar:hsl(120,30%,50%);--theme-ok:hsl(140,50%,60%);--theme-fail:hsl(0,61%,61%);}body{background-color:var(--theme-b0);color:var(--theme-f0);font-family:sans-serif;}.minipage{background-color:var(--theme-b1);border-radius:10px;box-shadow:0px 0px 20px var(--theme-f2);margin:70px auto auto auto;padding:25px;}.minipage-title{padding:0;margin:0;text-align:center;font-size:25px;}input[type=text],input[type=password]{background-color:var(--theme-b0);color:var(--theme-f0);border-width:1px;border-color:var(--theme-f2);border-radius:4px;border-style:solid;padding:5px 10px;box-sizing:border-box;-moz-box-sizing:border-box;}input[type=text]:focus,input[type=password]:focus{box-shadow:0px 0px 6px var(--theme-f2);outline-style:none;}.btn{padding:7px 0px;border-style:solid;background-color:var(--theme-b1);color:var(--theme-text);border-width:1px;border-radius:5px;border-color:var(--theme-f1);cursor:pointer;}.btn:hover{box-shadow:0px 0px 6px var(--theme-foreground);background-color:var(--theme-b2);}.btn:active{background-color:var(--theme-b4);}