#logo-image > a > img {
    border: 0;
    margin-top: 10px;
}
#forgot-message {
    font-size: 12px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 13px;
}
#forgot-password-frame {
    height: 350px;
    width: 410px;
    position: absolute;
    top: 94px;
    left: 285px;
    background-color: white;
}

#txtUsername,
#txtEmail {
    margin-left: 40px;
    height: 22px;
    width: 330px;
    color: #848484;
}

#txtUsername {
    margin-bottom: 10px;
}

#txtEmail {
    margin-bottom: 20px;
}

#username-label,
#email-label {
    margin-left: 40px;
    font-size: 11px;
    color: #848484;
}

#captch-table1 {
    width: 100%;
    font-size: 13px;
}

#captcha-label {
    font-size: 11px;
    border-spacing: 0px;
    width: 160px;
}

#reload-td {
    padding-right: 35px;
    width: 29px;
}

#txtCodeNumber {
    width: 170px;
}

#captch-table2 {
    margin-top: 4px;
}

#btn-reload {
    background-color: white;
    color: black;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border: 1px solid #000000;
    cursor: pointer;
    font-weight: bold;
}

#captcha {
    border: 1px solid black;
    height: 28px;
    width: 80px;
}

#captcha-details {
    margin-left: 40px;
}

#forgot-message {
    height: 30px;
    font-size: 12px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}

.g-recaptcha {
    position: relative;
    height: 78px;
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
}

#fp-hr-seperator {
    margin: 15px 25px 15px 25px;
    border-top: 1px solid #c1c1c1;
}

#submit-test-form {
    position: relative;
    height: 30px;
    width: 200px;
    left: 105px;
    border: 1px solid black;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#submit-test-form > button:disabled,
#submit-test-form > button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}
.fp-globalId-info {
    font-size: 10px !important;
    padding-bottom: 5px;
    margin-left: 40px;
    color: red;
}

.fp-globalId-info-url {
    color: #66ccff !important;
    cursor: pointer;
}
