.errorHeader{
    padding-bottom: 0;
}

.error-msg{
    padding: 3em;
}

.error-msg span{
    font-size: 1.5em;
    color: rgba(0,0,0,.7);
}

.successContainer {
    max-width: 1100px;
    height: 1000px;
    margin: 0px auto;
    font-size: 2em;
    padding: 30px;
    color: white;
}

.successMessage {
    color: white;
    padding: 1em;
    font:2em;
}

.outerSquare {
    max-width: 1100px;
    margin: 200px auto 0px auto;
    border-radius: 12px;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 7px 0px;
    background-color: green;
    padding-top:30px;
}

    .outerSquare:hover {
        transition: 0.5s;
        box-shadow: rgba(0,0,0,0.4) 0px 0px 17px 0px;
    }


.registerMarque {
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(/img/adventure/large/fishing.jpg);
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
}

    .registerMarque::after {
        background-color: white;
        opacity: 0.5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: -2;
    }


@media only screen and (max-width: 540px) {

    .successMessage {
        font-size:0.5em;
    }

}