body {
    background-color: black;
}

.payform {
    margin: auto;
}

h1 {
    text-align: center;
    color: white;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 5px;
}

.boton {
    margin: auto;
    border: 2px white solid;
    background: black;
    color: white;
    font-size: 2em;
    cursor: pointer;
}

.boton:disabled {
    background: #999;
    border: 2px #999 solid;
    cursor: auto;
    transition: 0.3s;
}

.notice {
    color: white;
}


.form-label {
    color: white;
}

.slogan {
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
}

.success {
    font-size: 4em;
    margin-top: 2em;
}

* {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 19px;
    font-variant: normal;
    padding: 0;
    margin: 0;
}

label {
    height: 35px;
    position: relative;
    color: white;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
}

label>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 300;
    line-height: 32px;
    color: white;
    border-bottom: 1px solid white;
    transition: border-bottom-color 200ms ease-in-out;
    cursor: text;
    pointer-events: none;
}

label>span span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    transform-origin: 0% 50%;
    transition: transform 200ms ease-in-out;
    cursor: text;
}
#titlebroker{
    color: white;
    font-size: 16px;
}

label .field.is-focused+span span,
label .field:not(.is-empty)+span span {
    transform: scale(0.68) translateY(-36px);
    cursor: default;
}

.field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: white;
    outline: none;
    cursor: text;
    display: block;
    width: 100%;
    line-height: 32px;
    padding-bottom: 3px;
    transition: opacity 200ms ease-in-out;
}

.field::-webkit-input-placeholder {
    color: white;
}

.field::-moz-placeholder {
    color: white;
}

/* IE doesn't show placeholders when empty+focused */
.field:-ms-input-placeholder {
    color: white;
}

.field.is-empty:not(.is-focused) {
    opacity: 0;
}

.outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 20px;
    text-align: center;
}