html,
body {
    font-family: noto, sans-serif;
}

.logo {
    width: 70px;
    height: 70px;
}

.logoBox h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 6px;
    margin-left: 10px;
}

.logoBox h6 {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 6px;
}

a {
    text-decoration: none;
    color: black;

}

a:hover {
    text-decoration: none;
    color: black;
}

.text-danger {
    font-size: 16px;
    word-spacing: 2px;
}

.form-group .form-control:hover,
.form-control:active,
.form-control:focus {
    box-shadow: none;
}

.bg-blue {
    background-color: #d8eeff;
}

ul {
    list-style-type: none;
    padding-left: 10px;
}

.heading {
    font-size: 17px;
}

ul li {
    font-size: 17px;
}

button {
    font-size: 17px;
    padding: 5px;
}

.redBorder {
    border-radius: 12px;
    border: 1px solid #dc3545;
    padding: 15px 10px;
}