/* CSS Document */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #333;
    margin: auto;
}

.container {
    width: 700px;
    margin: auto;
}

form {
    width: 100%;
}

.control-label {
    color: #111111;
}

.btn-primary {
    font-weight: 700;
    text-align: center;
    background-color: #F8AF23;
    color: white;
    padding: 6px;
    width: 300px;
    text-transform: uppercase;
    border: none;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    margin-top: 40px;
}

.control-group {
    margin-top: 10px;
    display: table;
}

.control-label {
    color: #111111;
    display: table-cell;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
}