﻿.main-wrapper.signin {
    max-width: 1000px !important;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.card-panel {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.card-panel.round {
    border-radius: 13px;
}

.show-on-small-only {
    display: none;
}

.graphic-container {
    height: 200px;
}

.image-resize {
    width: 450px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 770px) {
    .hide-on-small {
        display: none !important;
    }

    .show-on-small-only {
        display: block;
    }

    .main {
        background-color: none;
        background-color: none;
        background-image: none;
        background: none;
    }
}