﻿body, html {
    height: auto !important;
}

#register-form {
    margin-left: 74px;
    margin-right: 74px;
    overflow-x: hidden;
}

.register-content #header-title > .contact-info {
    font-size: 21px;
    color: #3b3e44;
    font-family: "SourceSansPro-Regular";
    float: right;
    margin-right: 74px;
}

#register-form .form-subtitle {
    font-size: 21px;
    color: #3b3e44;
    font-family: "SourceSansPro-Regular";
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 0 !important;
}

.page-body {
    margin-top: 0 !important;
}

#terms_use {
    color: #3B76E5;
    font-size: 13px;
    font-family: 'SourceSansPro-Semibold';
    margin-top: 25px;
}

.dark-blue-outline {
    display: inline-block;
}

.dark-blue-fill, .dark-blue-outline {
    margin-top: 39px;
    margin-bottom: 50px;
}

.form-group > label {
    font-family: "SourceSansPro-Semibold";
    line-height: 12px;
    position: relative;
    top: 10px;
    margin-bottom: 0;
    background-color: white;
    font-size: 10px;
    background-color: #fff;
    color: #3B76E5;
    padding-left: 7px;
    padding-right: 8px;
    z-index: 1;
}

.tooltip > .tooltip-inner {
    background-color: #3B76E5;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3B76E5;
}

@media (max-width: 320px) {
    .page-content .page-head > #header-title {
        font-size: 20px !important;
    }

    #register-form .form-subtitle {
        padding-left: 0;
    }
}

@media (max-width: 425px) {
    .page-content .page-head > #header-title {
        font-size: 25px;
    }
}

@media (max-width: 476px) {
    .page-content #header-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    #register-form {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-info {
        margin-right: 0;
    }
}