body {
    font-family: 'Rubik', sans-serif;
    line-height: 1.8;
    font-size: 18px;
    background: #fff;
    height: 95vh;
}


.container {
    margin-top: 5vh !important;
    text-align: center;
    /* border: 2px solid whitesmoke;
    border-radius: 10px; */
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.45;
    font-weight: bold;
}


.btn {
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.btn:before {
    display: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form-control {
    height: 45px;
    font-size: 18px;
}

.form-control:focus,
.form-control:active {
    border: 2px solid #343a40;
}

.form-control:focus {
    border-color: #343a40;
    /* border-color: #A9D7CC; */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px whitesmoke; */
    box-shadow: unset !important;
}

/* .forgotpass{
    color: #dc3545;
    font-weight: bold;
    text-align: center;
} */


footer {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    font-size: smaller;
}

footer a {
    color: black !important;
}

.hidden{
    display: none;
}

.forgotPassword{
    font-size: 16px;
    font-weight: bold;
    text-decoration:none;
    /* color: black !important; */
}

.errMsg{
    color: #dc3545;
    text-align: center;
    font-weight: bold;
}

.passerror{
    color: #dc3545 !important;
    text-align: center !important;
    font-weight: bold !important;
}

font {
    color: #dc3545 !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 1.1em;
}

.grecaptcha-badge {
    visibility: hidden;
}
