﻿.captcha-reg {
    display: flex;
    align-items: center;
}

button#refreshCaptcha {
    width: auto;
}

.captcha-reg .form-control {
    width: 30%;
}

div#divCaptcha {
    margin: 0px 14px;
}



#aAllLink, #masterHeader {
    display: none;
}
.border-primary {
    border-color: #0164a7 !important;
}


/*GetRegistrationReport*/

.header-bar {
    background-color: #0164a7;
}

.welcome-text {
    color: white;
}

.logout-link {
    font-size: 18px;
    color: white;
    text-align: center;
    text-decoration: none;
}

    .logout-link:hover {
        color: #e6e6e6;
    }

.table-header {
    background-color: #0164a7;
    color: white;
}

.download-icon {
    font-size: 25px;
    color: #0164a7;
}
.error-message {
    color: red;
}