@viewport {
    width: device-width;
    zoom: 1.0;
}

@font-face {
    font-family: "Aventa";
    font-style: normal;
    src: url(/static/nfprotect/signup_app/fonts/Aventa-Bold.otf);
}

@font-face {
    font-family: "Azo Sans";
    font-style: normal;
    src: url(/static/nfprotect/signup_app/fonts/AzoSans-Regular.woff);
}

* {
    box-sizing: border-box;
}

body {
    background: linear-gradient(180deg, #1C9BFF 4.02%, #023181 81.89%, #17212B 133.58%);
    background-repeat: repeat-x;
    font-family: "Azo Sans";
    font-style: normal;
    min-height: 100vh;
}

h2 {
    font-family: "Aventa";
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    margin: 0;
    color: #17212B;
    padding-bottom: 10px;
}

p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #707070;
    padding-bottom: 10px;
}

select {
    padding: 5px;
}

.error-message {
    color: #952036;
    font-weight: bold;
}

.message {
    color: #358714;
    font-weight: bold;
}

.disclaimer {
    color: #9f9f9f;
    font-size: 11px;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 8px;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    height: 40px;
    border-width: 0px;
    background: #0A6FDB;
    font-family: 'Azo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.button:hover {
    background: #145FB0;
}