h2 {
    font-family: Fira Sans,Arial,sans-serif;
    font-size: 28px;
}

.activation {
    margin: 0 auto;
    width: 540px;
    max-width: 100%;
}

.activation-card-body {
    padding: 24px;
    width: 540px;
}

.activation-form-fields {
    padding: 0 24px;
}

@media (min-width: 720px) {
    .activation-form-fields {
        padding: 0 54px;
    }
}

.activation .alert {
    font-size: 13px;
    padding: 0;
}

.activation .alert:before {
    top: 10px;
    left: 12px;
    font-size: 18px;
}

.activation .alert-body {
    padding: 10px 32px 10px 40px;
}

.activation .input-wrap .input-label {
    margin-bottom: 8px;
    font-size: 16px;
}

.activation .input-wrap.input-small .input-control {
    border-radius: 2px;
    height: 30px;
    padding: 7px 8px;
    font-size: 16px;
}

.activation .text-success, .activation .result[data-strength = 'success'] {
    color: #427700;
}

.activation .text-warning, .activation .result[data-strength = 'warning'] {
    color: #975c00;
}

.activation .text-danger, .activation .result[data-strength = 'danger'] {
    color: #ce1609;
}

.activation .progressbar-wrapper .bar-container.bar-small {
    height: 5px;
}

.activation .progressbar-wrapper .bar-container .bar-fill[data-strength = 'success'] {
    background-color: #427700;
}

.activation .progressbar-wrapper .bar-container .bar-fill[data-strength = 'warning'] {
    background-color: #975c00;
}

.activation .progressbar-wrapper .bar-container .bar-fill[data-strength = 'danger'] {
    background-color: #ce1609;
}

.activation .dropdown-wrapper .dropdown-label {
    margin-bottom: 8px;
    font-size: 16px;
}

.activation .dropdown-wrapper.dropdown-small .dropdown {
    height: 30px;
    padding: 7px 8px;
    border-radius: 2px;
    font-size: 16px;
}

.activation .dropdown-wrapper.dropdown-small .dropdown:before {
    width: 38px;
    height: 28px;
    right: 0;
}

.activation .dropdown-wrapper.dropdown-small .dropdown:after {
    right: 8px;
    line-height: 30px;
    font-size: 16px;
}

.activation .dropdown-wrapper .search-results .search-result {
    padding: 11px;
    font-size: 14px;
}

.activation .button {
    min-height: 25px;
    padding: 7px 16px;
    border-radius: 2px;
    font-size: 16px;
}

.fa-times {
    color: #ce1609;
}

#recoveryDropdownList {
    transform: translate3d(0px, 0px, 0px) !important;
}

#recoveryDropdownListWrapper > .card-wrapper {
    height: 200px;
}

.search-result {
    font-weight: normal !important;
    white-space: normal !important;
    text-align: left !important;;
}