html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


#mainbody {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;

}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody > .container > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#zzImage {
    width: 472.4px;
    height: 71.7px;
    display: inline-block;
    position: absolute;
    left: 18%;
    top: 13%;
}

#butterflyImage {
    width: 145.76px;
    height: 95.06px;
    position: absolute;
    display: inline-block;
    left: 65%;
    top: 25%;
}

#containerDiv {
    background-image: url('/assets/img/background.png');
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    width: 100%;
    height: 100%;
}

.inputdiv {
    display: inline-block;
}

.inputdiv img {
    width: 19.73px;
    height: 19.21px;
    position: relative;
    left: 50px;
    top: 4px;
}

.inputdiv input {
    width: 366px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #D9D9D9;
    margin-left: 20px;
    padding-left: 35px;
}

.zzDivHead {
    width: 100px;
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #AE000D;
    position: relative;
    left: 30%;
    margin: 24px;
    margin-top: 30px;
}

.inputdiv div {
    width: 32px;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    position: relative;
    left: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
}

#zzDiv button {
    width: 366px;
    height: 40px;
    background: #AE000D;
    border: 0px;
    color: white;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    position: relative;
    left: 45px;
    left: 44px;
    margin-top: 30px;
    cursor: pointer;
}

#zzDiv {
    width: 462px;
    height: 380px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#mainbody > .container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }
}

.footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer p {
    font-size: 14px;
    margin: 0;
}

