﻿footer {
    display: block;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #efefef;
}

.LoginText {
    color: white;
}

.HeaderTopLink {
    background: url(../images/TabLeftArrow.png) no-repeat left;
    float: left;
    height: 46px;
    line-height: 40px;
    padding-left: 30px;
    color: white;
    text-decoration: none;
}



.b2cLoginContainer h1 {
    font-size: 32px;
    line-height: 40px;
    color: #414742;
    margin-bottom: 40px;
}

.b2cLoginContainer {
    margin-top: 108px;
}

.b2cLoginContainer {
    padding: 30px;
    margin-bottom: 40px;
}


html, body {
    height: 100%;
}

#bodyLogin {
    background: #efefef !important;
    display: flex;
    flex-flow: column;
}

footer {
    margin-top: auto;
    background-color: #222;
}

.Button {
    background-color: #951C3D;
    padding: 16px 49px;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.formLogin {
    background-color: #EFEFEF;
    padding: 30px;
}

.form-horizontal .control-label {
    text-align: left !important;
    font-weight: bold;
}

html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
    border-radius: 0 !important;
}

.form-horizontal .control-label {
    text-align: left !important;
    font-weight: bold;
}

.container-fluid {
    background: white;
    min-height: 790px;
}
