body,
html {
    font-family: sans-serif;
    font-size: 16px !important;
    line-height: 1.15;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
:after,
:before {
    box-sizing: border-box;
}

body {
    font-family: Ubuntu, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
svg {
    vertical-align: middle;
}

#root {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.flex-grow-1 {
    flex-grow: 1;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.w-100 {
    width: 100% !important;
}

.text-decoration-none {
    text-decoration: none;
}

.MuiTypography-root {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.01562em;
}

.jss2 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.jss3 {
    text-align: center;
}

.jss5 {
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: Ubuntu;
    src: url('/ubuntu-regular.woff2') format('woff2'), url('/ubuntu-regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: Ubuntu;
    src: url('/ubuntu-medium.woff2') format('woff2'), url('/ubuntu-medium.woff') format('woff');
    font-weight: 500;
}

@media (min-width: 0px) {
    .jss1 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .jss3 {
        margin-bottom: 20px;
    }
    .jss4 {
        margin-bottom: 10px;
    }
    .jss5 {
        margin-bottom: 10px;
    }
}

@media (min-width: 600px) {
    .jss3 {
        margin-bottom: 40px;
    }
}

@media (min-width: 960px) {
    .jss1 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 1280px) {
    .jss4 {
        margin-bottom: 20px;
    }

    .jss2 {
        margin-bottom: 60px;
    }

    .jss3 {
        margin-bottom: 70px;
    }

    .jss5 {
        margin-bottom: 30px;
    }
}

.gad-btn {
    font-family: Ubuntu, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: inline-block;
    min-width: 200px;
    padding: 18px 20px;
    cursor: pointer;
    transition: color 0.3s, border 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, border 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    transition: color 0.3s, border 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
    border: 0;
    background: #fff;
}

.gad-btn-secondary {
    color: #1c2639;
    box-shadow: inset 0 0 0 2px #397cd6;
}

.gad-btn-secondary:hover {
    color: #fff;
    background: #397cd6;
}
