*{box-sizing: border-box;}
form.printerCo-form-apps {
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
    box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
    border-radius: 3px;
    padding: 15px;
    max-width: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.printerCo-app-heading h3 {
    color: #212b36;
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Roboto,Segoe UI,Helvetica Neue,sans-serif;
    font-size: 16px;
    font-weight: 600;
}
form.printerCo-form-apps label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Roboto,Segoe UI,Helvetica Neue,sans-serif;
}

form.printerCo-form-apps input,form.printerCo-form-apps select {
    background: #f5f5f5;
    border: 1px solid #ccc;
    box-shadow: none;
    height: 30px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 3px;
    color: #555;
    font-size: 14px;
    padding: 5px 10px;
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Roboto,Segoe UI,Helvetica Neue,sans-serif;
}

form.printerCo-form-apps input[type="submit"] {
    fill: #637381;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.6rem;
    min-width: 3.6rem;
    margin: 0;
    padding: 6px 30px;
    border: 1px solid #c4cdd5;
    -webkit-box-shadow: 0 1px 0 0 rgba(22,29,37,.05);
    box-shadow: 0 1px 0 0 rgba(22,29,37,.05);
    border-radius: 3px;
    line-height: 1;
    color: #212b36;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    height: auto !important;
    max-width: max-content;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    letter-spacing: normal;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1px;
    min-height: 1px;
    font-size: 14px;
    margin-bottom: 0;
    background: #fff;
}
form.printerCo-form-apps input[type="submit"]:hover {
    background: #f5f5f5;
}
.error {
    color: red;
    font-size: 14px;
}
form.printerCo-form-apps label sup {
    font-size: 100%;
    vertical-align: top;
    color: red;
}
.printerCo-form-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    clear: both;
}
ul.printerco_errors {
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}

ul.printerco_errors li {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    color: red;
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif;
    font-size: 14px;
}
ul.printerco_success {
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    float: left;
    padding: 5px 10px;
    background: #e3f3e3;
    border: 1px solid #ace8ac;
    color: green;
    font-size: 14px;
    border-radius: 3px;
}
ul.printerco_success li {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    color: green;
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif;
    font-size: 14px;
}
.app-instructions {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    box-shadow: 0 0 5px #c4c7ca;
    border-radius: 3px;
    padding: 15px;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif;
    margin-bottom: 30px;
}

.app-instructions h2 {
    margin-top: 0;
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif;
    margin-bottom: 0;
}

.app-instructions p {
    margin-top: 5px;
}

.app-ins-step-col {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.app-ins-step-col strong {
    margin-right: 10px;
    min-width: 50px;
}