﻿.error {
    color: red;
    font-weight: normal !important;
}

.alignAtCenter {
    justify-content: center;
}

.error-messages {
    color: red;
    font-size: 16px;
}

.card {
    padding: 20px;
}

p {
    color: rgb(0, 46, 109) !important;
    font-weight: bold;
    background: white;
    padding: 0 5px 5px 5px;
    border-radius: 0 0 5px 5px;
}

.login-logo {
    text-align: center;
}

.logoimage {
    height: 100px !important;
}

.mb-4 {
    margin-bottom: 0px !important;
}

.btn-primary:hover, .btn.bg-gradient-primary:hover {
    background-color: #002e6d;
    border-color: #002e6d;
    white-space: normal !important;
    word-wrap: initial !important;
}

.btn-primary, .btn.bg-gradient-primary {
    background-image: none;
    background: rgb(0, 174, 141);
    white-space: normal !important;
    word-wrap: initial !important;
}

.card .card-header {
    font-size: 0.9rem !important;
    padding-bottom: 0;
}

h5, .h5, .h5 {
    font-size: 1rem;
}

.textaligncenter {
    text-align: -webkit-center !important;
    text-align: center;
    text-align: -moz-center !important;
}
