﻿.form-wrapper {
    background: #fafafa;
    margin: 3em auto;
    padding: 0 1em;
    max-width: 400px;
}

form {
    padding: 0 1.5em;
}

h1 {
    text-align: center;
    padding: 1em 0;
}

.button-panel {
    margin: 2em 0 0;
    width: 100%;
}

    .button-panel .button {
        background: #098B84;
        border: none;
        color: #fff;
        cursor: pointer;
        height: 50px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2em;
        letter-spacing: 0.05em;
        text-align: center;
        text-transform: uppercase;
        transition: background 0.3s ease-in-out;
        width: 100%;
    }

.button:hover {
    background: #6b8e23;
}

.maintenance {
    color: red;
    padding: 1em 1em;
}

.form-footer {
    font-size: 1em;
    padding: 2em 0;
    text-align: center;
}
