#content-wrapper #main {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 40px;
    margin: 0 0 120px;
}
#authentication .page-header h1 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    text-transform: none;
    color: #000;
    margin: 0;
}
#main .page-content.card.card-block {
    padding: 0;
    max-width: 430px;
    width: 100%;
    margin: 40px auto 40px!important;
    display: table;
    text-align: left!important;
}
#main .page-content.card.card-block hr {
    display: none;
}
.page-content.card.card-block .login-form {
    margin-top: 0;
}
/**************/
.form-group {
    margin: 0 0 26px!important;
}
form .form-control-label {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1B;
    line-height: 19px;
    margin: 0 0 12px;
    text-align: left;
}
.form-control {
    padding: 0.5rem;
    color: #000;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    height: 40px;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 24px;
    outline: 0!important;
}
.form-control:focus {
    border-color: #0008c1; 
}
.field-password-policy .form-control-comment {
    display: none;
}
.text-muted {
    color: #1c1c1c!important;
}
p.form-informations {
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    color: #000;
}
.custom-checkbox input[type=checkbox]:focus+span, .custom-radio input[type=radio]:focus+span {
    border-color: #FE6C05;
}
.custom-radio {
    border: 1px solid #C8C8C8;
}
.custom-radio input[type=radio]:checked+span {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 18px;
    height: 18px;
    border: 5px solid #FE6C05;
    border-radius: 50%;
	background: #fff!important;
}
.form-control-comment {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    padding-top: 0;
}
.form-group.row.form-group-checkbox .form-control-label {
    display: none;
}
.form-group.row.form-group-checkbox .form-control-label[for="field-optin"] {
    display: block;
}
.custom-checkbox>label {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
/*** input-group ****/
.input-group.focus {
    outline: 0!important;
}
.input-group {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    overflow: hidden;
    outline: 0!important;
}
.input-group .form-control {
    border: none!important;
    margin: 0!important;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 0.78rem 1rem;
    background: #ffff;
    width: 40px;
    height: 40px;
    color: #000;
    outline: 0!important;
    border: none;
}
.input-group .input-group-btn button.btn {
    font-size: 0!important;
    background-image: url(../img/eye.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.input-group .input-group-btn button.btn.show {
    background-image: url(../img/eye-slash.svg)!important;
}
/****/
.forgot-password {
    margin-left: auto!important;
    display: table;
    padding-right: 15px;
}
.forgot-password a {
    color: #838383;
}
.forgot-password a:hover {
	color: #FE6C05;
    border-bottom: 1px solid #FE6C05;
}
section.login-form .btn.btn-primary {
    color: #fff;
    background: #fe6c05!important;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    padding: 11px 32px 10px 33px;
    border: none!important;
    outline: 0!important;
    box-shadow: none;
    transition: all .4s ease;
    margin: 25px auto 22px;
    display: table;
    width: calc(100% - 30px);
}
section.login-form .btn.btn-primary:hover {
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
}
.page-customer-account #content .no-account a {
    font-size: 16px;
    line-height: 19px;
    color: #880606;
    border-bottom: 1px solid #880606;
    transition: all .3s ease;
}
.page-customer-account #content .no-account a:hover {
    border-bottom: none;
}
.page-customer-account #content .forgot-password {
    padding-bottom: 0;
    margin-top: 0;
    padding-right: 15px;
}
.page-customer-account #content .form-group {
    margin: 0 0 8px!important;
}
/****/
@media (max-width: 767px) {
#content-wrapper #main {
    padding: 20px 15px;
    margin: 0 0 80px;
}
#main .page-content.card.card-block {
    margin: 16px auto 0px!important;
}
}
@media (max-width: 576px) {
.form-group {
    margin: 0 -15px 1rem!important;
}
footer.form-footer.clearfix {
    padding: 0;
}
section.login-form .btn.btn-primary {
    margin: 15px auto 22px;
    display: table;
}
#authentication .page-header h1 {
    font-size: 20px;
    line-height: 24px; 
}
#authentication  #main #content {
    margin: 0 auto!important;
    padding: 1rem 0 !important;
}
}