body {
    background:#444;
}

.login-wrap {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #fff;
    margin: 20px 10%;
    padding: 20px;
    text-align: left;
}

.full-content-center {
    margin: 6% auto;
    max-width: 500px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.form-control {
    border-color: #ddd;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    font-size: 13px;
}

.login-wrap .login-input .text-input {
    padding-left: 30px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    transition: background 0.2s linear 0s;
}

.login-wrap .login-input i.overlay {
    color: #aaa;
    left: 10px;
    position: absolute;
    top: 10px;
}
.login-wrap i {
    margin-right: 5px;
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.login-wrap .login-input {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
