﻿.superHeroForm20 h3,
.superHeroForm20 h1,
.superHeroForm20 h2,
.superHeroForm20 h4,
.superHeroForm20 h5,
.superHeroForm20 p,
.superHeroForm20 label,
.superHeroForm20 input {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.superHeroForm20 .form {
    padding: 2em;
    width: 100%;
    background-color: #2887c7;
}

@media (min-width: 960px) {
    .superHeroForm20 {
        background-image: url('/am/dhcanada/images/DHC20_Form_EN.jpg');
        background-repeat: no-repeat;
    }
    .superHeroForm20FR {
        background-image: url('/am/images/dentalhygienecanada/DHC20_Form_FR.jpg');
        background-repeat: no-repeat;
    }
    .superHeroForm20 .form {
        padding: 0;
        padding-top: 355px;
        padding-bottom: 20px;
        width: 560px;
        margin-left: 270px;
        background-color: transparent;
    }
}

.superHeroForm20 .form-group {
    margin: 0;
    padding: 0;
}

.superHeroForm20 h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.superHeroForm20 label {
    font-weight: bold;
    margin-bottom: 3px;
}

.superHeroForm20 input {
    padding: 5px;
    margin-bottom: 3px;
}

.superHeroForm20 .form .box {
    background-color: white;
    border: 1px solid black;
    padding: 15px;
    margin-bottom: 10px;
}

.superHeroForm20 .storyTitle {
    margin-left: 10px;
    padding-top: 10px;
}

.superHeroForm20 .storyText {
    display: block;
    width: 100%;
    border: 1px solid black;
    margin-bottom: 10px;    
    padding: 35px 10px 10px 10px;
}

.superHeroForm20 .submit {
    display: block;
    margin: auto;
    width: 90%;
    color: white;
    background-color: #1c8cf0;
    border: none;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

#success,
#error {
    font-size: 3.5em;
    text-align: center;
}

#success button,
#error button {
    font-size: 1.5em;
}