@font-face {
    font-family: Roobert;
    src: url("../fonts/Roobert-Regular.woff") format("woff"),
    url("../fonts/Roobert-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Roobert";
    font-weight: 600;
    src: url("../fonts/Roobert-SemiBold.woff") format("woff"),
    url("../fonts/Roobert-SemiBold.woff2") format("woff2");
}

body {
    font-family: Roobert;
    background-color: white;
}

* {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
}

.wrapper {
    text-align: center;
}

.swish-logo {
    height: 90px;
}

.svea-logo {
    height: 30px;
}

.title {
    margin: 40px 0 25px 0;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #00325c;
}

.spinner-container {
    margin-bottom: 25px;
}

@media only screen and (min-width: 700px) {
    .wrapper {
        max-width: 584px;
        margin: 0 auto;
    }
}

@media screen and (min-height: 600px), screen and (min-width: 900px) {
    .container {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.error {
    color: #ff3b3b;
}

hr {
    margin: 40px 20px 30px 20px;
    border: none;
    border-top: 3px solid #eeeeee;
    border-radius: 3px;
}

.message {
    padding-bottom: 1rem;
    font-weight: 500;
    color: #424D50;
}