.main-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SegoeUI-SemiBold-final,Segoe UI Semibold,SegoeUI-Regular-final,Segoe UI,"Segoe UI Web (West European)",Segoe,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Tahoma,Helvetica,Arial,sans-serif;
}

.wrapper {
    position: absolute;
    top: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.login-button {
    border-radius: 2px;
    background-color: #0067b8;
    color: #fff;
    text-decoration: auto;
    padding: 7px 20px 7px 20px;
}

.login-button:hover {
    box-shadow: 0 0.125rem 0.25rem 0 rgb(0 0 0 / 13%), 0 0 0.0625rem 0 rgb(0 0 0 / 11%);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
}

.server-badge {
    padding: 2px 5px 2px 5px;
    float: right;
    position: absolute;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #cacaca;
    top: 110px;
    left: 170px;
    color: black;
}

.main-text {
    margin-top: -5px;
    margin-bottom: 30px;
}

.login-logo {
    margin-bottom: 5px;
}

.error-text {
    text-align: center;
    width: 300px;
    color: red;
}