 
html{
    background-image: url(../img/Background\ Logo.png) !important;
    background-repeat: no-repeat !important;
    background-size: auto;
    background-position: center !important;
    background-attachment: fixed;
}
.footer{
    position: absolute;
    bottom: 0;
    right: 1%;
}
.mainButton{
    background: white !important;
    border:1px solid #cccccc !important;
    padding: 1% 8% !important;
    width: 500px !important;
}
.row {
     padding: 1% !important;
}
body{
    background: transparent !important;
}
.greenBtn {
    color: #42bfb5 !important ;
}