﻿.LoginText {
    color: #fff
}

.HeaderTopLink {
    background: url(../images/TabLeftArrow.png) left no-repeat;
    float: left;
    height: 46px;
    line-height: 40px;
    padding-left: 30px;
    color: #fff;
    text-decoration: none
}

.b2cLoginContainer h1 {
    font-size: 32px;
    line-height: 40px;
    color: #414742;
    margin-bottom: 40px
}

.b2cLoginContainer {
    margin-top: 108px;
    padding: 30px;
    margin-bottom: 40px
}

html, body {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

#bodyLogin {
    background: #efefef !important;
    display: flex;
    flex-flow: column
}

footer {
    background-color: #EFEFEF;
}

.Button {
    background-color: #951C3D;
    padding: 16px 49px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px
}

.formLogin {
    background-color: #EFEFEF;
    padding: 30px
}

html body .RadInputMgr_Bootstrap, html body .RadInput_Bootstrap .riTextBox {
    border-radius: 0 !important
}

.form-horizontal .control-label {
    text-align: left !important;
    font-weight: 700
}

.container-fluid {
    background: white;
}

.divHeader {
    background-color: #004e72;
    margin-bottom: 0px;
    position: relative;
}

.control-label {
    align-self: center;
}
