﻿
/* ************************************************** */
/*    INTOUCHVP (DEFAULT) THEME                                            */
/* ************************************************** */


/* CUSTOMIZE HERE */
.app-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: grey;
}
    .app-title::after {
        content: "PassTime Registration"
    }

.powered-by {
    margin: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
    .powered-by::after {
        content: "Powered by PassTime GPS";
    }

.subheader-color {
    background-color: black;
}

.background {
    background-image: none;
    background-position: top;
    width: 999px;
}

body {
    background-image: url('https://cdn.passtimeusa.com/jpg/register/photo_mountain_road_streaks.jpg');
    background-size: 125%;
}

.logo {
    background-image: url('logo.png');
    background-color: transparent;
    width: 478px;
    height: 134px;
}

.footer {
    color: white !important;
}

    .footer a {
        color: white !important;
    }
