.login-wrapper .logo img {
    width: 250px;
}
.login-wrapper form {
    background: #FFFFFF;
    border-radius: 5px;
    width: 400px;
}
.login-wrapper form button {
    font-weight: 500;
    padding: 1rem 2.25rem;
    width: 100%;
}
.login-wrapper .actions a {
    display: block;
    margin-top: 5px;
    text-align: center;
}

.tree-images {
    padding: 0;
}
.tree-images li {
    display: inline-block;
    list-style-type: none;
    margin: 0 2px 5px 0;
    width: 110px;
}
.tree-images li img {
    width: 100%;
}

.card-site-map,
.card-images {
    min-height: 380px;
}