.trial, .trial-width {
    margin: auto;
    max-width: 600px;
}

.is-trial-extend {
    /*opacity: .1;*/
    height: 1px;
}

.is-trial-extend input {
    width: 1px;
    height: 1px;
    background: none;
    border: none;
    cursor: default;
}

.is-cp-extend input {
    width: 1px;
    height: 1px;
    background: none;
    border: none;
    cursor: default;
}

.trial.trial.trial p.agreelearn {
    padding-top: 0;
}

.trial.trial.trial [type=submit][disabled] {
    opacity: 0.8;
    cursor: wait;
}

.trial.trial.trial p.error {
    color: #f32;
    line-height: 20px;
    font-weight: 600;
    /*text-shadow: black 1px 1px 2px;*/
    font-size: 14px;
}

.bb-pl7-fp7-trial .responsive{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bb-pl7-fp7-trial form label.error {
    text-align: justify;
    position: relative;
    top: 10px;
}

.bb-pl7-fp7-trial .trial.trial.trial p.error{
    text-align: justify;
    margin-bottom: 14px;
}

.bb-pl7-fp7-trial form input.error.error {
    top: 12px;
}