﻿.comingsoon {
    font-size: 70px; 
}

.center {
    padding: 100px 0;
}

.subtitle {
    font-size: 30px;
}

.predownloadmessage p
{
    text-align: left;
}

.downloads
{
    margin: 50px 50px 50px 50px;
}

.downloads table
{
    width: 100%;
    border-spacing: 6px 6px;
}

h1 {
    text-align: center;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

p {
    text-align: center;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

th,td {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: left}

* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
}
body {
    background-color: #000000;
}
.login {
    width: 600px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #ff4081;
    color: #ffffff;
}

form label.accept {
    width: 520px;
    background-color: #000000;
}

.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

i.accept {
    width : 500px;
    background-color: #000000;
    font-style: normal;
}

a {
    color : #ff4081;
}

.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
    width: 510px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

input[type="checkbox" i] {
    background-color: #ff4081;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 10px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.login form input[type="checkbox"]{
    width: 30px;
    height: 30px;
    border: 1px solid #ff4081;
}

.login form input[type="submit"] {
    width: 560px;
    padding: 15px;
    margin-top: 20px;
    background-color: #ff4081;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
    background-color: #fc3173;
    transition: background-color 0.2s;
}
body {
    background-color: black;
}