#account-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    xheight: calc(100vh - 160px);
}

.account.login #account-page,
.account.forgotpass #account-page,
.account.completed #account-page,
.account.register-completed #account-page {
    xheight: calc(100vh - 160px);
}

.account.register #account-page {
    margin-bottom: 120px;
}

.body-container {
    position: relative;
    z-index: 10;
    width: 700px;
    margin: 2em 0;
}

.content-container {
    position: relative;
    z-index: 10;
    width: 1000px;
    margin: 2em 0;
}

.app-heading h2 {
    font-size: 32px;
    color: #222222;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.account.completed .app-heading h2,
.account.register .app-heading h2,
.account.register-completed .app-heading h2 {
    font-size: 16px;
    font-weight: 900;
}

.loginfrmContainer {
    padding: 3em 3em;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 0;
}

.account.forgotpass .loginfrmContainer {
    padding: 3em 3em 1em 3em;
}

form#frmLogin {
    margin: 1.5em 0;
}

.passicon {
    border: 1px solid #FF9E4A;
    padding: .26em .5em;
    border-left: 0;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
}

    .passicon i {
        color: #FF9E4A;
    }

.frmAction {
    margin: 1.5em 0 2em 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 18px;
}

    .frmAction a {
        color: #FF9E4A;
        text-decoration: underline;
    }

.btn-button-area {
    text-align: center;
    margin: 4em 0 1em 0;
}

.content-container .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 0;
}

.account .content {
    text-align: center;
    margin: 1em 0;
    padding: 2em 0;
}

.account.register .content {
    text-align: left;
    margin: 1em 0;
    padding: 2.5em 33px;
}

.account.register-completed .content {
    text-align: center;
    margin: 1em 0;
    padding: 2.5em 33px;
}

.formticks-container {
    margin-top: 15px;
    margin-left: 24px;
}

.tnc-item {
    margin-bottom: 10px;
}

    .tnc-item input {
        margin-right: 5px;
    }

    .tnc-item label.custom-control-label::before {
        border: 1px solid #D8D8D8 !important;
        background: #fff;
        top: .4rem;
    }

    .tnc-item label {
        color: #222222;
        font-size: 18px;
        font-weight: 400;
    }

        .tnc-item label a {
            text-decoration: underline;
            color: #FF9E4A;
        }

    .tnc-item input.custom-control-input:checked ~ .custom-control-label::before {
        background-color: #fff;
    }

    .tnc-item input.custom-control-input:checked ~ .custom-control-label::after {
        background: url('../imgs/checked.png');
        background-repeat: no-repeat;
    }

    .tnc-item .custom-control-label::after {
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
        top: 8px;
        left: -1.4rem;
    }

form#frmRegister .frmAction {
    margin: 3em 0 0 0;
    justify-content: center;
    ;
    display: flex;
    align-items: center;
}

span.status-success {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #1BA83A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

    span.status-success i {
        color: #fff;
        font-size: 40px;
    }

.status-message {
    margin: 1.5em 0;
}

    .status-message p {
        font-size: 18px;
        color: #222;
    }

.account.register-completed .status-message {
    margin: 1.5em 0 0 0;
}

.content-body {
    text-align: left;
    color: #222222;
    font-size: 18px;
}

    .content-body span {
        font-size: 16px;
        font-weight: 900;
        margin-bottom: 5px;
        display: block;
    }

    .content-body p {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 1.5em;
    }

.account footer {
    width: 100%;
    bottom: 0;
    z-index: 9999999;
}

.account.forgotpass footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

@media only screen and (max-width:767px) {
    .content-container {
        width: 100%;
    }

    .col-fields {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    header .header-col-mid {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    header .link-col {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .loginfrmContainer {
        padding: 3em 0em;
    }

    .account.forgotpass .loginfrmContainer {
        padding: 3em 0em;
    }

    .account.register .content {
        padding: 2.5em 0em;
    }

    .account footer {
        width: 100%;
        bottom: 0;
    }

    .account.forgotpass footer {
        position: relative;
        ;
        width: 100%;
        bottom: 0;
    }
}
