/************** Bloc user login *****************/
#block-userlogin,#block-userlogin-2{
    padding: 20px;
    /*background: #ffb51b;*/
    background: url(../../images/home_page/espace_candidature/espace-02.jpg) no-repeat center center / cover;
    margin-bottom: 20px;
}
#block-userlogin-2{
    float: left;
    width: 50%;
}
#block-userlogin h2, #block-userlogin-2 h2{
    color: #fff;
    background: url(../../images/icone-login.png) no-repeat;
    padding-left: 75px;
    height: 50px;
    padding-top: 20px;
    margin-bottom: 28px;
}
:lang(ar) #block-userlogin h2, :lang(ar) #block-userlogin-2 h2{
    background: url(../../images/icone-login.png) no-repeat right center;
    padding-left: 0;
    padding-right: 75px;
}
#block-userlogin input.form-text , #block-userlogin-2 input.form-text{
    padding: 8px 15px 8px 52px;
    border-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 #e1e1e1;
    box-shadow: inset 0 0 0 #e1e1e1;
    position: relative;
    font-size: 0.75em;
    height: 45px;
}
#block-userlogin .js-form-type-textfield,
#block-userlogin .js-form-type-password,
#block-userlogin-2 .js-form-type-textfield,
#block-userlogin-2 .js-form-type-password{
    position: relative;
}
#block-userlogin .form-item-captcha-response {
  margin: 0;
  width: 48%;
  display: inline-block;
  clear: both;
  /* float: right; */
}
#block-userlogin .js-form-type-password,#block-userlogin-2 .js-form-type-password{
    margin-bottom: 15px;
}
#block-userlogin label, #block-userlogin-2 label{
    display: none;
}
#block-userlogin .js-form-type-textfield:before,
#block-userlogin-2 .js-form-type-textfield:before{
    left: 10px;
    position: absolute;
    top: 8px;
    content: "\f0e0";
    font: normal normal normal 0.875em/1 FontAwesome;
    z-index: 100;
    color: #b9b9b9;
    font-size: 0.875em;
    width: 32px;
    height: 24px;
    border-right: 1px solid #e5e5e5;
    z-index: 10;
}
#block-userlogin .js-form-type-password:before,
#block-userlogin-2 .js-form-type-password:before{
    left: 10px;
    position: absolute;
    top: 8px;
    content: "\f084";
    font: normal normal normal 1.25em/1 FontAwesome;
    z-index: 100;
    color: #b9b9b9;
    font-size: 1.25em;
    width: 32px;
    height: 24px;
    border-right: 1px solid #e5e5e5;
    z-index: 10;
}

#block-userlogin .form-actions, #block-userlogin-2 .form-actions{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
#block-userlogin .form-actions input,#block-userlogin-2 .form-actions input {
    font-size: 0.875em;
    padding: 9px 20px;
    line-height: 1.1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #1d6292;
    color: #fff;
    border: 0;
}
#block-userlogin .item-list ul, #block-userlogin-2 .item-list ul{
    text-align: center;
    margin-bottom: 0;
}
#block-userlogin .item-list ul li, #block-userlogin-2 .item-list ul li{
    list-style: none;
    line-height: 20px;
}
#block-userlogin .item-list ul li a, #block-userlogin-2 .item-list ul li a{
    color: #fff;
    text-decoration: underline;
    font-size: 0.8125em;
    font-weight: 500;

}
body.user-login div#block-inm-theme-content form#user-login-form div#edit-actions {
    margin-left: auto;
    display: block;
    margin-right: auto;
    position: relative;
    text-align: center;
}
body.user-login div#block-inm-theme-content form#user-login-form input#edit-submit {
    font-size: 14px;
    padding: 9px 20px;
    line-height: 1.1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #1d6292;
    color: #fff;
    border: 0;
}
body.user-login div#block-inm-theme-content form#user-login-form {
    padding: 15px;
    margin: 10px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
body.user-login div#block-inm-theme-content {
    background-color: rgba(237, 237, 237, 0.8);
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    #block-userlogin-2 {
        width: 100%;
    }
}


#user-login-form #captcha{
    border: none;
    margin-bottom: 0;
}
#captcha .details-wrapper {
  padding: 0;
}

#user-login-form #captcha summary{
    display: none;
}
#user-login-form #captcha .details-wrapper .details-description{
    display: none;
}
#user-login-form #captcha #edit-captcha-response--description{
    color: #fff;
    text-decoration: none;
    font-size: 0.75em;
    font-weight: 500;
}
#block-userlogin #user-login-form #captcha .reload-captcha-wrapper a.reload-captcha{
    color: #fff;
    text-decoration: underline;
    font-size: 0.75em;
    font-weight: 500;
    position: absolute;
    top: -44px;
    text-align: left;
}
.user-login #user-login-form #captcha .reload-captcha-wrapper a.reload-captcha {
    font-weight: 300;
    line-height: 1.5;
    color: #767676;
    text-rendering: optimizeLegibility;
    text-decoration: underline;
}
#user-login-form #captcha #edit-captcha-response{
    width: 100%;
    float: left;
    position: relative;
    display: block;
    right: 0;
}
#user-login-form #captcha #edit-captcha-response--description{
    width: 100%;
    float: left;
    position: relative;
    left: 0;
}
#block-userlogin #user-login-form #captcha .details-wrapper img{
  margin-left: 0;
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 4%;
  height: 45px;
}
#block-userlogin #user-login-form #captcha .details-wrapper .form-item-captcha-response:before{
    content: "\f132";
    left: 11px;
    position: absolute;
    top: 14px;
    font: normal normal normal 1.25em/1 FontAwesome;
    z-index: 100;
    color: #b9b9b9;
    font-size: 1.25em;
    width: 32px;
    height: 24px;
    border-right: 1px solid #e5e5e5;
    z-index: 10;
}
.user-login #user-login-form #captcha .details-wrapper .form-item-captcha-response:before{
    content: "";
}
.user-login #user-login-form #captcha #edit-captcha-response{
    width: 100%;
}
#block-userlogin #user-login-form .reload-captcha-wrapper {
  width: 48%;
  position: relative;
  float: left;
}
body.user-password div#block-inm-theme-content{
  background-color: rgba(237, 237, 237, 0.8);
  padding: 10px;
  position: relative;
}
body.user-password div#block-inm-theme-content .content{
  padding: 15px;
  margin: 10px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
body.user-password div#block-inm-theme-content form#user-pass input#edit-submit {
  font-size: 14px;
  padding: 9px 20px;
  line-height: 1.1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #1d6292;
  color: #fff;
  border: 0;
}
body.user-password div#block-inm-theme-content form#user-pass div#edit-actions {
  margin-left: auto;
  display: block;
  margin-right: auto;
  position: relative;
  text-align: center;
}
:lang(ar) #block-userlogin #user-login-form #captcha .details-wrapper .form-item-captcha-response:before{
  border-right: none;
}
