
.password-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}


.password-wrapper input {
    width: 100%;
    height: 34px;              
    padding-right: 45px !important; 
    box-sizing: border-box;
}

.password-wrapper .field-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 16px !important;
    color: #555;
    cursor: pointer;
    z-index: 5;
}

.password-wrapper input.new_input {
    min-height: 34px !important;    
    line-height: 45px !important;
}

.new_container {
    box-shadow: 0 0  15px 10px rgba(0, 0, 0, 0.35) !important;
}

.alert-danger {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert {
  border-radius: 12px;
}