body {
    background-color: white;
    color: #666;
    width: 100%;
}

h1 { font-weight: 400 }

body > div { height: 100vh; }

.row { margin: 0 !important; }

.row > div { padding: 0 !important; }

.logoSection { text-align: center; }

.logoSection > svg {
    color: white;
    margin-top: 30vh;
    width: 40vh;
}

svg text {
    fill: currentColor;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 220px;
    font-weight: 700;
}

svg path {
    fill: currentColor;
    fill-rule: nonzero;
}

@media only screen and (max-width: 767px) {
    h1 { text-align: center; }

    .logoSection {
        background-color: transparent !important;
        height: 40vh;
        margin-top: 5vh;
    }

    .logoSection > svg {
        color: #4caf50;
        margin-top: 0 !important;
    }

    .mainSection { height: 60vh; }

    .mainSection > div {
        margin-left: 12.5% !important;
        margin-top: 5vh !important;
        width: calc(100% - 40px);
    }

    .btn {
        height: 50px;
        margin-left: 0 !important;
        width: 100% !important;
    }

    w-sm-75 { width: 75% !important; }
}

@media only screen and (max-width: 575px) {
    .form-group > input { width: 100% !important; }

    .mainSection > div {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

.mainSection > div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35vh;
}

.accent-color {
    background-color: #4caf50;
    color: #fff;
}

label { font-size: 1rem; }

.btn {
    font-weight: 500;
    letter-spacing: 1px;
    width: 150px;
}

.btn:hover { color: white !important; }