.hidden {
    display: none!important;
}
strong,b {
    font-weight: bold;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #f05149;
    border-color: #ee342a;
}
#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 40px;
}
.form-text {
    font-size: 1rem;
}