html, body {
    height: 100%;
}
body {
    font-family: benton-sans,'Helvetica Neue',helvetica,arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #3f3f44;
    background-color: #fff;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -170px;
}
  .gradient-primary {
    background-image: linear-gradient(to bottom,#8c8c8c,#8c8c8c);
    background-color: #8c8c8c;
}
.container {
    position: relative;
    height: 100%;
    text-align: center;
    padding-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
h1.logo {
    text-align: center;
    margin: 0 0 20px;
}
h1, .h1 {
    font-size: 36px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 200;
    line-height: 1.1;
    color: #a70808;
}
h1.logo a {
    display: inline-block;
    height: 90px;
    width: 220px;
    overflow: hidden;
    background: url("../images/Msaaspro.svg");
    background-image: url("../images/Msaaspro.svg");
    background-position-x: initial;
    background-position-y: initial;
    background-size: 220px auto;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 220px auto;
    background-repeat: no-repeat;
}
.container .content, .container .content a {
    margin-bottom: 5px;
}
.container .panel {
    color: #3f3f44;
}
.panel {
    background-color: #fff;
    border: 1px solid;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05); 
    max-width: 430px;
    margin: 0 auto 20px;
    border-radius: 10px;
}
.panel h3 {
    margin: 40px 0 0;
    padding-top: 20px;
}
h3, .h3 {
    font-size: 24px;
}
.panel form {
    padding: 40px;
}
form .form-group {
    position: relative;
    margin-bottom: 20px;
}
form label {
    text-align: left;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    color: #7d7d8e;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
}
form .input-icon {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 12px;
    width: 18px;
    height: 18px;
}
form .input-icon.glyphicon.glyphicon-user {
    background-size: 18px auto;
}
form input[type="text"], form input[type="userid"], form input[type="password"], form input[type="number"] {
    height: 44px;
    padding-left: 50px;
}
.form-control {
    box-shadow: inset 0 1px 2px rgba(203,203,210,0.4);
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    width: 100%;
    padding: 6px 50px;
    font-size: 14px;
    line-height: 1.42857;
    color: #3f3f44;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cbcbd2;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-lg, .btn-group-lg.btn {
    font-weight: normal !important;
}
.btn-primary {
    color: #fff;
    background-color: #a70808;
    background-image: -webkit-linear-gradient(left bottom,rgba(159,88,150,0) 0,rgba(159,88,150,0.6) 100%)
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a70808;
}
.btn-primary:active, .btn-primary.active, .open.btn-primary.dropdown-toggle {
    background-color: #800303;
}
.btn {
    font-weight: normal;
    border-radius: 5px;
    border: none;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-block {
    display: block;
    width: 100%;
}
.panel a.panel-footer {
    text-decoration: none;
}
.panel .panel-footer {
    padding: 20px;
    display: block;
    font-size: 17px;
    color: #a70808;
    font-weight: 100;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.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;
    overflow: hidden;
}
.legal {
    list-style: none;
    margin-top: 40px;
    padding: 0;
    text-align: center;
}
.legal li, .legal a {
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(255,255,255,0.6);
}
.legal li {
    display: inline-block;
    margin: 5px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
  