﻿body {
    background-color: #DADADA;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

    body > .grid {
        height: 100%;
    }

.column {
    max-width: 450px;
}

.ui.form .ui.segment:first-child {
    border-bottom: 0;
}

.ui.form .ui.segment:last-child {
    padding: 0.5rem 1.2rem 2rem 1.6rem;
}

h1 {
    margin-bottom: 1.5rem !important;
    font-size: 2em !important
}

#button-submit {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
}

#create-field {
    text-align: center;
}

img {
    margin-bottom: 1.8rem;
}