.container-fluid{padding:15px}.screen{display:none}.screen.active{display:block}.screen h1:first-child,.screen h2:first-child{margin-top:0}#message p.message{font-size:14px}.btn,.form-control,body{font-size:12px}.btn{margin-right:5px;padding:7px 9px}input[type=radio],input[type=checkbox]{margin:3px 0 0}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{margin-left:-16px}.form-control{height:32px;padding:6px 8px}h1{font-size:32px}h2{font-size:26px}.form-group.checkbox label{padding-left:16px}.form-group .input-error{display:none}.form-group.has-error .input-error{display:block}.spinner{margin:80px auto;width:40px;height:40px;position:relative;text-align:center;-webkit-animation:rotate 2s infinite linear;animation:rotate 2s infinite linear}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#2c3e50;border-radius:100%;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}