
.customer-portal h3{
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 1em;
    margin: 5px 0 0;
}

.customer-portal .intro{
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 24px;
}

.customer-portal label{
    width: 25%;
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.customer-portal .input-container{
    display: inline-block;
    width: 70%;
    margin-bottom: 20px;
}

.customer-portal .input-container input{
    width: 100%;
}
.customer-portal textarea{
    width: 95%;
}

.customer-portal sup{
    font-weight: bold;
    color: darkred;
}

.customer-portal .message{
    text-transform: uppercase;
    border: 1px solid #cf3a00;
    padding: 10px 10px;
    margin: -10px 0 15px 0;
    font-size: .8em;
}
.customer-portal .success{
    border-color: #61b131;
}
