.background-image{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-shadow: inset 0 0 180px 150px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 0 180px 150px rgba(0,0,0,0.9);
    box-shadow: inner 0 0 180px 150px rgba(0,0,0,0.9);
}
.landing-content{
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    border-width:2px;
    border-color:rgba(0,0,0,0.5);
    border-style:solid;
    border-radius:5px;
    margin-top:30px;
}
.btn-primary{
    background-color: #e1712e!important;
    border-width:0px;
    border-width:2px;
    border-color:#e1712e!important;
    border-style:solid;
}
.btn-secondary{
    color: grey;
    background-color:white;
    border-width:2px;
    border-color:rgba(0,0,0,0.5);
    border-style:solid;
}
.progress{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
}
.field-title{
    text-align: left;
    color: purple;
    font-size: 18px;
    font-weight: bold;
}
.landing-logo{
    display:none;
}
.btn-light{
    border-color:rgb(182, 182, 182);
    border-style:solid;
    border-width:1px;
}
.btn-light:hover, .btn-light:hover:active {
    background-color: #e1712e;
    color: #ffffff;
}
h1{
    margin-bottom:30px;
}
.button-countdown{
    display:none;
}
.landing-container{
    padding:10px;
}
@media screen and (max-width: 800px) {
    .background-image{
        -moz-box-shadow: inset 0 0 130px 20px rgba(0,0,0,0.9);
        -webkit-box-shadow: inset 0 0 130px 20px rgba(0,0,0,0.9);
        box-shadow: inner 0 0 130px 20px rgba(0,0,0,0.9);
    }
}

.step-google .btn-secondary{
    color: #5a5a5a!important;
    background-color: #fff!important;
    border-color: #5a5a5a!important;
    background-image: linear-gradient(to bottom, #fff, #fff)!important;
}