/* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);


html {
    overflow-y: hidden;
    color: #000;
    font-family: Roboto, Arial;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

body,
html {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    font-size: 1.3rem;
    background: #fff;
    color: #000;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #c62b3f;
    background-color: transparent;
}

a:active,
a:hover {
    text-decoration: underline;
    color: #c62b3f;
    outline: 0;
}

.page {
    box-sizing: border-box;
    height: 100%;
    max-width: 80%;
    width: 700px;
    align-content: center;
    text-align: center;


    margin: 0 auto;
    margin-top: 10%;
}

.card {
    height: 100%;
    border-radius: 2px;
    background-color: #fafafa;
    padding: 30px;
    word-wrap: break-word;
    overflow-wrap: break-word;

    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.37);
}

.card__title {
    font-size: 24px;
    color: #000;
    margin: 0;
    font-weight: 400;

    margin-bottom: 80px;
}

.card__text {
    display: block;
    margin: 0;
    color: #000;
}

.logo {
    margin-top: 30px;
}

a {
    margin-left: 1em;
}

h1,
h2 {
    margin: 0 0 0.5rem;
    color: #444;
    font-weight: 400;
    line-height: 1;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 3.6rem;
}

.error-code {
    color: #c62b3f;
    font-size: 8rem;
    line-height: 1;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 2.4rem 0;
    border: 0;
    border-top: 1px solid #ddd;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

.help {

    margin-top: 80px;
}

.help-actions a {
    display: inline-block;
    border: 2px solid #c62b3f;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.help-actions a:hover {
    text-decoration: none;
    background: #c62b3f;
    color: #fff;
}

@media (max-width:959px) {}

@media (max-width: 769px) {}

@media (max-width: 479px) {
    h2 {
        font-size: 2rem;
    }

    .page {
        max-width: 95%;
    }
}