html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.example-5 {
    max-width: 500px;
    width: 100%;
    font-family:
        Roboto,
        Open Sans,
        Segoe UI,
        sans-serif;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.example-5 * {
    font-family:
        Roboto,
        Open Sans,
        Segoe UI,
        sans-serif;
}

.example-5 fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.example-5 .field {
    background: #ffffff;
    padding: 16px 20px 0;
    border: 1px solid #d2d9dd;
}

.example-5 .field:first-child {
    border-radius: 6px 6px 0 0;
}

.example-5 .field:last-child {
    border-radius: 0 0 6px 6px;
}

.example-5 .field + .field {
    margin-top: -1px;
}

.example-5 label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: bold;
}

.example-5 input,
.example-5 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.example-5 input {
    border: none;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 10px 10px 12px 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0px #d2d9dd inset;
    box-shadow: 0 0 0 0px #d2d9dd inset;
    color: #8a97a0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.example-5 input:focus {
    background: transparent;
    -webkit-box-shadow: 0 -3px 0 0px #57b846 inset;
    box-shadow: 0 -3px 0 0px #57b846 inset;
    color: #000000;
}

.example-5 input:-webkit-autofill {
    -webkit-text-fill-color: #000;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.example-5 input::-webkit-input-placeholder {
    color: #8a97a0;
}

.example-5 input::-moz-placeholder {
    color: #8a97a0;
}

.example-5 input:-ms-input-placeholder {
    color: #8a97a0;
}

.example-5 button {
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #fff;
    margin: 10px auto 0;
    border-radius: 6px;
    background: #57b846;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.example-5 button:hover {
    background: #000000;
    cursor: pointer;
}

.example-5 .rebilly-framepay {
    background: transparent;
    padding: 10px 10px 12px 0;
    height: 38px;
    border: none;
    margin-bottom: -1px;
    -webkit-box-shadow: 0 -1px 0 0px #d2d9dd inset;
    box-shadow: 0 -1px 0 0px #d2d9dd inset;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.example-5 .rebilly-framepay.rebilly-framepay-buttons {
    box-shadow: none;
    padding: 0;
    margin-bottom: 16px;
}

.example-5 .rebilly-framepay.rebilly-framepay-focus {
    background: transparent;
    -webkit-box-shadow: 0 -3px 0 0px #57b846 inset;
    box-shadow: 0 -3px 0 0px #57b846 inset;
}

.example-5 .rebilly-framepay.rebilly-framepay-focus.rebilly-framepay-buttons {
    box-shadow: none;
}
