@charset "utf-8";
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century/CenturyGothic-BoldItalic.woff2') format('woff2'),
    url('../fonts/century/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century/CenturyGothic-Italic.woff2') format('woff2'),
    url('../fonts/century/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century/CenturyGothic.woff2') format('woff2'),
    url('../fonts/century/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/century/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: Century Gothic, sans-serif;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.box {
    background: #fff;
    border-radius: 8px;
    min-height: 400px;
}

.logo {
    text-align: center;
    margin: 20px;
}

.logo img {
    width: 25%;
}

.box h1 {
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
}

.boxbg1 {
    background: url(../images/bg1.jpg) no-repeat top left #fff;
    background-size: cover;
}

.boxbg2 {
    background: url(../images/bg2.jpg) no-repeat top left #fff;
    background-size: cover;
}

.boxbg3 {
    background: url(../images/bg3.jpg) no-repeat top left #fff;
    background-size: cover;
}

.boxbg1 h1 {
    margin-top: 65px;
    text-align: center;
    font-size: 45px;
}

.welcome {
    margin-right: 100px;
    text-align: center;
}

.brand {
    background: #fff;
    border-radius: 8px;
    margin-right: 15px;
    margin-top: 30px;
    clear: both;
    padding: 15px;
    float: right;
    max-width: 800px;
}

.brand img {
    float: left;
    margin-left: 8px;
}

.btnSection {
    margin-left: 600px;
    margin-top: 20px;
}

.btnBlack {
    background: #000;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    clear: both;
    font-family: Century Gothic, sans-serif;
    padding: 10px 20px;
    border-radius: 80px;
    font-size: 20px;
    font-weight: bold;
    width: 155px;
    text-transform: uppercase;
}

.formtitle {
    margin-right: 25px;
    font-size: 30px;
}

.footer {
    background: #343131;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 70px;
}

.form {
    width: 50%;
    margin: 0 30px 0 0;
}

.formTwo {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.formTwo input {
    border-radius: 50px;
    border: none;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-size: 17px;
}

.formTwo select {
    border-radius: 50px;
    border: none;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-size: 17px;
}

.form input {
    border-radius: 50px;
    border: none;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-size: 17px;
}

.form select {
    border-radius: 50px;
    border: none;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-size: 17px;
}

.containBox {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.containBox2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.imageBox {
    display: block;
    text-align: center !important;
}

.smallBox {
    width: 350px;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 480px) {
    .btnSection {
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 15px 0;
        text-align: center;
    }

    .smallBox {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .welcome {
        width: 95%;
        margin: 15px auto;
        padding: 0;
    }

    .form {
        width: 95%;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .pull-right {
        float: none !important;
    }

    .formtitle {
        margin: 0 !important;
        text-align: center !important;
    }

    .imageBox img {
        width: 100%;
    }

    .brand {
        width: 100%;
        margin: 0 auto;
        padding: 30px;
    }

    .brand img {
        margin-left: 6px;
        margin-top: 10px;
    }

    .boxbg1 h1 {
        padding: 15px;
    }

    .boxbg1 {
        background: url(../images/bg3.jpg) no-repeat top left #fff;
        background-size: cover;
    }

    .boxbg1 {
        background: url(../images/bg3.jpg) no-repeat top left #fff;
        background-size: cover;
    }

    .boxbg2 {
        background: url(../images/bg3.jpg) no-repeat top left #fff;
        background-size: cover;
    }

    .boxbg1 h1 {
        margin-top: 10px;
    }

}


#loading-data {
    background: url('../images/loading-data.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

  