#logo{
    /*width: 100px;*/
    height: 100px;
    border-style: none;
    display: block;
    margin: auto;
    margin-bottom: 3%;
}

.alert-success {
    color: #155724 !important;
}

.alert-warning {
    color: #ffc107 !important;
}

.alert-info {
    color: #334560 !important;
}

.alert-danger {
    color: #b71c1c !important;
}

