﻿body {
}
body {
    font-family: Arial;
    background-color: #BBB;
}

.headerfont {
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.headerfont--lowered {
    padding-top: 150px;
}

.button {
    background-color: #b0b0b3;
    border-color: darkgrey;
    border-radius: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    width: 150px;
}

    .button:hover {
        transform: translate(0px,2px);
    }

    .button:active {
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        background: #2E5481;
        border: solid 1px #203E5F;
    }

.textbox_width {
    width: 500px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
}

.unsub-form {
    width: 700px;
    min-height: 450px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
}

.unsub-form__header {
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px 15px 0px 0px;
    height: 100px;
    background-color: #b0b0b3;
}

.unsub-form__body {
    border-radius: 0px 0px 15px 15px;
    padding: 30px;
    height: 450px;
    background-color: #fff;
    text-align: center;
}
