.welcome-image {
    width: 100%;
    /* border: solid 4px var(--themcolor); */
    border-radius: 10px 0px 0px 10px;
}

.default-form-wrapper {
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}

.form-logo {
    width: 100px;
    -webkit-filter: drop-shadow(1px 1px 0 var(--themcolor)) drop-shadow(-1px -1px 0 var(--themcolor));
    filter: drop-shadow(1px 1px 0 var(--themcolor)) drop-shadow(-1px -1px 0 var(--themcolor));
}
