﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Bold.woff2') format('woff2'), url('/assets/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Regular.woff2') format('woff2'), url('/assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.conb--get-started-bg {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/assets/img/conabg_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.conb--get-started-wrapper {
    border-radius: 20px;
    background: #FFF;
    padding: 50px;
    text-align: center;
    width: 420px
}

.conb-logo--wrapper {
    text-align: center;
    margin-bottom: 48px;
}

    .conb-logo--wrapper h1 {
        margin: 0;
        margin-top: 10px;
        color: #c10000;
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        position: relative;
    }
        .conb-logo--wrapper h1:after {
            content: "";
            width: 50px;
            height: 5px;
            display: block;
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #c10000;
            border-radius: 10px
        }

        .conb-welcome--wrapper {
            margin-bottom: 48px;
        }

    .conb-welcome--wrapper h2 {
        color: #333;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .conb-welcome--wrapper p {
        color: #333;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

.btn--welcome {
    padding: 16px 72px;
    border-radius: 4px;
    background: #333;
    width: 100%;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    font-family: 'Roboto';
}

@media only screen and (max-width:767px) {
    .conb--get-started-wrapper {
        width: 75%;
        padding: 35px 25px
    }

    .btn--welcome {
        padding: 16px 48px
    }

    .conb-welcome--wrapper h2 {
        line-height: 32px;
    }
    .conb-logo--wrapper h1 {
        font-size:48px
    }
    .conb-welcome--wrapper p{
        font-size:16px
    }
    .conb-welcome--wrapper h2{
        font-size:24px
    }
}


