@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);html{min-width:100%;min-height:100%}html body{min-width:100%;min-height:100%;margin:0;padding:0;background:#cccbdf;background:-webkit-gradient(linear,left bottom,left top,from(#2980b9),to(#2c3e50));background:linear-gradient(to top,#2980b9,#2c3e50);font-family:"Open Sans",sans-serif;font-size:14px}html body input[type=text],html body select{width:100%;height:38px}html body button{min-height:38px;padding:0 24px;background-color:#f7f7f7;border:none;border-radius:1px;font-size:.95rem;color:#00243d;-webkit-transition:background-color .3s,box-shadow .3s;transition:background-color .3s,box-shadow .3s;cursor:pointer}html body button.primary{background-color:#00347c;color:#fff}html body button.primary:hover{background-color:#002963}html body button.secondary{background-color:#ee3252;color:#fff}html body button.secondary:hover{background-color:#ec1a3e}html body button.tertiary{background-color:#f89534;color:#fff}html body button.tertiary:hover{background-color:#f7881b}html body button:focus{outline:0}html body button:hover{background-color:#eaeaea;box-shadow:0 0 15px 0 #cdcdcd}html body .spin-loader{display:inline-block;width:40px;height:40px}html body .spin-loader:after{content:" ";display:block;width:32px;height:32px;margin:4px;border-radius:50%;border:4px solid #00347c;border-color:#00347c transparent;-webkit-animation:1.2s linear infinite spin-loader-rotating;animation:1.2s linear infinite spin-loader-rotating}@-webkit-keyframes spin-loader-rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-loader-rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}html body .slider.round{border-radius:19px}html body .slider.round:before{border-radius:50%}