.form-signin {
    max-width: 368px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin-heading {
    width: 100%;
    overflow: hidden;
}

.form-signin .form-signin-heading-text {
    margin-bottom: 10px;
    width: 302px;
    float: left;
}

.form-signin .signin-icon {
    float: right;
    width: 28px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

#two-factor-fields {
    display: none;
}

#username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#verification {
    -moz-appearance: textfield;
}
#verification::-webkit-outer-spin-button,
#verification::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#login-success-alert {
    font-weight: bold;
    display: none;
    clear: both;
    margin-bottom: 10px;
}

#login-error-alert {
    display: none;
    clear: both;
    margin-bottom: 10px;
}

#login-error-title {
    font-weight: bold;
}

.login-error-desc {
    display: none;
    margin-bottom: 0;
}

#two-factor-heading {
    width: 100%;
    margin-top: 0;
}

#two-factor-icon {
    width: 100%;
    text-align: center;
    font-size: 6em;
    margin-bottom: 16px;
}
