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

.infotext a {
    text-decoration: none;
    color: rgb(0, 97, 255);
}

.bg-primary {
    background-color: #ebebeb !important;
}

.custom-logo-link img {
    width: 250px;
    margin-left: -20px;
}
body {
    font-family: "Roboto", sans-serif !important;
    padding: 0;
    margin: 0;
}

h1,
h2,
p,
li,
div {
    font-family: "Roboto", sans-serif !important;
}

h1 #site-header {
    display: none;
}
hr {
    display: none;
}

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

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

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

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

ul.step {
    list-style: none;
    width: 550px;
    margin: 0px auto;
    padding-left: 0px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
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: 0 auto;
    width: 200px;
    padding-top: 40px;
    padding-bottom: 20px;
    border: none;
}

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

.mainheader,
footer {
    display: none;
}
body {
    background-color: #f0f0f0;
    -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;
    font-size: 11px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.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: #555;
    font-size: 12px;
    text-align: right;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.br img {
    width: 120px;
}

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

#step1_arrow,
#addtochrome_arrow {
    top: 180px !important;
    padding-top: 0px !important;
}
