.erp-form-container {
    margin: 50px 0;
}

@media only screen and (min-width: 40.0625em) {

    .erp-form-container {
        padding: 2em;
    }
}

.button {
    margin: 0;
}

.input-group-label {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 2em;
}

input[type=text],
input[type=text]:focus,
input[type=password],
input[type=password]:focus,
input[type=email],
input[type=email]:focus {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: top;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
}

p {
    font-size: 12px;
    margin-top: 1em;
    margin-bottom: 0;
    font-style: italic;
}

.erp-forgot-password-container {
    margin-top: 1em;
}

.erp-forgot-password-container a {
    color: #999;
    font-size: 12px;
    font-style: oblique;
}

.erp-forgot-password-container a:hover {
    color: #333;
}