﻿.errormessage {
    color: #ed1d7f;
}

.validatormsg {
    position: relative;
    top: -30px;
    right: -20px;
    float: right;
}

.loginpanel {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ed1d7f;
    padding-top: 30px;
    margin-top: 30px;
}

.pib-item input[type=email], .pib-item select {
    border: 1px solid #dddddd;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.captchaval {
    float: right;
    position: relative;
    top: -32px;
    left: 20px;
    color: #ed1d7f;
}

.securityheader {
    margin-bottom: 28px;
}

.successmsg {
    color: #82c14f;
}

.errormsg {
    color: #ed1d7f;
}
