﻿.form-label {
    color: #000;
}

.form-control {
    color: #000 !important;
}

h3 {
    font-weight: 600;
    color: #060606;
}

.btn-primary-blue {
    background-color: #005ca9;
    border-color: #005ca9;
    color: #fff;
}

    .btn-primary-blue:hover {
        background-color: #004b8c;
        border-color: #004b8c;
    }

.value-required {
    color: red;
}

.invalid-feedback {
    color: #ff1b1b;
}

html, body {
    height: 100%;
    margin: 0;
}

.authentication-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mx-auto1 {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 24px #22292f33;
    width: 450px
}

.refCaptch {
    height: 38px;
    max-width: 100%;
    border: 1px solid #ccc;
    cursor: pointer
}

.h38 {
    height: 38px;
}
