﻿
.webpageForm {
    display: flex;
    flex-wrap: wrap;
    min-height: 350px;
    justify-content: center;
    background-color: transparent;
}

.divFormCol {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


div.divPage {
    border-color: transparent;
}

p {
    line-height: 1.5em;
}

.divFirstCol h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
}

.divFirstCol h3, .divFirstCol p {
    margin-top: 10px;
}

.divFirstCol span {
    color: #35a4d7;
}

.divFirstCol span, p {
    font-size: 1.2rem;
}

.divFirstCol {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

body, input, select, textarea, table td, p {
    font-size: 1rem;
}

.blueColour {
    color: #35a4d7;
}

.disclaimer {
    font-size: .8rem;
}

input {
    border-color: #35a4d7;
    border-radius: 4px;
}

select {
    border-color: #35a4d7;
    border-radius: 4px;
}

.blueField {
    border-color: #35a4d7;
    margin-top: 5px;
    padding-bottom: 12px;
    box-sizing: border-box;
    width: 93%;
}

.blueField:active {
    border-color: black;
}

.blueEmail {
    border-color: #35a4d7;
    width: 95%;
}

.blueEmail:active {
    border-color: black;
}

.blueEmailLabel {
    color: #35a4d7;
    float: left;
}

@media (min-width:990px) {
    input[type=submit] {
        float: right;
        width: 46%;
        color: white;
        color: white;
        text-shadow: 0 1px 0 #35a4d7;
        border-color: #35a4d7;
        text-shadow: 0 1px 0 #35a4d7;
        background: #35a4d7;
        font-size: 1rem;
        padding: 4px;
        margin-right: 16px;
    }

    input[type=submit]:hover {
        color: white;
        text-shadow: 0 1px 0 #35a4d7;
        border-color: #35a4d7;
        text-shadow: 0 1px 0 #35a4d7;
        background: #35a4d7;
    }
}

@media (max-width:990px) {
    input[type=submit] {
        width: 100%;
        color: white;
        color: white;
        text-shadow: 0 1px 0 #35a4d7;
        border-color: #35a4d7;
        text-shadow: 0 1px 0 #35a4d7;
        background: #35a4d7;
        font-size: 1rem;
    }

        input[type=submit]:hover {
            width: 100%;
            color: white;
            color: white;
            text-shadow: 0 1px 0 #35a4d7;
            border-color: #35a4d7;
            text-shadow: 0 1px 0 #35a4d7;
            background: #35a4d7;
        }
}