@import url('https://fonts.googleapis.com/css?family=Quicksand:500');

body{
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
    letter-spacing: 1px;
    background:linear-gradient(0deg,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),url(http://app.totsguide.com/assets/img/trackactbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("http://app.totsguide.com/assets/img/loading.gif") no-repeat center center
}
h1{
    color: #fff;
    font-size: 30px;
    margin-top: 15px;
}
h1 span{
    background: #e59c4d;
    padding: 0px 30px;
}
p{
    color: #fff;
}
p span{
    background: #e59c4d;
    padding: 0px 30px;
}
.trackact-iframe{
    margin-top: 100px;
    margin-bottom: 30px;
    position: fixed;
    bottom: 0;
    top: 0;
    height: 84%;
    width: inherit;
}
@media screen and (max-width: 960px) {
    h1,p{
        display: none;
    }
    .trackact-iframe{
        margin-top: 0px;
    margin-bottom: 0px;
        height: 100%;
        width: 100%;
        box-shadow:none;  
        left:0;      
    }
}
