.icon-exclamation-sign, .fa-exclamation-circle {
    color: red;
}
.icon-check, .fa-check-square-o {
    color: green;
}
.password-form {
    padding-top: 1em;
    float: left
}
.password-rules {
    float: left;
    margin-bottom: 15px;
}
/*@media (min-width: 590px) {
    .password-rules {
        padding-top: 1em;
        padding-left: 2em;
    }
}*/
.password-rules ul {
    list-style-type: none;
    margin: 0;
}
.hero-unit {
    padding: 30px;
}
h2 {
    margin: 0;
}
.using {
    font-size: small;
    line-height: normal;
}

.pass-field {
    display: block;
    width: 200px;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    /*border: 1px solid red;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}

.input-field {
    display: block;
    width: 200px;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    /*border: 1px solid #cccccc;*/
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-field {
    border: 1px solid #cccccc;
}

.input-field:focus, .pass-field:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.input-field:-moz-placeholder {
    color: #999999;
}

.input-field::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.input-field:-ms-input-placeholder {
    color: #999999;
}

.input-field::-webkit-input-placeholder {
    color: #999999;
}

.input-field[disabled],
.input-field[readonly],
fieldset[disabled] .input-field {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.input-field {
    height: auto;
}
