body,html{margin:0;padding:0;font-family:Roboto,sans-serif}body *,html *{box-sizing:border-box}.header{background:#004f71;min-height:50px;background:url('../img/header_a_1.png');display:flex;justify-content:flex-start;align-items:center;padding:.75rem}.header__logo{width:65px;height:65px;background:url('../img/bc_logo_1.svg');background-size:fit;margin:0 10px 0 0}.header__tagline{color:#fff;font-size:16px;font-weight:500;text-shadow:1px 1px 1px rgba(64,76,81,.7)}.header__tagline p{background:rgba(0,54,78,.6);padding:4px;border-radius:5px;letter-spacing:.5px}.page{background:#e8edef;overflow:auto;min-height:100vh}.page__wrapper{min-height:100%}.page__container{min-height:100%;width:90%;margin:1rem auto;border-radius:10px;background:#fff;padding:4rem;box-shadow:1px 1px 5px rgba(100,100,100,.3)}.page__alert{display:flex;margin:0 0 3rem 0}.page__alert h2{font-size:24px;color:#004f71;font-weight:700}.page__alert-ico{display:block;width:80px;height:80px;margin:0 2rem 0 0;mask-image:url('../img/ico_alert_1.svg');background:#004f71}.page__alert-link{border:2px solid #004f71;color:#004f71;background:0 0;font-weight:500;font-size:18px;padding:1rem;border-radius:10px;transition:all .3s ease;display:inline-block;margin:2rem 0 0 0;text-decoration:none}.page__alert-link:hover{background:#004f71;color:#fff}