@font-face {
    font-family: Gotham Narrow;
    font-weight: 400;
    src: url("../../../fonts/GothamNarrow-Book.woff") format("woff"), url("../../../fonts/GothamNarrow-Book.otf") format("opentype");
}

@font-face {
    font-family: Gotham Narrow;
    font-weight: 400;
    font-style: italic;
    src: url("../../../fonts/GothamNarrow-BookItalic.woff") format("woff"), url("../../../fonts/GothamNarrow-BookItalic.otf") format("opentype");
}

@font-face {
    font-family: Gotham Narrow;
    font-weight: 500;
    src: url("../../../fonts/GothamNarrow-Medium.woff") format("woff"), url("../../../fonts/GothamNarrow-Medium.otf") format("opentype");
}

@font-face {
    font-family: Gotham Narrow;
    font-weight: 500;
    font-style: italic;
    src: url("../../../fonts/GothamNarrow-MediumItalic.woff") format("woff"), url("../../../fonts/GothamNarrow-MediumItalic.otf") format("opentype");
}

@font-face {
    font-family: Gotham Narrow;
    font-weight: 700;
    src: url("../../../fonts/GothamNarrow-Bold.woff") format("woff"), url("../../../fonts/GothamNarrow-Bold.otf") format("opentype");
}

@font-face {
    font-family: Gotham Narrow;
    font-weight: 700;
    font-style: italic;
    src: url("../../../fonts/GothamNarrow-BoldItalic.woff") format("woff"), url("../../../fonts/GothamNarrow-BoldItalic.otf") format("opentype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, select,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    direction: ltr;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 62.5%;
    font-family: "Gotham Narrow", "Gotham", Arial, Helvetica, sans-serif;
    color: #666666;
    text-align: left;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

:dir(ltr), .ltr {
    text-align: left;
}

/*
 * Form rules 
 *
 */
p {
    max-width: 432px;
    width: 100%;
}

    p .msg-error {
        color: #dc4650;
    }

    p .msg-success {
        color: #61BF6A;
    }

.form {
    margin: 27px auto;
}

input, textarea, keygen, select, button {
    font-size: 1.3em;
    -webkit-appearnce: none;
}

label, .label, .control-label {
    display: block;
    margin: 9px 0 4.5px;
    margin-right: 18px;
    font-size: 1.3em;
    width: 108px;
    text-align: left;
}

input, select {
    border-radius: 6px;
    color: #666;
    border: 2px solid #EBEBEB;
    float: left;
}

    input:focus, select:focus {
        border: 2px solid #FFEE00;
    }

.input-grp input + input, .input-grp select + input, .input-grp input + select, .input-grp select + select {
    margin-left: 9px;
}

input {
    padding: 9px;
}

    input[type="text"], input[type="password"] {
        width: 100%;
        max-width: 284px;
    }

    input[type='submit'] {
        float: right;
        border: none;
    }

select {
    background-color: transparent;
    padding: 9px 6px 9px 6px;
}

select.month {
    min-width: 122px;
}

select.day {
    min-width: 70px;
}

select.year {
    min-width: 81px;
}

.control-group {
    text-align: left;
    margin-top: 18px;
}

    .control-group:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .control-group .input-value {
        background: none repeat scroll 0 0 #EBEBEB;
        border-radius: 6px;
        color: #666666;
        float: left;
        font-size: 1.4em;
        padding: 7px 8px;
        width: 260px;
    }

.control-input {
    max-width: 432px;
    width: 100%;
    float: left;
}

    .control-input > * {
        float: left;
    }

    .control-input:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.control-item {
    margin: 15px 0 15px 0;
}

    .control-item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .control-item > span {
        margin: 0 0 10px 0;
    }

    .control-item span {
        padding-top: 0;
    }

.intro-para {
    margin: 39px 0 0px 0;
    font-weight: bold;
}

.reqStar {
    color: #c84b4b;
    display: inline;
    margin: 0 5px 0 0;
}

p .reqStar {
    margin: 0 10px 0 0;
}

.input-grp > div {
    float: left;
    border-radius: 6px;
    color: #666666;
    overflow: hidden;
    margin: 10px 12px 10px 0;
}

    .input-grp > div:last-child {
        margin-right: 0px;
    }

.input-grp table {
    top: 0 !important;
}

.input-grp tr {
    background-color: #fff;
}

.input-grp input {
    border: 0;
    padding: 0 7px;
}

.input-grp button {
    padding: 15px !important;
    display: inline-block !important;
}

.help_icon {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 12px;
}

.help_icon {
    display: inline-block;
    transition: none;
    width: 32px;
    height: 32px;
    background: url("/forgottenpassword/webassets/img/ci/en/help_icon.png") 0 0 no-repeat;
    float: left;
    text-indent: -9000px;
}

.error[style*="inline"], span.error_ex[style*="inline"] {
    display: inline-block !important;
    float: none;
}

.input-error {
    border-color: #dc4650 !important;
}

    .input-error:focus {
        border-color: #FFEE00;
    }

.val-group {
    line-height: 1.5;
    font-size: 1.3em;
    width: 100%;
    color: #C74F4F !important;
    position: relative;
    top: 5px;
    clear: both;
}

.hide {
    display: none !important;
}

p {
    font-size: 1.4em;
    line-height: 1.5;
}

.btn, input[type='submit'] {
    cursor: pointer;
    background-color: #0084ea;
    text-align: center;
    width: auto;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    border-radius: 6px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 18px 27px 18px 27px;
}

    .btn:hover, input[type='submit']:hover {
        text-decoration: none;
        filter: alpha(opacity=80);
        opacity: 0.8;
        color: #FFFFFF;
    }

    .btn:disabled, input[type='submit']:disabled {
        background-color: #999 !important;
    }

.fa-calendar:before {
    font-family: FontAwesome;
    margin: 0 18px;
}

.fa-envelope, .fa-user {
    position: relative;
}

    .fa-envelope:before, .fa-user:before {
        font-family: FontAwesome;
        position: absolute;
        top: 4px;
        left: 18px;
        font-size: 1.4em;
        color: #FFFFFF;
    }

@media screen and (max-width: 400px) {
    input[type="text"], input[type="password"] {
        width: 100%;
    }

    label, .label, .control-label {
        float: none;
    }
}

@media screen and (max-width: 756px) {
    .form {
        width: 100%;
        max-width: 432px;
    }

    input[type="text"], input[type="password"] {
        max-width: calc(100% - 22px);
    }

    input[type="submit"] {
        width: 100%;
    }

    select {
        min-width: 36px;
    }

    label, .label, .control-label {
        margin: 0 0 9px 0;
    }

    .control-input > * {
        float: none;
    }
}

.lt-ie9 .wrapper-content {
    width: 990px;
}

.lt-ie9 .btn, .lt-ie9 input[type='submit'], .lt-ie9 input[type='submit'], .lt-ie9 input[type="submit"] {
    background-position: 88px center;
}

.fa-calendar:before {
    display: none;
}

.fa-envelope, .fa-user {
    position: relative;
}

    .fa-envelope:before, .fa-user:before {
        display: none;
    }

::-webkit-input-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: transparent;
}

/* new styles */

.hidden {
    display: none;
}

.additionalText, .topTextHeader {
    text-align: center;
    color: black;
}

.additionalText {
    font-size: 16px;
}

.topTextHeader {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 22px;
}

    .topTextHeader strong {
        font-size: 24px;
    }

.control-input > * {
    float: none;
}

.control-input {
    float: left;
    position: relative;
}

.control-group {
    margin-top: 18px;
}

    .control-group::after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.wrapper-content {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 9px;
    line-height: 1.5;
    max-width: 740px;
}

.input-password, input[type="password"], input[type="text"], input[type="submit"] {
    width: 100%;
    max-width: calc(100% - 22px);
}

p {
    max-width: 432px;
    width: 100%;
}

input, .form-control {
    padding: 11px;
    margin: 0;
}

.input-username, .input-email, .input-password {
    padding-left: 9px;
}

input[type="submit"] {
    float: none;
    font-weight: bold;
    max-width: inherit;
    border-radius: 4px !important;
}

.form {
    margin: 5px auto !important;
}

.error .val-group {
    display: block;
}

.captcha-placeholder {
    display: none;
}

.control-captcha > div {
    float: unset;
    width: 305px;
    margin: 0 auto;
}

.msg-error.show {
    padding: 0 3px;
}

.control-submit {
    float: none;
}

.control-form-msgs {
    float: none;
    width: 100%;
}

label, .label, .control-label {
    display: block;
    font-weight: 400;
    color: #053c50;
    margin: 9px 0 5px;
    font-size: 1.3em;
    width: unset;
}

input, textarea, keygen, select, button {
    font-size: 1.3em;
}

::-webkit-input-placeholder {
    color: transparent !important;
}

:-moz-placeholder {
    color: transparent !important;
}

::-moz-placeholder {
    color: transparent !important;
}

:-ms-input-placeholder {
    color: transparent !important;
}

.btn, input[type='submit'] {
    background-color: #0ab45b;
    border-radius: 0;
    text-transform: uppercase;
    padding: 16px 27px 16px 27px;
    font-size: 1.5em;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
}

    .btn:hover, .btn:focus, input[type='submit']:hover, input[type='submit']:focus {
        background-color: #099c4f;
        filter: alpha(opacity=100);
        opacity: 1;
    }

input[type="text"], input[type="password"], select {
    border-radius: 0;
    border-color: #aeb4b4;
    border-width: 1px;
    transition: border-color .3s;
}

    input[type="text"]:hover, input[type="password"]:hover, select:hover {
        border-color: #798383;
    }

.response-error {
    color: #C74F4F !important;
    margin-top: 18px;
}

input:focus, select:focus {
    border-width: 1px;
}

.panel-center {
    text-align: center;
}

.confirmation-text {
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

    .confirmation-text > a {
        color: #007DD6;
    }

        .confirmation-text > a:hover {
            text-decoration: none;
        }

.password-info {
    display: block;
    padding: 30px 0 15px;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
    color: #333333;
}

.password-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.password-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.password-list-item:before {
    background-image: url("/forgottenpassword/webassets/img/passwordreset/sprite_checkmarks.png");
    background-repeat: no-repeat;
    background-size: 78px 45.5px;
    height: 15px;
    width: 15px;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
}

.password-list-item {
    padding: 5px 0 4px 20px;
    margin: 5px;
    position: relative;
}

    .password-list-item.not-met:before {
        background-position: -5px -29px;
    }

    .password-list-item.met:before {
        background-position: -31px -29px;
    }

.hideShowPassword-toggle {
    border-radius: .25em;
    cursor: pointer;
    min-width: 55px;
    height: 25px;
    max-height: 100%;
    padding: 0 7px;
    border: none;
    color: #fff;
    transition: none;
    position: absolute;
    right: 8px !important;
    top: 41px;
    text-align: center;
}

.hideShowPassword-toggle-show {
    background-color: #0ab45b;
}

.hideShowPassword-toggle-hide {
    background-color: #32afea;
}

.header-error {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #BA5350;
    text-align: center;
}

.val-group-captcha {
    margin: 0 auto 10px !important;
}

.header-confirmation {
    margin-bottom: 20px;
}