.page-wrap {
    min-height: 100%;
    margin-bottom: -170px;
    background-image: -webkit-linear-gradient(top,#52c992,#047760) !important;
    background-image: linear-gradient(to bottom,#52c992,#047760) !important;
    background-color: #047760 !important;
}

.card-form{
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25), 0 3px 20px 0 rgba(0,0,0,0.15);
    background-color: #F9F9FB;
    background-image: url(/theme/common/img/background/bg7.png);
    background-size: 950px 160px;
    background-repeat: no-repeat;
    background-position: top left;
    display: block;    
}

.logo-sfdc {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 430px;
    height: 170px;
    padding: 26.66667px 0;
    text-align: center;
    background: -webkit-linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
}

.logo-sfdc a {
    display: block;
    color: #9e93ab;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 10px;
}

.logo-sfdc a span {
    display: inline-block;
    height: 49px;
    width: 70px;
    text-align: center;
    margin: 0 3px -22px 10px;
    overflow: hidden;
    background: url(/theme/common/img/alscorp_42.png);
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.legal {
    list-style: none;
    margin-top: 40px;
    padding: 0;
    text-align: center;
}

.legal li {
    display: inline-block;
    margin: 5px;
}

.legal li, .legal a {
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(255,255,255,0.6);
    font-family: MonsterratRegular, sans-serif;
    font-weight: 200;
}

.help-block{
    font-family: MonsterratRegualr, sans-serif !important;
    color: #a94442 !important;
}