.alert-success {
    padding: 12px 16px;
    border-radius: 6px;
    background-color: #e6f4ea;
    color: #1e7e34;
    border: 1px solid #b7e1c1;
    font-size: 14px;
    margin-bottom: 10px;
}

.alert-error {
    padding: 12px 16px;
    border-radius: 6px;
    background-color: #fcebea;
    color: #c82333;
    border: 1px solid #f5c6cb;
    font-size: 14px;
    margin-bottom: 10px;
}

.logowrap {
    display: flex;
    justify-content: center;
}
.namewrap {
    display: flex;
    justify-content: center;
}

.bigbutton {
    width: 100%;margin-bottom: 20px
}

@media (min-width: 768px) {
    .logowrap {
        justify-content: flex-start;
    }
    .namewrap {
        justify-content: flex-end;
    }
}

dl dt{
    margin-top: 12px;
    font-size: 14px;
}

table a {
    text-decoration: none;
}