@charset "utf-8";

body {
    position: relative;
    min-height: 100vh;
}

#footer-wrap {
    position: absolute;
    bottom: 0;
}

/* Button
--------------------------------------------------*/
button.form_submit {
    padding: 15px 25px;
    border: none;
    background: #007BCF;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 2px;
    font-size: 125%;
    cursor: pointer;
    min-width: 175px;

    &.back {
        background: #737373;
    }

    &:hover {
        opacity: .8;
    }
}