﻿
.page-content-container a {
    font-weight: normal;
}

.page-content-container {
    min-height: 716px;
}

.page-title {
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #575656;
    font-size: 25px;
}

.page-title-emph {
    color: #00B6DE;
}

.page-title-welcome-spacer {
    padding-top: 110px;
    padding-bottom: 30px;
}

.welcome-page-logo {
    background: url(images/HBS_icon.svg) no-repeat;
    background-size: 100%;
    height: 450px;
    width: 450px;
}

.welcome-page-secondary-title {
    background-size: 100%;
    height: 28px;
    width: 504px;
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #00B6DE;
    text-align: center;
}
.welcome-page-store-badges {
    padding-top: 100px;
    width: 60%;
    height: 100px;
}

.android-badge {
    background: url(images/android_badge_en.png) no-repeat;
    height: 63px;
    width: 172px;
    background-size: 100%;
}

.ios-badge {
    margin-top: 11px;
    background: url(images/app_store_en_us.svg) no-repeat;
    height: 60px;
    width: 150px;
    background-size: 100%;
    margin-left: 11px;
    margin-right: 11px;
}

.windows-phone-container {
    width: 45%;
}

.windows-phone-badge {
    margin-top: 11px;
    background: url(images/windows_badge_en.png) no-repeat;
    height: 44px;
    width: 120px;
    background-size: 100%;
}

.page-title-sub-text {
    text-align: center;
    font-weight: normal;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #575656;
    font-size: 15px;
}

.input-container {
    margin-left: 100px;
    width: 450px;
    font-size: 13px;
}

.text-content-container {
    margin-left: 150px;
    width: 800px;
    font-size: 16px;
}

.terms-of-licence {
    padding-left: 7px;
}

a.terms-of-licence {
    text-decoration: underline;
    color: #575656;
    font-weight: bold;
}

    a.terms-of-licence:hover {
        cursor: pointer;
    }

.auth-message {
    padding-top: 30px;
    font-size: 200%;
}
.registration-title{
    padding-top:10px !important;
    padding-bottom: 5px !important;
}
