html,
body,
form,
fieldset,
input,
button,
select,
textarea {
    font-family: "Salesforce Sans";
}

html {
    height: 100%;
}

#wrap {
    background: white url('/images/pardot_login_background_standard.png');
    background-size: cover;
    box-sizing: border-box;
    min-height: 100%;
}

a {
    font-size: 12px;
    color: #0070d2;
}

label {
    color: #54698d;
}

.required label:nth-of-type(1):after {
    color: inherit;
}

#logo {
    width: 150px;
    float: none;
    display: block;
    margin: 0 auto 20px;
}

.login-layout .row > .span6 {
    width: 400px;
    max-width: 100%;
}

#content #login-form {
    background: #fff;
    padding: 20px 20px 10px;
    border-radius: 4px;
    border: 1px solid #D8DDE6;
}

#login-form .alert {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.form-horizontal .controls {
    margin: 0 auto;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.form-horizontal input[type="text"],
.form-horizontal input[type="password"] {
    width: 100%;
    height: 53px;
    margin-bottom: 0;
    padding: 12px;
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
    transition: all 0.1s;
}

.pardot-login-alt {
    position: relative;
    margin: 20px 0;
}

.pardot-login-alt:before,
.pardot-login-alt:after {
    border-top: 1px solid #E1E2E4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 45%;
    z-index: 0;
}

.pardot-login-alt:before {
    left: auto;
    right: 0;
}

#content #log-in #password,
#content #user-form-reset #password,
#content #user-form-activate #password {
    width: calc(100% - 78px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-horizontal input[type="text"]:focus,
.form-horizontal input[type="password"]:focus {
    background-color: #ffffff;
    border: 1px solid #1589ee;
    outline: 0;
    box-shadow: 0 0 3px #0070D2;
}

.form-horizontal .input-append {
    width: 100%;
}

#content #log-in .input-append .add-on,
#content #user-form-reset .input-append .add-on,
#content #user-form-activate .input-append .add-on {
    width: 54px;
    padding: 12px;
    text-shadow: none;
}

.form-horizontal .control-label {
    text-align: left;
    width: 100%;
    font-size: 12px;
    color: #54698d;
    margin: 0 0 8px 0;
    line-height: inherit;
}

#content #user-form-reset .required .control-label,
#content #user-form-activate .required .control-label {
    width: auto;
}

#content #user-form-reset .help-block,
#content #user-form-activate .help-block {
    margin-top: 10px;
}

#content .form-horizontal .password-control-group,
#content .form-horizontal .confirm-control-group {
    padding: 0;
}

#content #user-form-reset .control-group.success .input-append .add-on,
#content #user-form-activate .control-group.success .input-append .add-on{
    border-color: #ccc;
}

#content #user-form-reset .control-group.error input[type="password"],
#content #user-form-activate .control-group.error input[type="password"],
#content #user-form-reset .control-group.error input[type="text"],
#content #user-form-activate .control-group.error input[type="text"] {
    border-color: #b94a48;
}

#content #user-form-activate #password_question {
    display: block;
    clear: both;
}

#content .btn-salesforce-login,
#content input[type="submit"] {
    display: block;
    background-color: #0070d2;
    background-image: none;
    transition: all 0.1s;
    border: 1px solid transparent;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    box-shadow: none;
    margin-bottom: 20px;
}

#content .btn-salesforce-login {
    display: inline-block;
}

#content .btn-salesforce-login:hover,
#content input[type="submit"]:hover {
    color: #fff;
    background-color: #005fb2;
    text-decoration: none;
}

#password-toggle {
    margin-top: 5px;
}

input[type="submit"] {
    margin-top: 20px;
}

.alert {
    border: none;
    background-color: #54698d;
    background-image: linear-gradient(45deg,rgba(0,0,0,.035) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.035) 50%,rgba(0,0,0,.035) 75%,transparent 75%,transparent);
    background-size: 64px 64px;
    text-align: center;
    text-shadow: none;
}

.alert a {
    text-decoration: underline;
    font-size: inherit;
}

.alert-error {
    background-color: #c23934;
}

.alert-success {
	background-color: #04844b;
}

.alert-error,
.alert-success,
.alert-info {
    color: white;
}

.alert-error a,
.alert-success a,
.alert-info a {
    color: white;
}

.login-layout .callout-row .span6 {
    width: 442px;
}

.login-layout .callout-row .span6 .rounded10 {
    border-radius: 4px;
}
