body {
    margin: 0px;
    padding: 0px;
}

#infotext {
    padding: 15px;
    font-size: 13px;
    color: #666;
    font-weight: lighter;
    padding-bottom: 10px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
* {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
}

a {
    color: #0061ff;
    text-decoration: none;
    background-color: transparent;
}
#lp-overlay {
    display: block;
    background: rgba(12, 49, 123, 0.75);
    height: 100%;
    width: 100%;
    position: absolute;
}

.wrap h1 {
    font-weight: normal !important;
    font-size: 40px !important;
    color: #333 !important;
    margin: 0 !important;
}

.wrap h2 {
    font-weight: normal;
    font-size: 16px !important;
    color: #666;
    padding-top: 5px;
}

button {
    cursor: pointer;
    padding: 20px 100px;
    border: none;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    background: #43ba19;
    border-radius: 10px;
    border: none;
}

button:hover {
    transform: scale(1.2);
}

ul.step {
    list-style: square;
    width: 500px;
    margin: 20px auto;
    padding-left: 65px !important;
}
ul.step li {
    text-align: left;
    font-weight: lighter;
    font-size: 16px !important;
    color: #666;
    padding-bottom: 10px;
}

.warp {
    display: block;
    width: 100%;
    height: 100%;
}

.logo {
    display: block;
    margin: 50px auto 10px;
    width: 200px;
}

.card {
    display: block;
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: #fff;
    width: 800px;
    height: 500px;
    border-radius: 10px;
    position: absolute;
    text-align: center;
}

.mainheader,
footer {
    display: none;
}
body {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*search*/
.i-search {
    position: absolute;
    display: block;
    width: 320px;
    box-sizing: border-box;
    border: 0px solid #cdcdcd;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.5);
    text-align: left;
}

.i-search img {
    width: 300px;
    /*  position: absolute;*/
    bottom: 0px;
}
.i-search p {
    /*padding-left: 210px;*/
    font-size: 12px;
    margin: 0px;
}

/*********Disclaimer********/
.br {
    display: block;
    position: absolute;
    color: #555;
    font-size: 12px;
    text-align: right;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 5px;
}

.br img {
    width: 120px;
}

.br a {
    color: #555;
    text-decoration: none;
}

/*******bounch left********/
@keyframes bounce-left {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-20px);
    }
    60% {
        -webkit-transform: translateX(-5px);
    }
}
