@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
}

body,
#wrap {
    background-color: #fff !important;
}

.panel-default {
    padding-top: 10px;
}

#header div.bar {
    height: 25px;
    background-color: #256CD0;
}

div.title {
    font-family: Roboto-Medium;
    color: black !important;
    font-size: 24px !important;
    color: #686868;
    line-height: 11px;
    padding: 1em;
    text-align: center;
    margin-top: 20px;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -28px;
    padding: 0px 0 80px;
}

.btn.btn-success,
.btn.btn-primary {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 24px;
    border-width: 0;
    border-style: solid;
    background: #2B9FDE;
    width: 160px;
    padding: 2px;
    height: 20px;
    margin-top: 10px;
}

#footer .row {
    background: #EDEFF0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}

#footer {
    height: auto;
    background-color: inherit;
    text-align: center;
    padding-top: 0;
}

#footer p {
    font-family: Roboto-Regular;
    font-size: 11px;
    color: #686868;
    /* background: #EDEFF0; */
    /* box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25); */
    text-align: center;
    height: 25.6px;
    padding-top: 6px;
    margin: 0;
}

.input-login {
    display: block;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background: url(../images/ID.svg);
    background-size: 12px 12px;
}

.input-password {
    display: block;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    background: url(../images/Sign-in.svg);
    background-size: 14px 14px;
}

.input-captcha {
    display: block;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background: url(../images/captcha.svg);
    background-size: 12px 12px;
}

.input-group-addon {
    background-color: inherit;
    border: 0;
    padding: 4px 12px;
}

input.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addin {
    position: absolute;
    right: 10px;
    margin-top: 3px;
    z-index: 2;
}

.input-show-password {
    display: block;
    text-indent: -9999px;
    width: 12px;
    height: 14px;
    background: url(../images/PSW_invisible.svg);
    background-size: 13px 13.5px;
    cursor: pointer;
}

.input-hide-password {
    display: block;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    background: url(../images/PSW_visible.svg);
    background-size: 14px 14px;
    cursor: pointer;
}

.message.message-negative.alert.alert-danger {
    border: 0;
    background: 0;
    font-family: 'Roboto-Regular';
    font-size: 11px;
    color: #FF6B6B;
    /* background: url(../images/Errors.svg) no-repeat; */
    /* background-size: 12px 12px; */
    padding: 0;
    margin: auto;
    /* padding-left: 22px; */
    /* margin-left: 12px; */
    /* margin-bottom: 20px; */
    text-align: center;
    margin-top: 20px;
}

.message.message-negative.alert.alert-danger span.icon {
    background: url(../images/Errors.svg) no-repeat;
    background-size: 12px 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

/*.message.message-warning.alert.alert-warning {
    background-color: transparent !important;
    border: none !important;
}*/

.message.message-positive.alert.alert-success {
    background-color: transparent !important;
    border: none !important;
}

input[type='text'],
input[type='password'] {
    padding: 0;
    height: 20px;
    font-family: Roboto-Regular;
    font-size: 11px;
    color: #686868;
}

.btn.btn-info,
.btn.btn-secondary {
    background-image: inherit;
    border: 0;
    background: inherit;
    color: #686868;
    font-family: Roboto-Regular;
    font-size: 11px;
    text-shadow: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
}

.btn.btn-cancel {
    display: inline-block;
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 24px;
    border-width: 0;
    border-style: solid;
    background: #7D7D7D;
    width: 160px;
    padding: 2px;
    height: 20px;
    margin-top: 10px;
}

.description {
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #686868;
}

.logo {
    display: block;
    text-indent: -9999px;
    margin: auto;
    margin-bottom: 20px;
}

.password-logo {
    width: 20px;
    height: 20px;
    background: url(../images/Sign-in.svg);
    background-size: 20px 20px;

}

.fcc-logo {
    width: 50px;
    height: 56px;
    /*  background: url(../images/logo-fcc.svg); */
    background-size: 50px 56px;
}

.mail-sent-logo {
    width: 20px;
    height: 20px;
    background: url(../images/mail-sent.svg);
    background-size: 20px 20px;
}

#password {
    margin-top: 0px;
}

#resendconfirmation {
    margin-top: 0px;
}

.checkbox {
    font-family: Roboto-Regular;
    font-size: 11px;
    color: #686868;
}

div.card {
    border: none !important;
}

#invalidPassword {
    visibility: hidden;
}

#regexError,
#matchError {
    display: none;
}

#logincontent h3 {
    font-size: 1em;
    text-align: center;
}

#resetPwdConfirmForm {
    max-width: 100% !important;
}

/******************** new Theme ********************/
.bar-black {
    background: black;
    padding-top: 10px;
    padding-left: 70px;
    color: white;
    height: 70px;
}

.footer-black {
    font-size: 14px;
    background: black;
    color: white;
    height: 60px;
}

.btn-orange {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.5rem 1.125rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0;
    transition: all .2s ease-in-out;
}

.center-button {
    line-height: 2;
}

.btn-dark {
    margin-top: 30px;
    color: #fff;
    background-color: black !important;
    border-color: black;
    width: 200px;
    height: 50px;
}

.btn-dark:hover {
    text-decoration: none !important;
}

.btn-light {
    margin-top: 30px;
    color: black;
    background-color: white !important;
    border-color: black;
    width: 200px;
    height: 50px;
}

.btn-light:focus {
    color: #FF7900;
    box-shadow: 0 0 0 0rem rgba(216, 217, 219, .5) !important;
    border-color: #FF7900;
}

.btn-light:hover {
    color: #FF7900;
    border-color: #FF7900;
}

.cancel-btn-a {
    line-height: 2;
}

.cancel-btn-a:hover {
    text-decoration: none !important;
}

.image-obs {
    background: url(../images/obs.svg);
    height: 40px;
    background-repeat: no-repeat;
    margin-top: 10px;
}


.input-form-login,
.form-control {
    font-size: 16px !important;
    color: #555 !important;
    border-color: #555 !important;
    height: 50px !important;
    border: 0 0 0 1 !important;
    border-radius: 0px !important;
}

.input-form-login:focus,
.form-control:focus {
    border-color: #FF7900 !important;
}

.text-reset-password {
    margin-top: 40px;
    width: 168px;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000;
    text-decoration: underline;
}

div.actions {
    margin-top: 42px;
}

.text-reset-password:hover {
    color: #FF7900;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.0rem rgba(130, 138, 145, .5);
}

.input-group-addin {
    margin-top: 19px !important;
    z-index: 2;
}

.input-show-password{
}

.list-group-item {
    background-color: black !important;
}

.list-group li {
       font-weight: bold !important;
}

.list-group-item a {
    color: white;

}

.list-group-item a:hover {
    color: #FF7900;
}

.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: black !important;
    background-color: white !important;
    border-color: white !important;
}


.btn-secondary:focus {
    background-color: white !important;
    border-color: white !important;
}

.wrappeur-size {
    max-width: 50% !important;
}

#wrap {
    min-height: 97.6% !important;
}

.text-size {
    font-size: 15px !important;
}
.customPasswordPolicy{
    font-family: Roboto-Regular;
    font-size: 11px;
    color: #686868;
}