.popup.message,
.popup.prompt,
.reg-box,
.login-box,
ul.tabs
{
    text-align: center;
}

.message ul,
ul.tabs {
    list-style: none;
}
@font-face {
    font-family: Myriad;
    font-style: normal;
    font-weight: 300;
    src: local("Myriad Pro"), url(fonts/MyriadPro-Regular.woff) format("woff");
}
@font-face {
    font-family: Myriad;
    font-style: normal;
    font-weight: 700;
    src: local("Myriad Pro"), url(fonts/MyriadPro-Bold.woff) format("woff");
}
body,
html {
    height: 100%;
}
body {
    color: #fff;
    font-family: Myriad, Arial;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #909090;
}
.close {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}
.close::after,
.close::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #fff;
    border-radius: 2px;
}
.close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup > div {
    position: relative;
}
.popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#overlay,
.popup {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
input[type="password"],
input[type="text"] {
    border: 0;
    background: #fff;
    border-radius: 4px;
    color: #909090;
    font-size: 16px;
    padding: 8px 8px;
    height: 32px;
}
.login-box input[type="password"],
.login-box input[type="text"],
.reg-box input[type="password"],
.reg-box input[type="text"]
{
    width: 100%;
    margin-bottom: 8px;
/*    padding: 4px;*/
}

.login-box input[type="checkbox"],
.reg-box input[type="checkbox"]
{
    vertical-align: middle;
}

h2 {
    font-size: 14px;
    font-weight: lighter;
}
.popup {
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 1000;
}
.popup > div {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    min-width: 400px;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    padding: 10px;
}
.popup.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#overlay {
    display: none;
    opacity: 0.5;
    z-index: 999;
}
.popup.show ~ #overlay {
    display: block;
}
.popup.show ~ #container,
.popup.show ~ #platform-container {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
ul.tabs {
    margin: 0;
    padding: 0;
}
ul.tabs li {
    cursor: pointer;
    padding: 5px 20px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
}
ul.tabs li.active {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 0 0;
}
.box,
div.social-login {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

div.social-login {
    cursor: pointer;
    border: 8px;
    padding: 8px;
    color: #fff;
    font-size: 18px;
}

div.social-login > img {
    vertical-align: -8px;
    margin-right: 10px;
}

label {
    display: block;
    margin: 4px 0;
    vertical-align: middle;
}

.box {
    padding: 8px;
    display: none;
}
.box.show {
    display: block;
}
a {
    color: #fff;
}
button {
    cursor: pointer;
    align: center;
    background: linear-gradient(to bottom, #9dc546, #3ea541);
    border: 0;
    border-radius: 8px;
    vertical-align: middle;
}

button span {
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.login-box {
    white-space: nowrap;
}
.login-box .forgot-password {
    text-align: center;
}
.popup.forgot-password input {
    width: 300px;
}
#platform-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*height: calc(100% - 150px);
    padding-top: 150px;*/
    padding: 15px;
    padding-top: 40px;
}
.platform-image-box {
    margin-right: 30px;
    position: relative;
}
.platform-image-box .bubble-text{
    align-items: center;
    color: #222;
    display: flex;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    height: 92px;
    justify-content: center;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 14px;
    width: 278px;
}
.platform-text-box {
    position: relative;
    top: -22px;
    width: 600px;
}
.platform-description {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.platform-form {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 36px;
}
.platform-box {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(0,0,0,0);
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    flex: 1 0;
    max-width: 47%;
    padding: 8px;
    transition: border-color .3s, box-shadow .3s;
}
.platform-box#platform-flash {
    background: rgba(0, 0, 0, 0.2);
    color: #ddd;
}
.platform-box:hover {
    border-color: rgba(255,255,255,0.65);
    box-shadow: 0 0 11px rgba(255,255,255,.9);
}
.platform-box .title {
    font-weight: bold;
    margin: 5px 0 0 0;
    text-align: center;
}
.platform-box img {
    height: auto;
    width: 100%;
}
.platform-box p.notes {
    margin: 5px 10px 0 10px;
}
.platform-box ul.notes {
    list-style: none;
    padding-left: 10px;
}

.platform-box ul.notes li span {
    color: #0f0;
}

.bottom-text {
    color: white;
    font-size: 14px;
    text-align: center;
}
