/**** PASSWORD RECOVERY ****/
ul.typo3-messages li {
    list-style: none;
    margin-left: 0;
}

.wr_regupedia-content .tx-felogin-pi1 label {text-transform: uppercase;}
.wr_regupedia-content .tx-felogin-pi1 input {
  border-radius: 3px; 
  box-shadow: 0px 0px 1px #acacac;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #b5b3b4;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 4px 11px 3px 11px;
  width: 250px;
  margin-bottom: 20px;
}
.wr_regupedia-content .tx-felogin-pi1 button {
  background: #c41414; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c41414), color-stop(0.51, #9e0505));
  background-image: -o-linear-gradient(bottom, #c41414 0%, #9e0505 51%);
  background-image: -moz-linear-gradient(bottom, #c41414 0%, #9e0505 51%);
  background-image: -webkit-linear-gradient(bottom, #c41414 0%, #9e0505 51%);
  background-image: -ms-linear-gradient(bottom, #c41414 0%, #9e0505 51%);
  background-image: linear-gradient(to bottom, #c41414 0%, #9e0505 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41414', endColorstr='#9e0505',GradientType=0 ); /* IE6-9 */
  border-radius: 3px;
  border-color: transparent;
  border-bottom: #8b0b0a;
  padding: 7px 15px;
  color: #fff;
  margin-top: 0px;
  font-size: 13px;
  font-weight: bold;
  float: left;
}

.green-message {
  background-color: #E8F9C9;
  max-width: 500px;
  margin: 15px;
  padding: 20px 10px;
}

.red-message {
    background-color: #ff6767;
    max-width: 50%;
}

.pw-success.green-message {
    padding: 10px 30px 10px 10px;
}

.pw-success.green-message::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-image: url('../Icons/checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

form input.eye-open {
    position: absolute;
    appearance: none;
    right: 0;
}

input.eye-open:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-image: url('../Icons/eye-open.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

body .wr_daily_bulletin-datagroup input.eye-open {
    width: auto;
    right: 0;
}

form input.eye-closed {
    position: absolute;
    right: 0;
    appearance: none;
}

input.eye-closed:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-image: url('../Icons/eye-closed.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;  
}

body .wr_daily_bulletin-datagroup input.eye-closed {
    width: auto;
    right: 0;
}

body .wr_daily_bulletin-datagroup.wr_daily_bulletin-password > div > input, body .wr_daily_bulletin-datagroup.wr_daily_bulletin-checkpassword > div > input {
  padding-right: unset;
}

span.glyphicon.glyphicon-ok-circle + input + input.eye-open:before {
    left: -30px;
    position: absolute;
}

span.glyphicon.glyphicon-ok-circle + input + input.eye-closed:before {
    left: -30px;
    position: absolute;
}

input[type=checkbox].eye-open:focus {
    outline: unset;
}

input[type=checkbox].eye-closed:focus {
    outline: unset;
}

form label {
    position: relative;
}

@media screen and (max-width: 500px) {
    form label input:first-of-type {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .green-message {
        width:auto;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-12 .col-xs-4 {
        width: 100%;
    }
}
.wr_regupedia-content .login-main-container ul.typo3-messages {
    max-width: unset;
}

.wr_regupedia-content .login-main-container ul.typo3-messages .alert-success {
    display: flex;
    gap: 10px;
    padding: 20px 0 10px;
    background-color: unset;
    border: unset;
    align-items: center;
}

.wr_regupedia-content .login-main-container ul.typo3-messages .alert-success:before {
    content: '\2713';
    font-size: 16px;
    background-color: #82be14;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    flex-shrink: 0;
    color: #fff;
}

.wr_regupedia-content .login-main-container ul.typo3-messages .alert-success p {
    color: #82be14;
    margin-bottom: unset;
    line-height: 20px;
}

.wr_regupedia-content .login-main-container ul.typo3-messages + div button {
    margin-top: unset;
}
