body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    color: #333f48;
    background-color: #f0f1f3;
    height: 100vh;
}

h1,
h2,
h3,
h4 {
    color: #333f48;
}

p {
    padding-bottom: 1em;
}

a {
    color: #066c74;
    font-weight: bold;
    text-decoration: none;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.logo {
    width: 200px;
    margin-top: 5px;
}

.dl-logo {
    width: 79px;
}

.noise {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAcwElEQ…fWu8e0PYstfLRCaTazbk4UWeFSAJTOiA8+blCbDHfN/wGJUEnID4Gf/wAAAABJRU5ErkJggg==);
}

.message-wrapper {
    margin: 0 40px 50px 40px;
    font-size: 14px;
    line-height: 18px;
    color: #333f48;
}

.message {
    display: none;
    flex-direction: column;
    align-items: center;
}

.container {
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    height: 540px;
    width: 500px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

button.download {
    height: 50px;
    width: 240px;
    border-radius: 6px;
    background-color: rgba(51, 63, 72, 1);
    border: none;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 34px;
}

button.download.small {
    width: 180px;
}

button.download:disabled,
button.download[disabled] {
    background-color: rgba(51, 63, 72, 0.1);
    color: #919293;
}

.download-img {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    height: 127px;
    width: 127px;
    background-color: #f1f2f3;
    border-radius: 6px;
    margin-bottom: 20px;
}

.download-img.mb {
    margin-bottom: 0px;
}

.download-text {
    text-align: center;
    margin-bottom: 20px;
    max-width: 420px;
    margin: 0 auto;
}

.title {
    margin-top: 20px;
    margin-bottom: 50px;
    color: #333f48;
    font-size: 16px;
    letter-spacing: 0.17px;
    line-height: 0px;
}

.title.small {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
}

.sub {
    margin-bottom: 10px;
}

#no-code .title {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 50px;
}

#no-os .split {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 100%;
}

#no-os .split .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#no-os p {
    padding-bottom: 2.5em;
}

#no-os-captcha {
    margin-top: 30px;
}

.spacer {
    flex: 1 0 5rem;
}

.lenovo {
    display: none;
    justify-content: center;
    bottom: 0px;
    padding-bottom: 65px;
    width: 100%;
}

.error {
    display: none;
    font-size: 12px;
    color: red;
}

@media all and (min-device-height: 800px) {
    .lenovo {
        display: flex;
    }
}

@media all and (min-device-height: 820px) {
    .container {
        margin-top: 92px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .logo {
        height: 28px;
    }

    .download-text {
        width: 400px;
    }
}
