div#new-repo {
    display: block;
    text-align: center;
    width: $default-form-width;
    margin: 48px auto;

    h2#new-repo-msg {
        font-weight: bold;
        @include border-box();
        font-size: 16px;
        margin-bottom: 8px;
        padding-bottom: 2px;
    }

    div.form-errors {
        margin-top: 16px;
    }
}
