html, body {
    height: 100%;
    background-color: #3253DC !important;
}

h3 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

.card {
    margin: 0 auto;
    margin-top: 50px !important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dfdfdf;
    border-radius: .25rem;
    width: 50%;
    min-width: 500px;
    max-width: 600px;
    display: block;
}

.status {
    margin: 0 auto;
    margin-top: 25px!important;
    width: 50%;
    min-width: 500px;
    max-width: 600px;
}

.card-header {
    padding: .75rem 1.25rem 1.25rem 1.25rem;
    margin-bottom: 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.card-body {
    flex: 1 1 auto;
    padding: 2.5rem;
}

.card-footer {
    padding: .25rem .5rem;
    margin-bottom: 0;
    background-color: #f2f2f2;
    border-top: 1px solid #dcdcdc;
    text-align: right;
}

.row {
    margin: 15px 10px 15px 10px;
}

.col-form-label {
    margin: 6px 0 0 25px;
}

.qc_logo {
    width: 20%;
    height: auto;
}

.tooltip-inner {
    text-align: left !important;
}

.footer-link {
    margin: 0 auto;
    max-width: 600px;
    min-width: 500px;
    padding-top: 10px;
    text-align: center;
    width: 50%;
}

.footer-link-text {
    color: #fff;
}

footer{
    position:absolute;
    bottom:-1px;
    background-color: #4A5A75;
    height:60px;
    width:100%;
    z-index:9999;
}

#copy {
    font-size:10px;
    top:42%;
    position:absolute;
    left:7.8%;
    color: #FFF;
    opacity:0.7;
    letter-spacing:1px;
}

#logo {
    right:7.5%;
    position:absolute;
    top:35%;
}

span.required {
    color: red;
    font-size: 12px;
}

span.visible {
    visibility: visible;
    color: red;
    font-size: 12px;
}

span.hidden {
    visibility: hidden;
}