h1, h2, h3{
    margin: 0px;
    padding: 0px;
}


.header{
    background-image: url(bg.svg);
    height: 100%;
    position: fixed;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: scroll;
}


.header img.main{
    width: 100%;
    margin-top: 15vh;
}


.header h1{
    font-size: 65px;
    margin-top: 20vh;
    color: #03336e;
    font-weight: 700;
}

.header h1 span{
    font-size: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: -21px;
    color: #3dcfcd;
    text-shadow: 0px 3px #03336e;
}

.header ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 60px;
}

.header ul li{
    font-weight: 700;
}

.header .number{
    display: inline-block;
}

.header label{
    display: inline-block;
}

.step1_box{
    display: block;
    margin-bottom: 20px;
}

.step1_box input{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #eff8fe;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #094c94;
    box-shadow: 1px 1px 3px 0px #71b5e7;
}

.step1_box button.execute{
    width: 100%;
    height: 40px;
    padding: 5px;
    background-color: #094c94;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 700;
    transition: .3s;
    border: none;
    text-transform: uppercase;
    border-radius: 50px;
}

.step1_box button:hover{
    background-color: #032652;
}

.btn_copy{
    background: none;
    border: none;
    display: none;
}

.btn_copy img{
    width: 17px;
    margin-top: -3px;
    margin-right: 6px;
}

.lossDetail{
    margin-top: 10px;
}

.usage{
    display: none;
}

.usage img{
    width: 60px;
    display: block;
}

.bmc-btn-container{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.footer{
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 20px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer li{
    display: inline-block;
    background-color: #ffffff;
    padding: 5px 20px;
}

.email_cta{
    color: #094c94;
    font-size: 12px;
    font-weight: 700;
}

.email_cta img{
    width: 16px;
    margin-top: -2px;
}

@media screen and (max-width: 778px){

    .header h1 {
        font-size: 50px;
        margin-top: 80px;
        color: #03336e;
        font-weight: 700;
        text-align: center;
    }

    .header h1 span{
        font-size: 79px;
    }

    .header h2{
        text-align: center;
        font-size: 20px;
    }
    
    .step1_box input{
        
    }
    
    .step1_box button.execute{
        margin-top: 20px;
    }
    
    .header img.main{
        margin-top: 20px;
    }

}