@font-face {
    font-family: 'Futura';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../../../../fonts/FuturaOT-Book_5.otf') format("opentype");
}

@font-face {
    font-family: 'Futura';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../../../../fonts/Futura-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'Futura';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../../../../fonts/Futura-Bold.ttf') format("truetype");
}

.startpage {
    width: 1200px;
    margin: 100px auto;
}

.startpage h1.title {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
}

.startPageLeft, .startPageRight {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.startPageLeft {
    border-right: 1px solid #616161;
    padding-right: 50px;
}

.startPageLeft input {
    width: 100%;
    margin-bottom: 20px;
}

.startPageLeft input[type=submit],
.startPageLeft .button {
    width: 50%;
    float: right;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.startPageLeft .button.homepage-button {
    min-width: 50%;
    width: auto;
}

.startPageLeft a {
    display: inline-block;
    margin-top: 5px;
    color: #2e2d2b;
}

.startPageLeft a:hover {
    color: #cab57d;
    text-decoration: none;
}

.startPageError {
    background-color: #cab57e;
    color: white;
    display: table;
    width: 100%;
    height: 56px;
    position: relative;
    margin-bottom: 20px;
}

.startPageError > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
}

.startPageError:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 20px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 9px;
    z-index: 1;
}

.startPageError:after {
    content: '!';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    left: 27.5px;
    top: 28px;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 0;
    z-index: 2;
    color: #cab57e;
}

.startPageRight {
    padding-left: 50px;
    color: #c1c1c1;
    font-family: 'Futura', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 75px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.startPageRight.startPageBoxcount-1 {
    margin-top: -10px;
    line-height: 50px;
}

.startPageRight.startPageBoxcount-2 {
    margin-top: -22px;
}

.startPageRight.startPageBoxcount-3 {
    margin-top: 14px;
}

.startPageRight .startpage-welcome-gold {
    color: #d1bd7e;
    font-weight: 600;
}

.startPageRight .startpage-welcome-mine {
    color: #d1bd7e;
}

.startPageRight .startpage-welcome-reg {
    color: #d1bd7e;
}

a.login-link {
    border: none;
}

@media only screen and (max-width : 1350px) {
    .startpage {
        width: 800px;
    }
}