/*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;
}

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: ProLight; src: url(fonts/ProximaNova-Light.otf); }
@font-face { font-family: ProLightIt; src: url(fonts/ProximaNova-LightIt.otf); }
@font-face { font-family: ProRegular; src: url(fonts/ProximaNova-Regular.otf); }
@font-face { font-family: ProRegularItl; src: url(fonts/ProximaNova-RegularItl.html); }
@font-face { font-family: ProSemibold; src: url(fonts/ProximaNova-Semibold.otf); }
@font-face { font-family: ProSemiboldIt; src: url(fonts/ProximaNova-SemiboldIt.otf); }

body{
    background: #0059C8;
    padding: 30px 5px;
    font-size: 16px;
    font-family: "ProLight";
    max-width: 1000px;
    margin: auto;
}


form{

    background: #fff;
    padding: 20px;
}

form.center{
    text-align: center;
}

form p{
    font-size: 20px;
    /* letter-spacing: 0.5px; */
    font-family: "ProLight";
    margin-bottom: 10px;
}

b{
    font-family: "ProSemiBold";
    font-weight: bold;
}

h1,h2{
    font-family: "ProSemiBold";
    font-weight: bold;
    margin-bottom: 10px;

}

h3{
    font-style: italic;
    font-size: 18px;
}

.form-check {
    margin-bottom: 8px;
}
input{text-transform:uppercase}

input.form-control-plaintext {
    border: 1px solid #000;
    border-radius: 1px;
    padding-left: 10px;
}

i{
    opacity: 0.6;
}


#send-form{
    padding: 5px;
    font-family: "ProRegular";
    background: #1ba8cb;
    color: #000;
    margin: 18px 0;

}


#center-all{
    width: 100%;
    display: block;
    text-align: center;
}


#header-text img{
    margin-bottom: 30px;
}

#header-text{
    color: #fff;
    text-align: center;
}

#header-text h1{
    font-size: 1.6rem;
}

#header-text h2{
    font-size: 1.6rem;
    font-family: "ProLight";

    font-weight: normal;
}


#error-text{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: red;
    margin-top: 10px;
}

#success-text img{
    width:100px;
}

#success-text{
    display: none;
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-top: 60px;
    font-weight: bold;
    color: #1ca6c9;
}

#success-text i{ color: #000; }
