.infotext {
    padding: 24px 15%;
    font-weight: lighter;
    font-size: 10px;
    color: #666;
    padding-bottom: 10px;
}

.infotext a {
    text-decoration: none;
    color: #0061ff;
}

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

/*hide the line*/
hr {
    display: none;
}

html body #lightbox {
    background: rgba(0, 0, 0, 0.8);
}

.cws-badge {
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin: 10px;
    padding: 0px;
    border-radius: 5px;
}
.cws-badge img {
    width: 200px;
    display: block;
}
.ffonly {
    display: none !important;
}

@-moz-document url-prefix() {
    .chonly {
        display: none !important;
    }
    .ffonly {
        display: inline-block !important;
    }
}

strong {
    display: inline;
}

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

.wrap h2 {
    font-weight: lighter;
    font-size: 16px !important;
    color: #666;
}

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

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

ul.step {
    list-style: none;
    width: 600px;
    margin: 20px auto;
    padding-left: 140px !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: -25px auto 0;
    width: 400px;
    padding: 20px;
}

.card {
    display: block;
    top: 380px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 800px;
    height: 520px;
    border-radius: 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
}

.mainheader,
footer {
    display: none;
}
body {
    background: url(../images/convertorfull-dark.jpg) no-repeat center center
        fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Roboto", sans-serif !important;
}

/*search*/
.i-search {
    background-color: #4e4e4ebf;
    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;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}

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

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

.br img {
    width: 120px;
}

.br a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
