body,
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.make-custom-order-box {
    font-family: Roboto, Arial, Tahoma, serif;
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #f5f5f5;
}

.make-custom-order-box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.make-custom-order-box input[type="text"],
.make-custom-order-box textarea,
.make-custom-order-box select {
    font-size: 16px;
}

.make-custom-order-box .make-custom-order-form {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 350px;
    min-width: 310px;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.make-custom-order-box .inner {
    padding: 20px;
}

.make-custom-order-box .header {
    background: url(/public/img/mobile-cap-header.png) no-repeat center center;
    background-size: cover;
    height: 150px;
    width: 100%;
}

.make-custom-order-box .helper-text {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 11px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #c7c7c7;
    color: #424242;
}

.make-custom-order-box .field-submit {
    margin-bottom: 0;
}

.make-custom-order-box input[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.jsplash-wrapper.create-custom-order-error-dialog {
    background: #ff1818;
    font-family: "Roboto";
    color: #fff;
}

.jsplash-wrapper.create-custom-order-success-dialog {
    background: #32b100;
    font-family: "Roboto";
    color: #fff;
}

.make-custom-order-box .success-info .label {
    color: #656565;
    margin-bottom: 4px;
}

.make-custom-order-box .success-info .make-new-order-btn {
    text-decoration: none;
    display: block;
    margin-top: 30px;
}

.make-custom-order-box .success-info [data-type="order-number"] {
    font-size: 25px;
    margin-bottom: 20px;
}

.make-custom-order-box .make-custom-order-form .success-info {
    display: none;
}

.make-custom-order-box .make-custom-order-form.-success .success-info {
    display: block;
}

.make-custom-order-box .make-custom-order-form.-success .prepare-info {
    display: none;
}
