#astra-child-theme-form {
    max-width: 700px;
    margin: 0 auto;
    padding: 2em;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

#astra-child-theme-form label {
    display: block;
}

#astra-child-theme-form input {
    margin-bottom: 1em;
    width: 100%;
}

#astra-screenshot {
    border: 2px dashed #ddd;
    padding: 1em;
}

#astra-child-theme-form input[type="submit"] {
    width: auto;
}

#astra-child-theme-form .controls {
    display: inline-block;
    margin-left: 1em;
}

#astra-child-theme-form .controls i {
    font-size: 1.2rem;
    margin-left: 0.2em;
}