﻿body {
    margin: 0;
    padding: 0;
    background: url('../DefaultSiteImages/background.jpg');
    background-size: cover;
    font-family: sans-serif;
}

.box {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 47%;
    /*    height: 53%;
*/ padding: 0.5rem;
    box-sizing: border-box;
    background: #6c757d66;
    border: 2px solid black;
    border-radius: 0.625rem;
}

.img-nhbLogo {
    position: relative;
/*    top: 50%;*/
    left: 25%;
/*    transform: translate(-50%, -50%);*/
    width: 52%;
    padding: 1.5rem;
}

.control-label {
    padding: 8px 0;
    font-weight: 500;
    font-size: 1rem;
    color: white;
}

.captchaImage {
    width: 100%;
    height: 2.5rem;
}

.btnRefreshCaptcha {
    border: none;
    background: transparent;
    padding: 0px;
    color: #fff;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 30%;
    top: 90%;
    left: 46%;
    white-space: nowrap;
    line-height: 30px;
    color: #fff !important;
}

    .footer > b > a {
        color: #fff !important;
        text-decoration: none;
    }

.loginCustomLinks {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

select > option {
    background-color: transparent !important;
    color: black;
}

a:hover {
    color: #ffd800 !important;
}
