/* SIGN UP */
.Account.SignUp .Footer .Buttons,
.Account.SignUp .Footer .Check {
    width: calc(50% - 1rem);
}

.Account.SignUp .Footer .Check {
    float: left;
    margin-right: 2rem;
    position: relative;
}

.Account.SignUp .Footer .Check label {
    font-family: "Roboto Condensed";
    font-size: 2.4rem;
    line-height: 1;
    display: inline-block;
    padding: 0.6rem 0 0.6rem 4rem;
}

.Account.SignUp .Footer .Check .UniformCheckbox {
    float: left;
    margin-left: -4rem;
}

.Account.SignIn .Panel .Terms {
    margin-top: 2rem;
}

.Account.SignIn .Panel .Terms label {
    font-family: "Roboto Condensed";
    font-size: 2.4rem;
    line-height: 1.25;
    display: inline-block;
    padding-left: 4rem;
}

.Account.SignIn .Panel .Terms .UniformCheckbox {
    float: left;
    margin-left: -4rem;
}

@media screen and (orientation:portrait) {
    .Account.SignUp .Footer .Check label {
        padding-left: 6rem;
    }

    .Account.SignUp .Footer .Check .UniformCheckbox {
        margin-left: -6rem;
    }
}